diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff1ef245d..b02a2c4bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: chocobozzz/peertube-ci:15 +image: chocobozzz/peertube-ci:14 stages: - clients diff --git a/client/angular.json b/client/angular.json index c9d90d5ec..dc50bf709 100644 --- a/client/angular.json +++ b/client/angular.json @@ -138,7 +138,7 @@ "tsConfig": "tsconfig.app.json", "polyfills": "src/polyfills.ts", "baseHref": "/", - "deployUrl": "client/", + "deployUrl": "", "stylePreprocessorOptions": { "includePaths": [ "src/sass/include" @@ -161,7 +161,8 @@ "p2p-media-loader-hlsjs", "video.js", "sha1", - "postcss" + "postcss", + "core-js/features/reflect" ], "scripts": [], "vendorChunk": true, diff --git a/client/proxy.config.json b/client/proxy.config.json index e7070522a..e9c6c4aff 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -24,6 +24,10 @@ "secure": false, "ws": true }, + "/client/assets": { + "target": "http://localhost:9000", + "secure": false + }, "/!(client)**": { "target": "http://localhost:3000/client/index.html", "secure": false, diff --git a/client/src/app/+home/home-routing.module.ts b/client/src/app/+home/home-routing.module.ts index 1eaee4449..a2085f191 100644 --- a/client/src/app/+home/home-routing.module.ts +++ b/client/src/app/+home/home-routing.module.ts @@ -1,13 +1,11 @@ import { NgModule } from '@angular/core' import { RouterModule, Routes } from '@angular/router' -import { MetaGuard } from '@ngx-meta/core' import { HomeComponent } from './home.component' const homeRoutes: Routes = [ { path: '', - component: HomeComponent, - canActivateChild: [ MetaGuard ] + component: HomeComponent } ] diff --git a/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.scss b/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.scss new file mode 100644 index 000000000..4e37c5e61 --- /dev/null +++ b/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.scss @@ -0,0 +1,3 @@ +div { + height: 100%; +} diff --git a/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts b/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts index 4d5381e8d..858eff9ba 100644 --- a/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts +++ b/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts @@ -4,7 +4,7 @@ import { PluginElementPlaceholder } from '@shared/models' @Component({ selector: 'my-plugin-placeholder', template: '
', - styles: [ 'div { height: 100%; }' ] + styleUrls: [ './plugin-placeholder.component.scss' ] }) export class PluginPlaceholderComponent { diff --git a/client/src/locale/angular.ar.xlf b/client/src/locale/angular.ar.xlf index 19e27dba6..22424bed4 100644 --- a/client/src/locale/angular.ar.xlf +++ b/client/src/locale/angular.ar.xlf @@ -25,19 +25,19 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history سجل مشاهداتي - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Delete احذف - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -206,7 +206,7 @@ subscribers مشترك - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Upload a new avatar ارفع صورة رمزية جديدة @@ -221,13 +221,13 @@ Hide أخفِ - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show اعرض - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview معاينة كاملة @@ -270,11 +270,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/shared/shared-user-settings/user-video-settings.component.html - 8,9 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Policy for sensitive videos @@ -464,10 +461,10 @@ Search ابحث - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content يمكن للمستخدمين من تحليل المحتوى البعيد @@ -513,8 +510,8 @@ Federation الفديرالية - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers متابِعون @@ -555,7 +552,7 @@ User مستخدم - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Configuration warning! تحذير التكوين! @@ -608,7 +605,7 @@ إعداداتي - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. تطبق هذه الإعدادات على جلساتك في هذا المثيل فقط. @@ -740,7 +737,7 @@ - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings اعدادات العرض @@ -786,12 +783,12 @@ اختصارات لوحة المفاتيح - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 يعمل بـ بيرتيوب - جميع الحقوق متروكة 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Log out خروج @@ -812,7 +809,7 @@ لِج - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Create an account أنشئ حسابًا @@ -828,81 +825,61 @@ Videos الفيديوهات - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: الواجهة: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists قوائم التشغيل - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions الإشتراكات - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History السجل - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS الفيديوهات - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. السماح باستيراد متوازٍ لعدة فيديوهات. يحتاج الى إعادة تشغيل بيرتيوب ⚠️. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel العمليات التي تعمل بالتوازي - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) اسمح بالاستيراد عبر الروابط (مثل يوتيوب) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover اكتشف - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - الشائعة - - src/app/menu/menu.component.html133 - - Recently added - أُضيفت حديثًا - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration الإدارة @@ -913,52 +890,52 @@ عن - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact اتصل - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 Help مساعدة - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube احصل على تعليمات استخدام بيرتيوب - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 FAQ الأسئلة الشائعة - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube أسئلة متكررة حول بيرتيوب - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Stats الإحصائيات - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation وثائق API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 powered by PeerTube يعمل بـ بيرتيوب - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 View your notifications اعرض اشعاراتك @@ -969,9 +946,9 @@ Notifications الإشعارات - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read علّم الكل كمقروء @@ -1168,12 +1145,12 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban احظر - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 Reason... السبب… @@ -1298,11 +1275,8 @@ Renew token جدد الرمز - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -1314,11 +1288,8 @@ Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -1491,8 +1462,8 @@ Instances you follow المثلاء المتابَعون - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Host المضيف @@ -1507,7 +1478,7 @@ Unfollow ألغ المتابعة - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab افتح مثيل الخادم في لسان جديد @@ -1617,20 +1588,20 @@ Users المستخدِمون - src/app/+admin/users/user-edit/user-edit.component.html4 - src/app/+admin/users/user-edit/user-edit.component.html4 - + + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Create إنشاء - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 {VAR_PLURAL, plural, =1 {Video} other {Videos} } {VAR_PLURAL, plural, =1 {فيديو} other {مقاطع فيديو} } @@ -1815,8 +1786,8 @@ Create user إنشاء مستخدِم - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters معاملات الجدول @@ -1905,35 +1876,35 @@ Reports الإبلاغات - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks حُجبات الفيديو - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments تعليقات الفيديو - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts حسابات مكتومة - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers خوادم مكتومة - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users مستخدمون @@ -1942,8 +1913,8 @@ Configuration الضبط - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks حُجبات الفيديو @@ -2151,12 +2122,12 @@ - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {إبلاغ} other { إبلاغات}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video الفيديو @@ -2168,7 +2139,7 @@ Comment علّق - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 This video has been reported multiple times. تم الإبلاغ عن هذا الفيديو عدة مرات. @@ -2212,8 +2183,8 @@ Instances following you منصات تتابعك - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Reportee مراسل @@ -2238,7 +2209,7 @@ Report الإبلاغ - src/app/shared/shared-abuse-list/abuse-details.component.html55 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Reported part الجزء المبلغ عنه @@ -2394,34 +2365,34 @@ Uninstall الغاء التثبيت - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot البارز A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 Search... البحث… @@ -2473,18 +2444,18 @@ Jobs وظائف - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs السِجِلات - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug تنقيح - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -2642,11 +2613,7 @@ الضبط src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 - - Instance information - معلومات مثيل الخادم - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + INSTANCE مثيل الخادم @@ -2816,16 +2783,12 @@ بمعنى آخر. 2vCore 2GB RAM ، رابط مباشر إلى الخادم الذي تستأجره ، إلخ. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Basic configuration - الاعدادات الإفتراضية - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 APPEARANCE المظهر @@ -2849,358 +2812,299 @@ الصفحة المقصودة src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - اكتشف فيديوهات - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Best videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos مقاطع الفيديو الأكثر إعجابًا - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - الفيديوهات المنشورة حديثا - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - الفيديوهات المحلية - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE رسالة إذاعية - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message تمكين رسالة البث - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message السماح للمستخدمين برفض رسالة البث - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level مستوى رسالة البث - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message رسالة - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS المستخدمون الجدد - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ تتطلب هذه الوظيفة الكثير من الاهتمام والإشراف الإضافي. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Signup requires email verification يتطلب التسجيل رسالة تأكيد - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit حد التسجيل - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup تمكين التسجيل - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Default video quota per user حصة الفيديو الافتراضية لكل مستخدم - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user حد التحميل اليومي الافتراضي لكل مستخدم - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI اسمح بالاستيراد عن طريق ملف تورنت أو رابط magnet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. ما لم يتم وضع علامة موثوق به على المستخدم ، ستظل مقاطع الفيديو الخاصة به خاصة حتى يراجعها المشرف. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically احجب مقاطع الفيديو الجديدة تلقائيًا - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH بحث - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search السماح للمستخدمين بالبحث عن بعد URI / مقبض - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search السماح للمجهول بالقيام بالبحث عن بعد URI / مقبض - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ تعتمد هذه الوظيفة بشكل كبير على اشراف المثيلات التي يتبعها فهرس البحث الذي تحدده. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL عنوان URL لفهرس البحث - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar تعطيل البحث المحلي في شريط البحث - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default وإلا يبقى البحث المحلي مستخدمًا بشكل افتراضي - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default يستخدم شريط البحث فهرس البحث العالمي افتراضيا - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search تمكين البحث العالمي - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION الفديرالية - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours يمكن أن تتابع مثيلات خادم أخرى مثيلك - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers الموافقة يدويًا على متابعي المثيل الجدد - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances تابع المثيلات التي تتابعك تلقائيًا - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 Index URL عنوان URL الفهرس - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index تابع مثيلات من فهرس عام تلقائيًا - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS المدراء - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Admin email البريد الإلكتروني للمدير - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form تمكين نموذج الاتصال - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TWITTER تويتر - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username اسم المستخدِم الخاص بك على تويتر - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter المثيل المسموح به من قبل تويتر - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -3252,8 +3156,8 @@ {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -3318,19 +3222,12 @@ Transcoding enabled for live streams src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html101 - - Advanced configuration - الإعدادات المتقدمة - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 TRANSCODING يغير الترميز @@ -3570,13 +3467,13 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 Update configuration تحديث الإعدادات - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 Save to حفظ إلى @@ -3633,8 +3530,8 @@ color: red; {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {لا توجد فيديوهات} =1 {فيديو واحد} other { فيديو}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -3652,17 +3549,17 @@ color: red; تنزيل - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 subtitles ترجمات - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 video فيديو - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -3758,13 +3655,10 @@ color: red; src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -3811,23 +3705,23 @@ color: red; - src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Best Best A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Cancel الغاء - src/app/shared/shared-video-miniature/videos-selection.component.html19 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. src/app/shared/shared-video-miniature/videos-selection.component.ts @@ -4018,8 +3912,8 @@ color: red; Change ownership تغيير المالك - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner أدخل المالك الجديد @@ -4060,13 +3954,13 @@ color: red; Ownership changes تغييرات الملكية - src/app/+my-library/my-library-routing.module.ts108 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -4105,13 +3999,13 @@ color: red; Account settings إعدادات الحساب - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements عناصر قائمة التشغيل - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports مستورداتي @@ -4157,8 +4051,8 @@ color: red; Delete your account احذف حسابك - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page صفحة القناة @@ -4265,7 +4159,7 @@ color: red; - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 Channel القناة @@ -4344,10 +4238,10 @@ color: red; - src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - src/app/+accounts/account-video-channels/account-video-channels.component.html26 + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+accounts/account-video-channels/account-video-channels.component.html26 @@ -4454,12 +4348,12 @@ channel with the same name ()!Video channel videos فيديوهات قناة الفيديو - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists قوائم تشغيل قناة الفيديو - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -4519,13 +4413,13 @@ channel with the same name ()! Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned محظور @@ -4953,18 +4847,18 @@ channel with the same name ()! About this instance حول هذا المثيل - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube حول بِيرتيوب - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -5096,8 +4990,8 @@ channel with the same name ()! Register سجِّل - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Reset my password أعادة تعيين كلمة السر @@ -5255,7 +5149,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -5263,17 +5157,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Display sensitive content عرض المحتوى الحساس @@ -5456,10 +5344,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -5487,12 +5378,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. يتم اقتطاع أوصاف الفيديو بشكل افتراضي وتتطلب إجراءً يدويًا لتوسيعها. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Schedule publication () نشر مجدول() @@ -5523,8 +5416,8 @@ The link will expire within 1 hour. Captions التسميات التوضيحية - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Add another caption أضف تسمية توضيحية أخرى @@ -5707,6 +5600,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. تهانينا ، سيتم استيراد الفيديو باستخدام BitTorrent! يمكنك بالفعل إضافة معلومات حول هذا الفيديو. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -5737,12 +5636,12 @@ The link will expire within 1 hour. Update تحديث - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 URL الرابط @@ -5770,12 +5669,12 @@ The link will expire within 1 hour. Scheduled مجدول - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date أخفِ الفيديو حتى تاريخ معين - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image صورة خلفية الفيديو @@ -5817,7 +5716,13 @@ The link will expire within 1 hour. أنشر - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. عذرا، عُطلت خاصية الرفع في حسابك، اتصل بمدير المنصة ليقوم بفك قَفل حصتك. @@ -6203,13 +6108,13 @@ The link will expire within 1 hour. Lists القوائم - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis تشديد - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold عريض @@ -6268,8 +6173,8 @@ The link will expire within 1 hour. Reply رد - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment تعليق مميز @@ -6300,12 +6205,12 @@ The link will expire within 1 hour. Account videos فيديوهات الحساب - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6316,7 +6221,7 @@ The link will expire within 1 hour. Account video channels قنوات الفيديو للحساب - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6493,17 +6398,45 @@ The link will expire within 1 hour. thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. تم تحديث الإعدادات. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration حرر الاعدادات المخصصة @@ -6985,24 +6918,24 @@ The link will expire within 1 hour. You don't have plugins installed yet. حاليا ليس لديك أية إضافة مثبتة. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. ليس لديك سمات مثبتة. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to تحديث إلى - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? أتريد حقا إلغاء تثبيت ؟ - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall ألغِ التثبيت @@ -7012,30 +6945,21 @@ The link will expire within 1 hour. uninstalled. أُلغي تثبيت . - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. حُدّث . - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs وظائف @@ -7050,22 +6974,22 @@ The link will expire within 1 hour. The plugin index is not available. Please retry later. قائمة الإضافات غير متوفرة حاليا. يرجى إعادة المحاولة لاحقا. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. يُرجى تثبيت المكونات الإضافية أو السمات التي تثق بها فقط ، حيث يمكنها تنفيذ أي شيفرة على مثيل الخادم. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? تثبيت ؟ - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. ثُبت . - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. تم تحديث الإعدادات. @@ -7254,18 +7178,18 @@ The link will expire within 1 hour. User updated. حُدّث حساب المستخدم . - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user تحديث المستخدِم - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . أُرسل بريد لاستعادة كلمة المرور الى . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list قائمة المستخدمين @@ -7471,6 +7395,12 @@ The link will expire within 1 hour. src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7693,9 +7623,9 @@ The link will expire within 1 hour. Update playlist حدّث قائمة التشغيل - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications الإشعارات @@ -7738,8 +7668,8 @@ The link will expire within 1 hour. My videos فيديوهاتي - src/app/+my-library/my-videos/my-videos.component.html4 - + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 Ownership changes Ownership changes @@ -7783,23 +7713,23 @@ The link will expire within 1 hour. My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists قوائم التشغيل خاصتي - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions اشتراكاتي - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 My playlists قوائم التشغيل الخاصة بي @@ -7819,8 +7749,8 @@ The link will expire within 1 hour. My abuse reports ابلاغاتي - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Unable to find user id or verification string. تعذر العثور على معرف المستخدم أو سلسلة التحقق. @@ -7932,17 +7862,17 @@ The link will expire within 1 hour. عدد المشاهدات - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. فهرس البحث غير متاح. بدلا من ذلك يعيد المحاولة باستخدام نتائج المثيل. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error خطأ في البحث - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search ابحث @@ -8251,19 +8181,19 @@ The link will expire within 1 hour. Instance languages لغات المثيل - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages كل اللغات - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Video to import updated. تم تحديث الفيديو المراد استيراده. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. تم رفع الفيديو الخاص بك إلى حسابك وهو خاص. @@ -8289,11 +8219,7 @@ The link will expire within 1 hour. ارفع src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - ألغي الرفع - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. نُشر الفيديو. @@ -8493,8 +8419,8 @@ The link will expire within 1 hour. Recently added أُضيفت حديثًا - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions مقاطع فيديو من اشتراكاتك @@ -8533,34 +8459,34 @@ The link will expire within 1 hour. Local videos الفيديوهات المحلية - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos اكتشف فيديوهات - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos الفيديوهات الشائعة - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos الفيديوهات المنشورة حديثا - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video ارفع فيديو - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video حرر فيديو - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 Focus the search bar ركز شريط البحث @@ -8632,6 +8558,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: اختصارات لوحة المفاتيح: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8672,27 +8614,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide أخف - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur طمس - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display اعرض - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown مجهول - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 any language أي لغة - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -9383,19 +9325,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 This file is too large. حجم هذا الملف كبير جدًّا. @@ -9473,63 +9409,81 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago سنة - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - سنة - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago شهر - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - شهر - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago أسبوع - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - أسبوع - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago يوم - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - يوم - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago ساعة - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - ساعة - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago دقيقة - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now توا - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 Emphasis تشديد @@ -9600,47 +9554,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous السابق - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next التالي - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month الشهر الماضي - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month الشهر القادم - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month اختر شهرا - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year اختر سنة - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -9650,7 +9604,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -9660,22 +9614,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First الأول - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous السابق - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next التالي - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last الأخير - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -9689,33 +9643,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours ساعات - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM دد - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes دقائق - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours زد ساعات - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours اطرح ساعات - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes زد دقائق - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes اطرح دقائق @@ -9724,13 +9678,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS ثاثا - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds ثواني - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds زد ثواني @@ -9744,13 +9698,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close اغلق diff --git a/client/src/locale/angular.bg.xlf b/client/src/locale/angular.bg.xlf index 5451bfe6b..f497d03e5 100644 --- a/client/src/locale/angular.bg.xlf +++ b/client/src/locale/angular.bg.xlf @@ -2142,7 +2142,7 @@ 44 - + Homepage @@ -2354,7 +2354,7 @@ 111 - + Trending @@ -2370,7 +2370,7 @@ 121 - + Recently added @@ -5206,7 +5206,7 @@ 32 - + Instance information @@ -5462,7 +5462,7 @@ 215 - + Basic configuration @@ -5502,7 +5502,7 @@ 262 - + Discover videos @@ -5526,7 +5526,7 @@ 267 - + Recently added videos @@ -5534,7 +5534,7 @@ 268 - + Local videos @@ -5782,7 +5782,7 @@ 534 - + Advanced configuration diff --git a/client/src/locale/angular.bn-BD.xlf b/client/src/locale/angular.bn-BD.xlf index 7727220e3..bd95bf41f 100644 --- a/client/src/locale/angular.bn-BD.xlf +++ b/client/src/locale/angular.bn-BD.xlf @@ -2170,7 +2170,7 @@ 44 - + Homepage @@ -2382,7 +2382,7 @@ 111 - + Trending @@ -2398,7 +2398,7 @@ 121 - + Recently added @@ -5626,7 +5626,7 @@ 32 - + Instance information @@ -5882,7 +5882,7 @@ 216 - + Basic configuration @@ -5922,7 +5922,7 @@ 263 - + Discover videos @@ -5946,7 +5946,7 @@ 268 - + Recently added videos @@ -5954,7 +5954,7 @@ 269 - + Local videos @@ -6210,7 +6210,7 @@ 539 - + Advanced configuration diff --git a/client/src/locale/angular.bn.xlf b/client/src/locale/angular.bn.xlf index c1be8808f..f72ce4dc1 100644 --- a/client/src/locale/angular.bn.xlf +++ b/client/src/locale/angular.bn.xlf @@ -1619,7 +1619,7 @@ 27 - + Discover videos @@ -1627,7 +1627,7 @@ 31 - + Trending pages @@ -1695,7 +1695,7 @@ 59 - + Recently added videos @@ -1703,7 +1703,7 @@ 41 - + Local videos @@ -2275,7 +2275,7 @@ 1 - + Instance information @@ -2283,7 +2283,7 @@ 7 - + Basic configuration @@ -2311,7 +2311,7 @@ 67 - + Advanced configuration @@ -9074,7 +9074,7 @@ 43,44 - + Choose the appropriate license for your work. @@ -11386,7 +11386,7 @@ 123 - + Trending @@ -11394,7 +11394,7 @@ 132 - + Recently added diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf index dc91e7cb8..bc382fc5b 100644 --- a/client/src/locale/angular.ca-ES.xlf +++ b/client/src/locale/angular.ca-ES.xlf @@ -212,11 +212,11 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Guardar a @@ -279,19 +279,19 @@ Create Crea - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video vídeo - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -307,8 +307,8 @@ subtitles subtítols - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -381,14 +381,14 @@ Cancel Cancel·lar - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Baixa - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Motiu... @@ -400,11 +400,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Envia @@ -462,13 +459,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -504,8 +498,8 @@ {VAR_PLURAL, plural, =0 {Cap vídeo} =1 {1 vídeo} other { vídeos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -570,16 +564,16 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Esborra - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -609,12 +603,12 @@ Hide Hide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Mostra - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Vista prèvia completa @@ -848,8 +842,8 @@ Federation Federació - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers seguidors @@ -890,12 +884,12 @@ User Usuari - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Prohibició - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. Un usuari prohibit ja no podrà iniciar la sessió. @@ -922,7 +916,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Expulsa aquesta usuaria @@ -1044,7 +1038,7 @@ Inicia sessió - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with O identifiqueu-vos amb @@ -1177,7 +1171,7 @@ The link will expire within 1 hour. subscriptores - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! ¡Benvinguda a PeerTube, estimada administradora! @@ -1324,7 +1318,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1409,25 +1403,25 @@ The link will expire within 1 hour. Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 @@ -1460,99 +1454,79 @@ The link will expire within 1 hour. My videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Vídeos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscriptions - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Descobreix - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Tendències - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Afegits fa poc - - src/app/menu/menu.component.html138 Administration Administració @@ -1563,12 +1537,12 @@ The link will expire within 1 hour. Quant a - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1579,7 +1553,7 @@ The link will expire within 1 hour. Notifications - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1774,7 +1748,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1782,17 +1756,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Data de publicació @@ -1990,10 +1958,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2035,12 +2006,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Canal @@ -2065,27 +2038,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Programa la publicació ( @@ -2190,8 +2163,8 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2231,11 +2204,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2320,7 +2290,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Trieu el fitxer a pujar @@ -2330,12 +2300,12 @@ The link will expire within 1 hour. Scheduled Programat - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Imatge de fons del vídeo @@ -2385,7 +2355,13 @@ The link will expire within 1 hour. Publica - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2417,7 +2393,13 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created lives Cannot create live because this instance have too many created lives @@ -2919,13 +2901,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -2974,13 +2956,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Comentari destacat @@ -3030,11 +3012,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3046,11 +3025,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3232,7 +3208,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3294,7 +3270,7 @@ The link will expire within 1 hour. Create user Afegeix un usuari - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3503,45 +3479,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3781,14 +3757,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Vídeo @@ -4036,7 +4012,7 @@ The link will expire within 1 hour. Cerca - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4056,7 +4032,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4066,24 +4042,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4138,18 +4114,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4379,11 +4355,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4493,11 +4466,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Informació de la instància - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4520,123 +4489,92 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Descobreix vídeos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Vídeos locals - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Limit de registres - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Usuaris @@ -4694,143 +4632,119 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4838,28 +4752,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrador @@ -4869,43 +4780,36 @@ The link will expire within 1 hour. Admin email Correu del Administrador - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Configuració bàsica - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username El teu nom d'usuari de Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE @@ -4967,7 +4868,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -5029,7 +4930,13 @@ The link will expire within 1 hour. Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5247,25 +5154,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Configuració avançada - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Actualitza la configuració - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5439,8 +5339,8 @@ color: red; Change ownership Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5519,13 +5419,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5630,8 +5530,8 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5833,12 +5733,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5866,13 +5766,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5900,11 +5800,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6009,7 +5906,7 @@ channel with the same name ()! Stats Estadístiques - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6401,18 +6298,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6566,8 +6463,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6583,10 +6480,10 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6597,7 +6494,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6657,13 +6554,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6770,17 +6667,45 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. S'ha actualitzat la configuració. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7256,26 +7181,26 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7287,32 +7212,23 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7327,26 +7243,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7542,19 +7458,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Actualitzar usuari - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -7994,6 +7910,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -8017,9 +7939,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8073,8 +7995,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Estàs realment segur de eliminar els @@ -8136,8 +8058,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -8146,8 +8068,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8172,19 +8094,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8300,6 +8216,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8320,7 +8252,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8330,22 +8262,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! La contrasenya s'ha restablit correctament! @@ -8448,17 +8380,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8476,83 +8408,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Fa anys - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago Fa mesos - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - Fa un - mes - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago Fa setmanes - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - Fa - setmanes - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago Fa dies - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - Fa - dia - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago Fa hores - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - Fa una - hora - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago Fa minuts - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9480,13 +9420,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -10164,8 +10104,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10337,46 +10277,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10386,7 +10326,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10396,22 +10336,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10426,32 +10366,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10461,12 +10401,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10481,12 +10421,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10497,7 +10437,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10525,11 +10465,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Pujada cancel·lada - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Vídeo publicat. @@ -10687,7 +10623,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10727,32 +10663,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf index 11bd615f8..e5ea53649 100644 --- a/client/src/locale/angular.cs-CZ.xlf +++ b/client/src/locale/angular.cs-CZ.xlf @@ -1,6 +1,5 @@ - - + @@ -19,8 +18,6 @@ 111 - - You don't have notifications. Nemáte oznámení. @@ -146,15 +143,16 @@ commented your video okomentoval vaše video - - src/app/shared/shared-main/users/user-notifications.component.html99 + src/app/shared/shared-main/users/user-notifications.component.html99 + The notification concerns a comment now unavailable The notification concerns a comment now unavailable - - src/app/shared/shared-main/users/user-notifications.component.html107src/app/shared/shared-main/users/user-notifications.component.html172 + src/app/shared/shared-main/users/user-notifications.component.html107 + src/app/shared/shared-main/users/user-notifications.component.html172 + Your video has been published Vaše video @@ -162,8 +160,8 @@ bylo publikováno - - src/app/shared/shared-main/users/user-notifications.component.html116 + src/app/shared/shared-main/users/user-notifications.component.html116 + Your video import succeeded @@ -171,8 +169,8 @@ se povedlo - - src/app/shared/shared-main/users/user-notifications.component.html124 + src/app/shared/shared-main/users/user-notifications.component.html124 + Your video import failed @@ -180,8 +178,8 @@ selhal - - src/app/shared/shared-main/users/user-notifications.component.html132 + src/app/shared/shared-main/users/user-notifications.component.html132 + User registered on your instance @@ -191,8 +189,8 @@ registered on your instance - - src/app/shared/shared-main/users/user-notifications.component.html140 + src/app/shared/shared-main/users/user-notifications.component.html140 + is following your channel your account @@ -205,15 +203,16 @@ váš účet - - src/app/shared/shared-main/users/user-notifications.component.html150 - mentioned you on video mentioned you on video + src/app/shared/shared-main/users/user-notifications.component.html150 + + + mentioned you on video + mentioned you on video src/app/shared/shared-main/users/user-notifications.component.html 164 - Your instance has a new follower () awaiting your approval @@ -225,20 +224,24 @@ awaiting your approval - - src/app/shared/shared-main/users/user-notifications.component.html181 + src/app/shared/shared-main/users/user-notifications.component.html181 + Your instance automatically followed Vaše instance automaticky začala sledovat - - 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.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.html 198,199 - - A new version of PeerTube is available: A new version of PeerTube is available: + + + A new version of PeerTube is available: + A new version of PeerTube is available: src/app/shared/shared-main/users/user-notifications.component.html 206,207 @@ -247,30 +250,30 @@ The notification points to content now unavailable The notification points to content now unavailable - - src/app/shared/shared-main/users/user-notifications.component.html214 + src/app/shared/shared-main/users/user-notifications.component.html214 + Change your avatar - Change your avatar - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html18 + Změň si svůj avatar + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html18 + Remove avatar - Remove avatar - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html40 + Odeberte svůj avatar + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html40 + - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history My watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Uložit na @@ -279,8 +282,8 @@ Options Možnosti - - src/app/+videos/+video-watch/comment/video-comment.component.html40 + src/app/+videos/+video-watch/comment/video-comment.component.html40 + Start at Začít v čase @@ -311,55 +314,59 @@ Please describe the issue... - Please describe the issue... + Popište prosím problém... src/app/shared/shared-moderation/report-modals/report.component.html42 src/app/shared/shared-moderation/report-modals/video-report.component.html80 src/app/shared/shared-moderation/report-modals/report.component.html42 Search playlists - Search playlists + Prohledat seznam skladeb src/app/shared/shared-video-playlist/video-add-to-playlist.component.html9 Create a private playlist - Create a private playlist + Vytvořit nový soukromý seznam skladeb src/app/shared/shared-video-playlist/video-add-to-playlist.component.html66 Display name Zobrazované jméno - - - - - - - - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html17src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html60src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html60src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html33src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html33src/app/+signup/+register/register-step-user.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html71 + src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html17 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html60 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html60 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html33 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html33 + src/app/+signup/+register/register-step-user.component.html8 + src/app/shared/shared-video-playlist/video-add-to-playlist.component.html71 + Create Vytvořit - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - - The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 + + The following link contains a private token and should not be shared with anyone. + Následující odkaz obsahuje soukromý token a neměl by být s nikým sdílen. src/app/shared/shared-video-miniature/video-download.component.html 21,22 - - + + + + src/app/shared/shared-video-miniature/video-download.component.html 39 @@ -367,50 +374,54 @@ subtitles - subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 - + Titulky + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format - - src/app/shared/shared-video-miniature/video-download.component.html61 + src/app/shared/shared-video-miniature/video-download.component.html61 + - - - - src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88 + src/app/shared/shared-video-miniature/video-download.component.html65 + src/app/shared/shared-video-miniature/video-download.component.html76 + src/app/shared/shared-video-miniature/video-download.component.html88 + Video stream Video stream - - src/app/shared/shared-video-miniature/video-download.component.html72 + src/app/shared/shared-video-miniature/video-download.component.html72 + Audio stream Audio stream - - src/app/shared/shared-video-miniature/video-download.component.html84 + src/app/shared/shared-video-miniature/video-download.component.html84 + Direct download Přímý odkaz - - src/app/shared/shared-video-miniature/video-download.component.html101 + src/app/shared/shared-video-miniature/video-download.component.html101 + Torrent (.torrent file) Torrent (soubor .torrent) - - src/app/shared/shared-video-miniature/video-download.component.html105 - Advanced Advanced + src/app/shared/shared-video-miniature/video-download.component.html105 + + + Advanced + Pokročilý src/app/shared/shared-video-miniature/video-download.component.html 117,118 - - Simple Simple + + + Simple + Simple src/app/shared/shared-video-miniature/video-download.component.html 125,126 @@ -419,16 +430,20 @@ video video - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + 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/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Your daily video quota is exceeded with this video (video size: , used: , quota: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -436,22 +451,22 @@ subtitles - subtitles - - src/app/shared/shared-video-miniature/video-download.component.ts55 + Titulky + src/app/shared/shared-video-miniature/video-download.component.ts55 + Cancel Zrušit - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Stáhnout - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Důvod... @@ -462,24 +477,23 @@ Zrušit - - src/app/shared/shared-video-miniature/videos-selection.component.html19 - No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - + src/app/shared/shared-video-miniature/videos-selection.component.html19 + + No results. + Žádné výsledky. + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Odeslat - - - - - - - src/app/+about/about-instance/contact-admin-modal.component.html52src/app/+my-library/my-videos/modals/video-change-ownership.component.html27src/app/shared/shared-moderation/report-modals/report.component.html58src/app/shared/shared-moderation/report-modals/report.component.html58src/app/shared/shared-moderation/report-modals/video-report.component.html96src/app/shared/shared-moderation/video-block.component.html42 + src/app/+about/about-instance/contact-admin-modal.component.html52 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html27 + src/app/shared/shared-moderation/report-modals/report.component.html58 + src/app/shared/shared-moderation/report-modals/report.component.html58 + src/app/shared/shared-moderation/report-modals/video-report.component.html96 + src/app/shared/shared-moderation/video-block.component.html42 + Report video "" Nahlásit video " " @@ -528,13 +542,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -544,7 +555,7 @@ - + src/app/shared/shared-video/video-views-counter.component.html @@ -553,7 +564,7 @@ Cannot fetch information of this remote account - Cannot fetch information of this remote account + Nelze načíst informace o tomto vzdáleném účtu src/app/shared/shared-user-subscription/remote-subscribe.component.ts 60 @@ -562,20 +573,20 @@ Blocked Blocked - - src/app/shared/shared-video-miniature/video-miniature.component.html58 + src/app/shared/shared-video-miniature/video-miniature.component.html58 + Sensitive Citlivé - - src/app/shared/shared-video-miniature/video-miniature.component.html63 + src/app/shared/shared-video-miniature/video-miniature.component.html63 + {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Žádná videa} =1 {1 video} other { videí} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -596,10 +607,10 @@ Deleted Smazané - - - - src/app/+videos/+video-watch/comment/video-comment.component.html47src/app/shared/shared-abuse-list/abuse-list-table.component.html91src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html34 + src/app/+videos/+video-watch/comment/video-comment.component.html47 + src/app/shared/shared-abuse-list/abuse-list-table.component.html91 + src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html34 + Edit starts/stops at Upravit čas spuštění/zastavení @@ -623,30 +634,35 @@ No results. Žádné výsledky. - - - - - - - - - - src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44 - BestBest - + src/app/+videos/video-list/overview/video-overview.component.html4 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + + + Best + Best A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 + + Videos with the most interactions for recent videos, minus user history + Videos with the most interactions for recent videos, minus user history + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Odstranit - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 - Only live videosOnly live videos + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + + Only live videos + Jenom živý videa src/app/+my-library/my-videos/my-videos.component.ts 53 @@ -655,17 +671,17 @@ Edit Upravit - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Rychlý náhled @@ -673,14 +689,14 @@ Hide - Hide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + Skrýt + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Show - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Náhled @@ -693,7 +709,7 @@ Recommended - Recommended + Doporučeno src/app/shared/shared-forms/peertube-checkbox.component.html33 @@ -711,7 +727,7 @@ Subscribe with an account on this instance - Subscribe with an account on this instance + Přihlásit se k odběru pomocí účtu v této instanci src/app/shared/shared-user-subscription/subscribe-button.component.html57 @@ -722,11 +738,11 @@ Published videos matching "" Published videos matching "" - - src/app/+accounts/account-search/account-search.component.ts94 + src/app/+accounts/account-search/account-search.component.ts94 + The live stream will be automatically terminated. - The live stream will be automatically terminated. + Živí přenos bude automaticky ukončen. src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts205 @@ -798,12 +814,12 @@ Transcoding in multiple resolutions - Transcoding in multiple resolutions + Překódování ve více rozlišeních src/app/shared/shared-instance/instance-features-table.component.html32 Live streaming enabled - Live streaming enabled + živí vysílání je povoleno src/app/shared/shared-instance/instance-features-table.component.html71 @@ -920,8 +936,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -935,14 +951,16 @@ The upload failed The upload failed - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted The connection was interrupted - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + The server encountered an error src/app/helpers/utils.ts 193 @@ -951,23 +969,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) Your file couldn't be transferred before the set timeout (usually 10min) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) Your file was too large (max. size: ) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Zablokovat - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -995,13 +1013,12 @@ - - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Zablokovat tohoto uživatele - - src/app/shared/shared-moderation/user-ban-modal.component.html30 + src/app/shared/shared-moderation/user-ban-modal.component.html30 + Block video "" Blokovat video " " @@ -1107,8 +1124,10 @@ Click here to reset your password Click here to reset your password src/app/+login/login.component.html47 - - I forgot my passwordI forgot my password + + + I forgot my password + I forgot my password src/app/+login/login.component.html 47 @@ -1127,7 +1146,7 @@ Přihlásit - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1155,8 +1174,8 @@ 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.ts121 + src/app/+login/login.component.ts121 + Email E-mail @@ -1180,7 +1199,6 @@ The link will expire within 1 hour. Password reset button src/app/+login/login.component.html122 - on this instance on this instance @@ -1190,8 +1208,10 @@ The link will expire within 1 hour. on the vidiverse on the vidiverse src/app/+search/search.component.html8 - - for for + + + for + for src/app/+search/search.component.html 10 @@ -1246,7 +1266,6 @@ The link will expire within 1 hour. Button on the registration form to finalize the account and channel creation - Filters @@ -1256,22 +1275,22 @@ The link will expire within 1 hour. - - src/app/+search/search.component.html19 + src/app/+search/search.component.html19 + No results found Nebyly nalezeny žádné výsledky - - src/app/+search/search.component.html31 + src/app/+search/search.component.html31 + subscribers odběratelů - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1398,14 +1417,15 @@ The link will expire within 1 hour. How long you plan to maintain your instance How long you plan to maintain your instance src/app/modal/instance-config-warning-modal.component.html17 - - How you plan to pay for keeping your instance runningHow you plan to pay for keeping your instance running + + + How you plan to pay for keeping your instance running + How you plan to pay for keeping your instance running src/app/modal/instance-config-warning-modal.component.html 18 - How you will moderate your instance How you will moderate your instance @@ -1421,7 +1441,7 @@ The link will expire within 1 hour. My settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1451,21 +1471,21 @@ The link will expire within 1 hour. Close Close - - - src/app/modal/instance-config-warning-modal.component.html38src/app/shared/shared-video-live/live-stream-information.component.html33 + src/app/modal/instance-config-warning-modal.component.html38 + src/app/shared/shared-video-live/live-stream-information.component.html33 + Update live settings Update live settings - - src/app/shared/shared-video-live/live-stream-information.component.html36 + src/app/shared/shared-video-live/live-stream-information.component.html36 + Configure Configure - - src/app/modal/instance-config-warning-modal.component.html44 + src/app/modal/instance-config-warning-modal.component.html44 + Change the language Změnit jazyk @@ -1496,181 +1516,165 @@ The link will expire within 1 hour. Sensitive: Sensitive: - - src/app/menu/menu.component.html47 + src/app/menu/menu.component.html47 + Help share videos Help share videos - - src/app/menu/menu.component.html53 + src/app/menu/menu.component.html53 + Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Odhlásit - - src/app/menu/menu.component.html67 + src/app/menu/menu.component.html67 + My account My account - - src/app/menu/menu.component.html78 + src/app/menu/menu.component.html78 + My library My library - - src/app/menu/menu.component.html83 + src/app/menu/menu.component.html83 + Create an account Vytvořit účet - - - src/app/+login/login.component.html50src/app/menu/menu.component.html95 + src/app/+login/login.component.html50 + src/app/menu/menu.component.html95 + IN MY LIBRARY IN MY LIBRARY - - src/app/menu/menu.component.html99 + src/app/menu/menu.component.html99 + My videos My videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videa - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Seznamy videí - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Odběry - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historie - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - - allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - - jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 + + Import jobs concurrency + Import jobs concurrency + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 + + allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. + allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 + + jobs in parallel + jobs in parallel + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trendy - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + - - Recently added - Nedávno přidané - - src/app/menu/menu.component.html138 Administration Administrace - - src/app/menu/menu.component.html88 + src/app/menu/menu.component.html88 + About O nás - - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Zobrazit vaše oznámení @@ -1681,9 +1685,9 @@ The link will expire within 1 hour. Notifications Oznámení - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1704,8 +1708,8 @@ The link will expire within 1 hour. I'm a teapot I'm a teapot - - src/app/+page-not-found/page-not-found.component.ts27 + src/app/+page-not-found/page-not-found.component.ts27 + That's an error. That's an error. @@ -1713,39 +1717,45 @@ The link will expire within 1 hour. src/app/+page-not-found/page-not-found.component.html 4 - - We couldn't find any video tied to the URL you were looking for.We couldn't find any video tied to the URL you were looking for. + + + We couldn't find any video tied to the URL you were looking for. + We couldn't find any video tied to the URL you were looking for. src/app/+page-not-found/page-not-found.component.html 7 - - We couldn't find any resource tied to the URL you were looking for.We couldn't find any resource tied to the URL you were looking for. + + + We couldn't find any resource tied to the URL you were looking for. + We couldn't find any resource tied to the URL you were looking for. src/app/+page-not-found/page-not-found.component.html 8 - Possible reasons: Possible reasons: - Possible reasons preceding a list of reasons a `Not Found` error page may occur - src/app/+page-not-found/page-not-found.component.html12 - + src/app/+page-not-found/page-not-found.component.html12 + You may have used an outdated or broken link You may have used an outdated or broken link - - src/app/+page-not-found/page-not-found.component.html15 - The video may have been moved or deletedThe video may have been moved or deleted + src/app/+page-not-found/page-not-found.component.html15 + + + The video may have been moved or deleted + The video may have been moved or deleted src/app/+page-not-found/page-not-found.component.html 17 - - The resource may have been moved or deletedThe resource may have been moved or deleted + + + The resource may have been moved or deleted + The resource may have been moved or deleted src/app/+page-not-found/page-not-found.component.html 18 @@ -1754,18 +1764,24 @@ The link will expire within 1 hour. You may have typed the address or URL incorrectly You may have typed the address or URL incorrectly - - src/app/+page-not-found/page-not-found.component.html20 - You are not authorized here.You are not authorized here. - - src/app/+page-not-found/page-not-found.component.html27 - You might need to check your account is allowed by the video or instance owner.You might need to check your account is allowed by the video or instance owner. + src/app/+page-not-found/page-not-found.component.html20 + + + You are not authorized here. + You are not authorized here. + src/app/+page-not-found/page-not-found.component.html27 + + + You might need to check your account is allowed by the video or instance owner. + You might need to check your account is allowed by the video or instance owner. src/app/+page-not-found/page-not-found.component.html 30 - - You might need to check your account is allowed by the resource or instance owner.You might need to check your account is allowed by the resource or instance owner. + + + You might need to check your account is allowed by the resource or instance owner. + You might need to check your account is allowed by the resource or instance owner. src/app/+page-not-found/page-not-found.component.html 31 @@ -1774,15 +1790,15 @@ The link will expire within 1 hour. The requested entity body blends sweet bits with a mellow earthiness. The requested entity body blends sweet bits with a mellow earthiness. - Description of a tea flavour, keeping the 'requested entity body' as a technical expression referring to a web request - src/app/+page-not-found/page-not-found.component.html40 + src/app/+page-not-found/page-not-found.component.html40 + Sepia seems to like it. Sepia seems to like it. - This is about Sepia's tea - src/app/+page-not-found/page-not-found.component.html42 + src/app/+page-not-found/page-not-found.component.html42 + 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. @@ -1807,8 +1823,10 @@ The link will expire within 1 hour. Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. src/app/header/search-typeahead.component.html32 - - Your query will be matched against video names or descriptions, channel names.Your query will be matched against video names or descriptions, channel names. + + + Your query will be matched against video names or descriptions, channel names. + Your query will be matched against video names or descriptions, channel names. src/app/header/search-typeahead.component.html 37 @@ -1817,35 +1835,34 @@ The link will expire within 1 hour. ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html39 + src/app/header/search-typeahead.component.html39 + any instance any instance - - src/app/header/search-typeahead.component.html42 + src/app/header/search-typeahead.component.html42 + only followed instances only followed instances - - src/app/header/search-typeahead.component.html43 + src/app/header/search-typeahead.component.html43 + Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. - - src/app/header/search-typeahead.component.html41 + src/app/header/search-typeahead.component.html41 + will list the matching channel will list the matching channel - - - src/app/header/search-typeahead.component.html50src/app/header/search-typeahead.component.html53 + src/app/header/search-typeahead.component.html50 + src/app/header/search-typeahead.component.html53 + will list the matching video will list the matching video - - src/app/header/search-typeahead.component.html56 - + src/app/header/search-typeahead.component.html56 + Search... Hledat... @@ -1876,146 +1893,147 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Display only src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Live videos + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + VOD videos + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Datum publikace - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Původní rok publikování - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... Po... - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... Před... - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Trvání - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Zobrazit citlivý obsah - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes Ano - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No Ne - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Kategorie - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Reset - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Display all categories - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Licence - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Display all licenses - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Jazyk - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Display all languages - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Všechny tyto štítky - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags Jeden z těchto štítků - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Search target - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Vidiverse - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Reset - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Filtr - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Video channels @@ -2051,9 +2069,9 @@ The link will expire within 1 hour. Tags Štítky - - - src/app/+videos/+video-edit/shared/video-edit.component.html19src/app/+videos/+video-watch/video-watch.component.html272 + src/app/+videos/+video-edit/shared/video-edit.component.html19 + src/app/+videos/+video-watch/video-watch.component.html272 + Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. @@ -2076,39 +2094,56 @@ The link will expire within 1 hour. extensions extensions - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts48 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts48 + This image is too large. This image is too large. - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts57src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts54 - Upload a new bannerUpload a new banner - - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html9src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html26 - Change your bannerChange your banner - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 - Remove bannerRemove banner - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - Account avatarAccount avatar + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts57 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts54 + + + Upload a new banner + Upload a new banner + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html9 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html26 + + + Change your banner + Change your banner + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 + + + Remove banner + Remove banner + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + + + + Account avatar + Account avatar src/app/shared/shared-actor-image/actor-avatar.component.ts 47 - - Channel avatarChannel avatar + + + Channel avatar + Channel avatar src/app/shared/shared-actor-image/actor-avatar.component.ts 48 - - Advanced filtersAdvanced filters + + + Advanced filters + Advanced filters src/app/shared/shared-forms/advanced-input-filter.component.html 8 @@ -2122,41 +2157,41 @@ The link will expire within 1 hour. Description Popis - - - - - - - - - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html35src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html71src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html71src/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.html38 + src/app/+about/about-instance/about-instance.component.html113 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html35 + src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html71 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html71 + 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.html38 + Video descriptions are truncated by default and require manual action to expand them. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kanál - - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Soukromí @@ -2168,27 +2203,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Naplánovat publikování () @@ -2198,14 +2233,15 @@ The link will expire within 1 hour. Contains sensitive content Contains sensitive content src/app/+videos/+video-edit/shared/video-edit.component.html131 - - Some instances hide videos containing mature or explicit content by default.Some instances hide videos containing mature or explicit content by default. + + + Some instances hide videos containing mature or explicit content by default. + Some instances hide videos containing mature or explicit content by default. src/app/+videos/+video-edit/shared/video-edit.component.html 135 - Publish after transcoding Publish after transcoding @@ -2291,8 +2327,8 @@ The link will expire within 1 hour. Captions Titulky - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2301,52 +2337,64 @@ The link will expire within 1 hour. Support Podpora - - src/app/+video-channels/video-channels.component.html17src/app/+videos/+video-edit/shared/video-edit.component.html276 - View accountView account - - - src/app/+video-channels/video-channels.component.html30 - View account View account + src/app/+video-channels/video-channels.component.html17 + src/app/+videos/+video-edit/shared/video-edit.component.html276 + + + View account + View account + src/app/+video-channels/video-channels.component.html30 + + + View account + View account src/app/+video-channels/video-channels.component.html 42,43 - - View owner account View owner account + + + View owner account + View owner account src/app/+video-channels/video-channels.component.html 46,47 - - VIDEO CHANNELVIDEO CHANNEL + + + VIDEO CHANNEL + VIDEO CHANNEL src/app/+video-channels/video-channels.component.html 55 - - Copy channel handleCopy channel handle + + + Copy channel handle + Copy channel handle src/app/+video-channels/video-channels.component.html 66 - - {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - - + + + {VAR_PLURAL, plural, =1 {1 videos} other { videos}} + {VAR_PLURAL, plural, =1 {1 videos} other { videos}} + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 + + + src/app/+video-channels/video-channels.component.html 76,77 - - OWNER ACCOUNTOWNER ACCOUNT - - - src/app/+video-channels/video-channels.component.html23 + + + OWNER ACCOUNT + OWNER ACCOUNT + src/app/+video-channels/video-channels.component.html23 + Short text to tell people how they can support you (membership platform...). @@ -2401,11 +2449,11 @@ The link will expire within 1 hour. Sorry, but something went wrong Sorry, but something went wrong - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. @@ -2418,12 +2466,12 @@ The link will expire within 1 hour. Update Aktualizovat - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Zvolte soubor k nahrání @@ -2434,17 +2482,17 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. @@ -2454,48 +2502,54 @@ The link will expire within 1 hour. The chosen image will be definitive and cannot be modified. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Total video uploaded - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Processing… - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry Retry Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Total video quota - - - src/app/+admin/users/user-list/user-list.component.html119src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/users/user-list/user-list.component.html119 + src/app/shared/shared-main/users/user-quota.component.html3 + Congratulations! Your video is now available in your private library. Congratulations! Your video is now available in your private library. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished Publikovat lze jakmile bude dokončeno nahrávání - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish Publikovat - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2528,22 +2582,28 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives Cannot create live because this instance have too many created lives - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 + Cannot create live because you created too many lives Cannot create live because you created too many lives - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts98 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts98 + Live published. Live published. - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts128 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts128 + Go Live Go Live @@ -2617,8 +2677,8 @@ The link will expire within 1 hour. Report this comment Report this comment - - src/app/+videos/+video-watch/comment/video-comment.component.ts178 + src/app/+videos/+video-watch/comment/video-comment.component.ts178 + Share Sdílet @@ -2678,8 +2738,10 @@ The link will expire within 1 hour. Less customization src/app/shared/shared-share-modal/video-share.component.html231 - - Support Support + + + Support + Support src/app/shared/shared-support-modal/support-modal.component.html 3 @@ -2695,18 +2757,17 @@ The link will expire within 1 hour. Autoplay src/app/shared/shared-share-modal/video-share.component.html159 - Maybe later Maybe later - - src/app/shared/shared-support-modal/support-modal.component.html11 + src/app/shared/shared-support-modal/support-modal.component.html11 + Muted Skryt - - - src/app/+accounts/accounts.component.html22src/app/shared/shared-share-modal/video-share.component.html166 + src/app/+accounts/accounts.component.html22 + src/app/shared/shared-share-modal/video-share.component.html166 + Loop Loop @@ -2747,15 +2808,15 @@ The link will expire within 1 hour. The video is being imported, it will be available when the import is finished. - - src/app/+videos/+video-watch/video-watch.component.html25 + src/app/+videos/+video-watch/video-watch.component.html25 + The video is being transcoded, it may not work properly. The video is being transcoded, it may not work properly. - - src/app/+videos/+video-watch/video-watch.component.html29 + src/app/+videos/+video-watch/video-watch.component.html29 + This video will be published on . @@ -2763,69 +2824,69 @@ The link will expire within 1 hour. . - - src/app/+videos/+video-watch/video-watch.component.html32 + src/app/+videos/+video-watch/video-watch.component.html32 + This live has not started yet. This live has not started yet. - - src/app/+videos/+video-watch/video-watch.component.html37 + src/app/+videos/+video-watch/video-watch.component.html37 + This live has ended. This live has ended. - - src/app/+videos/+video-watch/video-watch.component.html41 + src/app/+videos/+video-watch/video-watch.component.html41 + This video is blocked. This video is blocked. - - src/app/+videos/+video-watch/video-watch.component.html45 + src/app/+videos/+video-watch/video-watch.component.html45 + Published Published - - - src/app/+videos/+video-watch/video-watch.component.html59src/app/+videos/+video-watch/video-watch.component.html72 + src/app/+videos/+video-watch/video-watch.component.html59 + src/app/+videos/+video-watch/video-watch.component.html72 + SUPPORT SUPPORT - - src/app/+videos/+video-watch/video-watch.component.html108 + src/app/+videos/+video-watch/video-watch.component.html108 + SHARE SHARE - - src/app/+videos/+video-watch/video-watch.component.html113 + src/app/+videos/+video-watch/video-watch.component.html113 + SAVE SAVE - - src/app/+videos/+video-watch/video-watch.component.html124 + src/app/+videos/+video-watch/video-watch.component.html124 + DOWNLOAD DOWNLOAD - - src/app/+videos/+video-watch/video-watch.component.html138 + src/app/+videos/+video-watch/video-watch.component.html138 + Like this video To se mi líbí - - src/app/+videos/+video-watch/video-watch.component.ts158 + src/app/+videos/+video-watch/video-watch.component.ts158 + Dislike this video To se mi nelíbí - - src/app/+videos/+video-watch/video-watch.component.ts159 + src/app/+videos/+video-watch/video-watch.component.ts159 + Support options for this video Support options for this video - - src/app/+videos/+video-watch/video-watch.component.ts160 + src/app/+videos/+video-watch/video-watch.component.ts160 + By Od - - src/app/+videos/+video-watch/video-watch.component.html190 + src/app/+videos/+video-watch/video-watch.component.html190 + Subscribe Subscribe @@ -2849,102 +2910,102 @@ The link will expire within 1 hour. Show more Zobrazit více - - src/app/+videos/+video-watch/video-watch.component.html217 + src/app/+videos/+video-watch/video-watch.component.html217 + Show less Zobrazit méně - - src/app/+videos/+video-watch/video-watch.component.html223 - OriginOrigin + src/app/+videos/+video-watch/video-watch.component.html223 + + + Origin + Origin src/app/+videos/+video-watch/video-watch.component.html 235 - Originally published Originally published - - src/app/+videos/+video-watch/video-watch.component.html240 + src/app/+videos/+video-watch/video-watch.component.html240 + Friendly Reminder: Friendly Reminder: - - src/app/+videos/+video-watch/video-watch.component.html304 + src/app/+videos/+video-watch/video-watch.component.html304 + the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. - - src/app/+videos/+video-watch/video-watch.component.html306 + src/app/+videos/+video-watch/video-watch.component.html306 + More information Více informací - - - - - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html36src/app/+admin/moderation/video-comment-list/video-comment-list.component.html56src/app/+admin/system/jobs/jobs.component.html56src/app/+videos/+video-watch/video-watch.component.html309src/app/shared/shared-abuse-list/abuse-list-table.component.html32 + src/app/+admin/moderation/video-block-list/video-block-list.component.html36 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html56 + src/app/+admin/system/jobs/jobs.component.html56 + src/app/+videos/+video-watch/video-watch.component.html309 + src/app/shared/shared-abuse-list/abuse-list-table.component.html32 + 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.html57 + src/app/+admin/moderation/video-block-list/video-block-list.component.html57 + NSFW NSFW - - src/app/+admin/moderation/video-block-list/video-block-list.component.html67 + src/app/+admin/moderation/video-block-list/video-block-list.component.html67 + Get more information Získat více informací - - src/app/+videos/+video-watch/video-watch.component.html309 + src/app/+videos/+video-watch/video-watch.component.html309 + OK OK - - src/app/+videos/+video-watch/video-watch.component.html313 - - - + src/app/+videos/+video-watch/video-watch.component.html313 + SORT BY SORT BY - - src/app/+videos/+video-watch/comment/video-comments.component.html11 + src/app/+videos/+video-watch/comment/video-comments.component.html11 + Most recent first (default) Most recent first (default) - - src/app/+videos/+video-watch/comment/video-comments.component.html14 + src/app/+videos/+video-watch/comment/video-comments.component.html14 + Most replies first Most replies first - - src/app/+videos/+video-watch/comment/video-comments.component.html15 + src/app/+videos/+video-watch/comment/video-comments.component.html15 + No comments. Žádné komentáře - - src/app/+videos/+video-watch/comment/video-comments.component.html28 - View from and others View from and others + src/app/+videos/+video-watch/comment/video-comments.component.html28 + + + View from and others + View from and others src/app/+videos/+video-watch/comment/video-comments.component.html 80,81 - - {VAR_PLURAL, plural, =1 {1 reply} other { replies}}{VAR_PLURAL, plural, =1 {1 reply} other { replies}} + + + {VAR_PLURAL, plural, =1 {1 reply} other { replies}} + {VAR_PLURAL, plural, =1 {1 reply} other { replies}} src/app/+videos/+video-watch/comment/video-comments.component.html 80 @@ -2957,29 +3018,30 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comments.component.html 87 - - View from View from + + + View from + View from src/app/+videos/+video-watch/comment/video-comments.component.html 83,84 - - View View + + + View + View src/app/+videos/+video-watch/comment/video-comments.component.html 87 - - - Comments are disabled. Komentáře nejsou povoleny. - - src/app/+videos/+video-watch/comment/video-comments.component.html98 + src/app/+videos/+video-watch/comment/video-comments.component.html98 + Add comment... Přidat komentář... @@ -3008,13 +3070,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -3043,48 +3105,48 @@ The link will expire within 1 hour. You are one step away from commenting You are one step away from commenting - - src/app/+videos/+video-watch/comment/video-comment-add.component.html56 + src/app/+videos/+video-watch/comment/video-comment-add.component.html56 + You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). - - src/app/+videos/+video-watch/comment/video-comment-add.component.html62 + src/app/+videos/+video-watch/comment/video-comment-add.component.html62 + Login to comment Přihlásit ke komentování - - src/app/+videos/+video-watch/comment/video-comment-add.component.html75 + src/app/+videos/+video-watch/comment/video-comment-add.component.html75 + Markdown Emoji List Markdown Emoji List - - src/app/+videos/+video-watch/comment/video-comment-add.component.html83 + src/app/+videos/+video-watch/comment/video-comment-add.component.html83 + Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Zvýrazněné komentáře - - src/app/+videos/+video-watch/comment/video-comment.component.html10 + src/app/+videos/+video-watch/comment/video-comment.component.html10 + Reply Odpovědět - - src/app/+videos/+video-watch/comment/video-comment.component.html36 + src/app/+videos/+video-watch/comment/video-comment.component.html36 + This comment has been deleted This comment has been deleted - - src/app/+videos/+video-watch/comment/video-comment.component.html53 + src/app/+videos/+video-watch/comment/video-comment.component.html53 + Video redundancies Video redundancies @@ -3119,11 +3181,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3135,11 +3194,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3188,106 +3244,83 @@ The link will expire within 1 hour. Filter... Filtrovat... - - - - - - - - - - - src/app/shared/shared-forms/advanced-input-filter.component.html17 + src/app/shared/shared-forms/advanced-input-filter.component.html17 + Clear filters Clear filters - - - - - - - - - - - - - - - - src/app/shared/shared-forms/advanced-input-filter.component.html23 + src/app/shared/shared-forms/advanced-input-filter.component.html23 + 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.html22 + ID ID - - src/app/+admin/system/jobs/jobs.component.html45 + src/app/+admin/system/jobs/jobs.component.html45 + Follower handle Follower handle - - src/app/+admin/follows/followers-list/followers-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html24 + State Stav - - - src/app/+my-library/my-video-imports/my-video-imports.component.html19src/app/+admin/system/jobs/jobs.component.html48 + src/app/+my-library/my-video-imports/my-video-imports.component.html19 + src/app/+admin/system/jobs/jobs.component.html48 + Created Vytvořeno - - - - - - src/app/+admin/follows/followers-list/followers-list.component.html27src/app/+admin/follows/following-list/following-list.component.html33src/app/+admin/system/jobs/jobs.component.html50src/app/+my-library/my-video-imports/my-video-imports.component.html20src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html27 + src/app/+admin/follows/following-list/following-list.component.html33 + src/app/+admin/system/jobs/jobs.component.html50 + src/app/+my-library/my-video-imports/my-video-imports.component.html20 + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + Open actor page in a new tab Open actor page in a new tab - - src/app/+admin/follows/followers-list/followers-list.component.html42 + src/app/+admin/follows/followers-list/followers-list.component.html42 + Accepted Přijato - - - src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/following-list/following-list.component.html51 + src/app/+admin/follows/followers-list/followers-list.component.html49 + src/app/+admin/follows/following-list/following-list.component.html51 + Pending Čeká - - - src/app/+admin/follows/followers-list/followers-list.component.html52src/app/+admin/follows/following-list/following-list.component.html54 + src/app/+admin/follows/followers-list/followers-list.component.html52 + src/app/+admin/follows/following-list/following-list.component.html54 + Accept Přijmout - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Odmítnout - - - src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+my-library/my-ownership/my-ownership.component.html34 + src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+my-library/my-ownership/my-ownership.component.html34 + No follower found matching current filters. No follower found matching current filters. - - src/app/+admin/follows/followers-list/followers-list.component.html64 + src/app/+admin/follows/followers-list/followers-list.component.html64 + Your instance doesn't have any follower. Your instance doesn't have any follower. - - src/app/+admin/follows/followers-list/followers-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html65 + Showing to of followers Showing @@ -3295,8 +3328,8 @@ The link will expire within 1 hour. of followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 + src/app/+admin/follows/followers-list/followers-list.component.html11 + @@ -3307,38 +3340,38 @@ The link will expire within 1 hour. Host Host - - src/app/+admin/follows/following-list/following-list.component.html31 + src/app/+admin/follows/following-list/following-list.component.html31 + Redundancy allowed Redundancy allowed - - src/app/+admin/follows/following-list/following-list.component.html34 + src/app/+admin/follows/following-list/following-list.component.html34 + Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab - - - - src/app/+admin/follows/following-list/following-list.component.html44src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 + src/app/+admin/follows/following-list/following-list.component.html44 + src/app/shared/shared-moderation/server-blocklist.component.html42 + src/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.html70 + src/app/+admin/follows/following-list/following-list.component.html70 + Your instance is not following anyone. Your instance is not following anyone. - - src/app/+admin/follows/following-list/following-list.component.html71 + src/app/+admin/follows/following-list/following-list.component.html71 + Showing to of hosts Showing @@ -3346,26 +3379,28 @@ The link will expire within 1 hour. of hosts - - src/app/+admin/follows/following-list/following-list.component.html11 + src/app/+admin/follows/following-list/following-list.component.html11 + Follow domains Follow domains - - src/app/+admin/follows/following-list/following-list.component.html78 + src/app/+admin/follows/following-list/following-list.component.html78 + Follow instances Follow instances - - src/app/+admin/follows/following-list/following-list.component.html18 - ActionAction - - - - - - - src/app/+admin/follows/following-list/following-list.component.html30src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html27src/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 + src/app/+admin/follows/following-list/following-list.component.html18 + + + Action + Action + src/app/+admin/follows/following-list/following-list.component.html30 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html27 + src/app/shared/shared-moderation/account-blocklist.component.html22 + src/app/shared/shared-moderation/account-blocklist.component.html22 + src/app/shared/shared-moderation/server-blocklist.component.html30 + src/app/shared/shared-moderation/server-blocklist.component.html30 + Videos redundancies Videos redundancies @@ -3384,23 +3419,23 @@ The link will expire within 1 hour. Create user Vytvořit uživatele - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters - - src/app/+admin/users/user-list/user-list.component.html42 + src/app/+admin/users/user-list/user-list.component.html42 + Select columns Select columns - - src/app/+admin/users/user-list/user-list.component.html48 + src/app/+admin/users/user-list/user-list.component.html48 + Highlight banned users Highlight banned users - - src/app/+admin/users/user-list/user-list.component.html54 + src/app/+admin/users/user-list/user-list.component.html54 + Username Uživatelské jméno @@ -3452,17 +3487,19 @@ The link will expire within 1 hour. . - - - src/app/+admin/users/user-edit/user-edit.component.html162src/app/+admin/users/user-edit/user-edit.component.html162 + src/app/+admin/users/user-edit/user-edit.component.html162 + src/app/+admin/users/user-edit/user-edit.component.html162 + Daily video quota Denní kvóta pro videa - - - - src/app/+admin/users/user-edit/user-edit.component.html172src/app/+admin/users/user-edit/user-edit.component.html172src/app/shared/shared-main/users/user-quota.component.html13 - Auth pluginAuth plugin + src/app/+admin/users/user-edit/user-edit.component.html172 + src/app/+admin/users/user-edit/user-edit.component.html172 + src/app/shared/shared-main/users/user-quota.component.html13 + + + Auth plugin + Auth plugin src/app/+admin/users/user-edit/user-edit.component.html 188 @@ -3471,8 +3508,10 @@ The link will expire within 1 hour. src/app/+admin/users/user-edit/user-edit.component.html 188 - - None (local authentication)None (local authentication) + + + None (local authentication) + None (local authentication) src/app/+admin/users/user-edit/user-edit.component.html 192 @@ -3485,27 +3524,27 @@ The link will expire within 1 hour. Doesn't need review before a video goes public Doesn't need review before a video goes public - - - src/app/+admin/users/user-edit/user-edit.component.html201src/app/+admin/users/user-edit/user-edit.component.html201 + src/app/+admin/users/user-edit/user-edit.component.html201 + src/app/+admin/users/user-edit/user-edit.component.html201 + Send a link to reset the password by email to the user Zaslat odkaz pro reset hesla uživateli emailem - - - src/app/+admin/users/user-edit/user-edit.component.html226src/app/+admin/users/user-edit/user-edit.component.html226 + src/app/+admin/users/user-edit/user-edit.component.html226 + src/app/+admin/users/user-edit/user-edit.component.html226 + Ask for new password Požádat o nové heslo - - - src/app/+admin/users/user-edit/user-edit.component.html227src/app/+admin/users/user-edit/user-edit.component.html227 + src/app/+admin/users/user-edit/user-edit.component.html227 + src/app/+admin/users/user-edit/user-edit.component.html227 + Manually set the user password Manuálně nastavit heslo uživatele - - - src/app/+admin/users/user-edit/user-edit.component.html231src/app/+admin/users/user-edit/user-edit.component.html231 + src/app/+admin/users/user-edit/user-edit.component.html231 + src/app/+admin/users/user-edit/user-edit.component.html231 + Show Zobrazit @@ -3514,64 +3553,61 @@ The link will expire within 1 hour. Hide Skrýt - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-user-settings/user-video-settings.component.html16 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115 + src/app/+admin/users/user-edit/user-password.component.html11 + src/app/shared/shared-user-settings/user-video-settings.component.html16 + Batch actions Souhrnné akce - - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html23src/app/+admin/users/user-list/user-list.component.html13 - - + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html23 + src/app/+admin/users/user-list/user-list.component.html13 + The user was banned The user was banned - - - src/app/+admin/users/user-list/user-list.component.html139 + src/app/+admin/users/user-list/user-list.component.html139 + Open account in a new tab Open account in a new tab - - - - - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html70src/app/+admin/users/user-list/user-list.component.html90src/app/+my-library/my-ownership/my-ownership.component.html38src/app/shared/shared-abuse-list/abuse-list-table.component.html46src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html70 + src/app/+admin/users/user-list/user-list.component.html90 + src/app/+my-library/my-ownership/my-ownership.component.html38 + src/app/shared/shared-abuse-list/abuse-list-table.component.html46 + src/app/shared/shared-moderation/account-blocklist.component.html34 + src/app/shared/shared-moderation/account-blocklist.component.html34 + Deleted account Deleted account - - src/app/shared/shared-abuse-list/abuse-list-table.component.html57 + src/app/shared/shared-abuse-list/abuse-list-table.component.html57 + User's email must be verified to login Uživatelský email musí být před přihlášením ověřen - - - src/app/+admin/users/user-list/user-list.component.html108 + src/app/+admin/users/user-list/user-list.component.html108 + User's email is verified / User can login without email verification Uživatelský email je ověřen / Uživatel se může přihlásit bez ověření - - src/app/+admin/users/user-list/user-list.component.html112 + src/app/+admin/users/user-list/user-list.component.html112 + Total daily video quota Total daily video quota - - src/app/+admin/users/user-list/user-list.component.html129 + src/app/+admin/users/user-list/user-list.component.html129 + Ban reason: Důvod zablokování: - - src/app/+admin/users/user-list/user-list.component.html156 - Banned usersBanned users + src/app/+admin/users/user-list/user-list.component.html156 + + + Banned users + Banned users src/app/+admin/users/user-list/user-list.component.ts 40 @@ -3595,45 +3631,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3651,18 +3687,15 @@ The link will expire within 1 hour. src/app/shared/shared-moderation/server-blocklist.component.html3 src/app/shared/shared-moderation/server-blocklist.component.html3 - - - Video Video - - - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html29src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html29 + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + Total size Total size @@ -3698,56 +3731,61 @@ The link will expire within 1 hour. 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.html27 + Unfederated Unfederated - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html71 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28 + src/app/+admin/moderation/video-block-list/video-block-list.component.html71 + Date Datum - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/moderation/video-comment-list/video-comment-list.component.html45 + src/app/+admin/moderation/video-block-list/video-block-list.component.html29 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html45 + Select this row Select this row - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html53src/app/+admin/users/user-list/user-list.component.html74 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html53 + src/app/+admin/users/user-list/user-list.component.html74 + Actions Akce - - - - - src/app/+admin/follows/followers-list/followers-list.component.html23src/app/+admin/moderation/video-block-list/video-block-list.component.html45src/app/+admin/moderation/video-comment-list/video-comment-list.component.html65src/app/+my-library/my-ownership/my-ownership.component.html18src/app/shared/shared-abuse-list/abuse-list-table.component.html41 + src/app/+admin/follows/followers-list/followers-list.component.html23 + src/app/+admin/moderation/video-block-list/video-block-list.component.html45 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html65 + src/app/+my-library/my-ownership/my-ownership.component.html18 + src/app/shared/shared-abuse-list/abuse-list-table.component.html41 + Commented video Commented video - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html82 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html82 + No comments found matching current filters. No comments found matching current filters. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html107 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html107 + No comments found. No comments found. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html108 - Local commentsLocal comments + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html108 + + + Local comments + Local comments src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts 48 - - Remote commentsRemote comments + + + Remote comments + Remote comments src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts 52 @@ -3756,38 +3794,48 @@ 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.html163 + src/app/shared/shared-abuse-list/abuse-list-table.component.html163 + No abuses found. No abuses found. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html164 - Unsolved reportsUnsolved reports + src/app/shared/shared-abuse-list/abuse-list-table.component.html164 + + + Unsolved reports + Unsolved reports src/app/shared/shared-abuse-list/abuse-list-table.component.ts 42 - - Accepted reportsAccepted reports + + + Accepted reports + Accepted reports src/app/shared/shared-abuse-list/abuse-list-table.component.ts 46 - - Refused reportsRefused reports + + + Refused reports + Refused reports src/app/shared/shared-abuse-list/abuse-list-table.component.ts 50 - - Reports with blocked videosReports with blocked videos + + + Reports with blocked videos + Reports with blocked videos src/app/shared/shared-abuse-list/abuse-list-table.component.ts 54 - - Reports with deleted videosReports with deleted videos + + + Reports with deleted videos + Reports with deleted videos src/app/shared/shared-abuse-list/abuse-list-table.component.ts 58 @@ -3796,25 +3844,29 @@ The link will expire within 1 hour. Block reason: Block reason: - - src/app/+admin/moderation/video-block-list/video-block-list.component.html87 + src/app/+admin/moderation/video-block-list/video-block-list.component.html87 + 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.html107 + src/app/+admin/moderation/video-block-list/video-block-list.component.html107 + No blocked video found. No blocked video found. - - src/app/+admin/moderation/video-block-list/video-block-list.component.html108 - Automatic blocksAutomatic blocks + src/app/+admin/moderation/video-block-list/video-block-list.component.html108 + + + Automatic blocks + Automatic blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts 31 - - Manual blocksManual blocks + + + Manual blocks + Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts 35 @@ -3827,8 +3879,8 @@ The link will expire within 1 hour. of blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + Reports Reports @@ -3850,20 +3902,14 @@ The link will expire within 1 hour. Update this comment Aktualizovat tento komentář - - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html30 - - - - - - + src/app/shared/shared-abuse-list/moderation-comment-modal.component.html30 + Reporter Autor nahlášení - - - 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.html7 + src/app/shared/shared-abuse-list/abuse-list-table.component.html21 + @@ -3872,59 +3918,57 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html18 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html43 + src/app/+my-library/my-ownership/my-ownership.component.html20 + src/app/+my-library/my-video-imports/my-video-imports.component.html18 + Comment Comment - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44 + This video has been reported multiple times. This video has been reported multiple times. - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html70 + src/app/shared/shared-abuse-list/abuse-list-table.component.html70 + The video was blocked The video was blocked - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + by on by on - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html82src/app/shared/shared-abuse-list/abuse-list-table.component.html99 + src/app/shared/shared-abuse-list/abuse-list-table.component.html82 + src/app/shared/shared-abuse-list/abuse-list-table.component.html99 + Video was deleted Video was deleted - - src/app/shared/shared-abuse-list/abuse-list-table.component.html89 + src/app/shared/shared-abuse-list/abuse-list-table.component.html89 + Account deleted Account deleted - - src/app/shared/shared-abuse-list/abuse-list-table.component.html125 + src/app/shared/shared-abuse-list/abuse-list-table.component.html125 + Open video in a new tab Open video in a new tab @@ -3933,28 +3977,28 @@ The link will expire within 1 hour. State Stav - - - - src/app/+admin/follows/followers-list/followers-list.component.html25src/app/+admin/follows/following-list/following-list.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html25 + src/app/+admin/follows/following-list/following-list.component.html32 + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + Messages Messages - - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + 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.html26 + Score Score - - src/app/+admin/follows/followers-list/followers-list.component.html26 + src/app/+admin/follows/followers-list/followers-list.component.html26 + Showing to of reports Showing @@ -3962,13 +4006,13 @@ The link will expire within 1 hour. of reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + Reportee Reportee - - src/app/shared/shared-abuse-list/abuse-details.component.html28 + src/app/shared/shared-abuse-list/abuse-details.component.html28 + @@ -3976,65 +4020,65 @@ The link will expire within 1 hour. - - src/app/shared/shared-abuse-list/abuse-details.component.html42 + src/app/shared/shared-abuse-list/abuse-details.component.html42 + {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - - src/app/shared/shared-abuse-list/abuse-details.component.html42 + src/app/shared/shared-abuse-list/abuse-details.component.html42 + Updated Updated - - src/app/shared/shared-abuse-list/abuse-details.component.html48 + src/app/shared/shared-abuse-list/abuse-details.component.html48 + Mute domain Mute domain - - - src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 + src/app/shared/shared-moderation/server-blocklist.component.html18 + src/app/shared/shared-moderation/server-blocklist.component.html18 + Instance Instance - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Muted at - - - - - 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 + src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/shared/shared-moderation/server-blocklist.component.html32 + Unmute Zhlasitit - - - - - 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 + src/app/shared/shared-moderation/account-blocklist.component.html31 + src/app/shared/shared-moderation/account-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html39 + src/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.html55src/app/shared/shared-moderation/server-blocklist.component.html55 + src/app/shared/shared-moderation/server-blocklist.component.html55 + src/app/shared/shared-moderation/server-blocklist.component.html55 + No server found. No server found. - - - 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.html56 + src/app/shared/shared-moderation/server-blocklist.component.html56 + Showing to of muted instances Showing @@ -4042,41 +4086,41 @@ The link will expire within 1 hour. of muted instances - - - src/app/shared/shared-moderation/server-blocklist.component.html11src/app/shared/shared-moderation/server-blocklist.component.html11 + src/app/shared/shared-moderation/server-blocklist.component.html11 + src/app/shared/shared-moderation/server-blocklist.component.html11 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. - - src/app/+admin/follows/following-list/following-list.component.html81 + src/app/+admin/follows/following-list/following-list.component.html81 + Mute domains Mute domains - - - src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 + src/app/shared/shared-moderation/server-blocklist.component.html63 + src/app/shared/shared-moderation/server-blocklist.component.html63 + Account Účet - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html42 + src/app/shared/shared-moderation/account-blocklist.component.html23 + src/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.html53src/app/shared/shared-moderation/account-blocklist.component.html53 + src/app/shared/shared-moderation/account-blocklist.component.html53 + src/app/shared/shared-moderation/account-blocklist.component.html53 + No account found. No account found. - - - 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.html54 + src/app/shared/shared-moderation/account-blocklist.component.html54 + List installed plugins List installed plugins @@ -4122,10 +4166,10 @@ The link will expire within 1 hour. Search Hledat - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4143,7 +4187,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4153,24 +4197,34 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - HotHot - + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + + Hot + Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours + src/app/+videos/video-list/trending/video-trending-header.component.ts48 + + Videos with the most interactions for recent videos + Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - LikesLikes + src/app/+videos/video-list/trending/video-trending-header.component.ts51 + + Videos with the most views during the last 24 hours + Videos with the most views during the last 24 hours + src/app/+videos/video-list/trending/video-trending-header.component.ts58 + + Likes + Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 + + Videos that have the most likes + Videos that have the most likes + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4182,14 +4236,15 @@ The link will expire within 1 hour. Popular Popular src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + for "" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {result} other {results} } @@ -4225,54 +4280,56 @@ The link will expire within 1 hour. Jobs Úlohy - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Protokoly - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 + Delete all comments of this account Delete all comments of this account - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts81 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts81 + Comments are deleted after a few minutes Comments are deleted after a few minutes - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts82 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts82 + comments deleted. comments deleted. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts142 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts142 + Do you really want to delete all comments of ? Do you really want to delete all comments of ? - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts162 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts162 + Comments of will be deleted in a few minutes Comments of will be deleted in a few minutes - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts174 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts174 + Video comments Video comments src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 - - This view also shows comments from muted accounts.This view also shows comments from muted accounts. + + + This view also shows comments from muted accounts. + This view also shows comments from muted accounts. src/app/+admin/moderation/video-comment-list/video-comment-list.component.html 8 @@ -4281,17 +4338,14 @@ The link will expire within 1 hour. Showing to of comments Showing to of comments - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html15 - - - + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html15 + Select all rows Select all rows - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html38src/app/+admin/users/user-list/user-list.component.html34 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html38 + src/app/+admin/users/user-list/user-list.component.html34 + Job type Job type @@ -4314,20 +4368,24 @@ The link will expire within 1 hour. Showing to of jobs Showing to of jobs - - src/app/+admin/system/jobs/jobs.component.html39 + src/app/+admin/system/jobs/jobs.component.html39 + Type Typ - - src/app/+admin/system/jobs/jobs.component.html46 - Priority (1 = highest priority)Priority (1 = highest priority) + src/app/+admin/system/jobs/jobs.component.html46 + + + Priority (1 = highest priority) + Priority (1 = highest priority) src/app/+admin/system/jobs/jobs.component.html 47 - - ProgressProgress + + + Progress + Progress src/app/+admin/system/jobs/jobs.component.html 49 @@ -4336,28 +4394,29 @@ The link will expire within 1 hour. No jobs found. No jobs found. - - src/app/+admin/system/jobs/jobs.component.html107 + src/app/+admin/system/jobs/jobs.component.html107 + No jobs found. No jobs found. - - src/app/+admin/system/jobs/jobs.component.html108 + src/app/+admin/system/jobs/jobs.component.html108 + No jobs found. No jobs found. - - src/app/+admin/system/jobs/jobs.component.html111 + src/app/+admin/system/jobs/jobs.component.html111 + No jobs found that are . No jobs found that are . - - src/app/+admin/system/jobs/jobs.component.html112 + src/app/+admin/system/jobs/jobs.component.html112 + Refresh Obnovit - - src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html34 + src/app/+admin/system/jobs/jobs.component.html30 + src/app/+admin/system/logs/logs.component.html34 + now now @@ -4378,30 +4437,30 @@ The link will expire within 1 hour. INSTANCE INSTANCE - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html7 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html7 + Name Jméno - - - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html13src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html44src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html44 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html13 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html44 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html44 + Short description Krátký popis - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html24 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html24 + Main instance categories Main instance categories - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html46 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html46 + Add a new category Add a new category - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html53 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html53 + 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 @@ -4438,62 +4497,57 @@ The link will expire within 1 hour. Main languages you/your moderators speak Main languages you/your moderators speak - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html60 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html60 + MODERATION & NSFW MODERATION & NSFW - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html78 - 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.html78 + + + 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,81 - This instance is dedicated to sensitive or NSFW content This instance is dedicated to sensitive or NSFW content - - 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. + 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. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 94,96 - Policy on videos containing sensitive content Pravidla pro videa obsahující citlivý obsah - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 - 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.html - 107,108 - + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 - - + + 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.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Rozmlžit náhledy - - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html116src/app/shared/shared-user-settings/user-video-settings.component.html17 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html116 + src/app/shared/shared-user-settings/user-video-settings.component.html17 + Display Zobrazit - - - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html117src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html8src/app/shared/shared-user-settings/user-video-settings.component.html18 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html117 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html8 + src/app/shared/shared-user-settings/user-video-settings.component.html18 + Strategy Strategy @@ -4502,237 +4556,213 @@ The link will expire within 1 hour. Terms Podmínky - - - - - - src/app/+about/about-instance/about-instance.component.html168src/app/+admin/config/edit-custom-config/edit-instance-information.component.html125src/app/+signup/+register/register.component.html13src/app/shared/shared-instance/instance-about-accordion.component.html35 + src/app/+about/about-instance/about-instance.component.html168 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html125 + src/app/+signup/+register/register.component.html13 + src/app/shared/shared-instance/instance-about-accordion.component.html35 + Code of conduct Code of conduct - - - - - src/app/+about/about-instance/about-instance.component.html154src/app/+admin/config/edit-custom-config/edit-instance-information.component.html136src/app/shared/shared-instance/instance-about-accordion.component.html47 + src/app/+about/about-instance/about-instance.component.html154 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html136 + src/app/shared/shared-instance/instance-about-accordion.component.html47 + Moderation information Moderation information - - - - - src/app/+about/about-instance/about-instance.component.html140src/app/+admin/config/edit-custom-config/edit-instance-information.component.html147src/app/shared/shared-instance/instance-about-accordion.component.html41 + src/app/+about/about-instance/about-instance.component.html140 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html147 + src/app/shared/shared-instance/instance-about-accordion.component.html41 + Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html148 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html148 + YOU AND YOUR INSTANCE YOU AND YOUR INSTANCE - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html163 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html163 + Who is behind the instance? Who is behind the instance? - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html169 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html169 + A single person? A non-profit? A company? A single person? A non-profit? A company? - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html170 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html170 + Why did you create this instance? Why did you create this instance? - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html181 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html181 + To share your personal videos? To open registrations and allow people to upload what they want? To share your personal videos? To open registrations and allow people to upload what they want? - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html182 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html182 + How long do you plan to maintain this instance? How long do you plan to maintain this instance? - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html193 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html193 + It's important to know for users who want to register on your instance It's important to know for users who want to register on your instance - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html194 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html194 + How will you finance the PeerTube server? How will you finance the PeerTube server? - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html205 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html205 + With your own funds? With user donations? Advertising? With your own funds? With user donations? Advertising? - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html206 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html206 + OTHER INFORMATION OTHER INFORMATION - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html221 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html221 + What server/hardware does the instance run on? What server/hardware does the instance run on? - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html227 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html227 + i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 + APPEARANCE APPEARANCE - - 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.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 6,7 - default default - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 + Landing page Landing page - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - Default trending pageDefault trending page - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - - Hot videosHot videos - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - Most viewed videosMost viewed videos - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 + + + + Default trending page + Default trending page + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 + + Best videos + Best videos + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 + + Hot videos + Hot videos + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 + + Most viewed videos + Most viewed videos + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Místní videa - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 + + Display a message on your instance + Display a message on your instance + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - 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.html - 131,132 - - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 + + 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.html122 Signup requires email verification Registrace vyžaduje ověření e-mailem. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Limit registrací - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 + + Signup won't be limited to a fixed number of users. + Signup won't be limited to a fixed number of users. + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Uživatelé @@ -4790,415 +4820,389 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 + + bytes + bytes + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - 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.html - 314,315 - - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 + + 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.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 + + Manage relations with other instances. + Manage relations with other instances. + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - 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.html - 414,415 - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 + + 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.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrátor - - src/app/core/users/user.service.ts406 + src/app/core/users/user.service.ts406 + Admin email E-mail administrátora - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Povolit kontaktní formulář - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Základní nastavení - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 + + Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. + Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Váš účet na Twitteru - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - 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/videos/watch/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/videos/watch/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.html - 499,504 - - - - - - + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 + + 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/videos/watch/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/videos/watch/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.html490 LIVE LIVE - - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html5src/app/shared/shared-thumbnail/video-thumbnail.component.html31 - Enable users of your instance to stream live. Enable users of your instance to stream live. + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html5 + src/app/shared/shared-thumbnail/video-thumbnail.component.html31 + + + Enable users of your instance to stream live. + Enable users of your instance to stream live. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 7,8 - ⚠️ Enabling live streaming requires trust in your users and extra moderation work ⚠️ Enabling live streaming requires trust in your users and extra moderation work - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html22 - If enabled, your server needs to accept incoming TCP traffic on port If enabled, your server needs to accept incoming TCP traffic on port + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html22 + + + If enabled, your server needs to accept incoming TCP traffic on port + If enabled, your server needs to accept incoming TCP traffic on port src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 23 - Allow your users to automatically publish a replay of their live Allow your users to automatically publish a replay of their live - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html31 - If the user quota is reached, PeerTube will automatically terminate the live streaming If the user quota is reached, PeerTube will automatically terminate the live streaming + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html31 + + + If the user quota is reached, PeerTube will automatically terminate the live streaming + If the user quota is reached, PeerTube will automatically terminate the live streaming src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 34,35 - - Max simultaneous lives created on your instance (-1 for "unlimited") Max simultaneous lives created on your instance (-1 for "unlimited") + + + Max simultaneous lives created on your instance (-1 for "unlimited") + Max simultaneous lives created on your instance (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 41 - - {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 + + Max simultaneous lives created per user (-1 for "unlimited") + Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 54 - {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 + Max live duration Max live duration - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html66 - + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html66 + Live transcoding threads Live transcoding threads - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html128 - will claim at most with VOD transcoding will claim at most with VOD transcoding + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html128 + + + will claim at most with VOD transcoding + will claim at most with VOD transcoding src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 131,133 - - will claim at least with VOD transcoding will claim at least with VOD transcoding + + + will claim at least with VOD transcoding + will claim at least with VOD transcoding src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 135,137 - - Live transcoding profileLive transcoding profile - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html150 - new live transcoding profiles can be added by PeerTube pluginsnew live transcoding profiles can be added by PeerTube plugins - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html151 + + + Live transcoding profile + Live transcoding profile + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html150 + + + new live transcoding profiles can be added by PeerTube plugins + new live transcoding profiles can be added by PeerTube plugins + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html151 + Live resolutions to generate Live resolutions to generate - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html107 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html107 + Allow live streaming Allow live streaming - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html18 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html18 + Transcoding enabled for live streams Transcoding enabled for live streams - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html101 - - - + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html101 + Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING - - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html85src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html26 - Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html85 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html26 + + + Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. + Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 87,88 - Input formats Input formats - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html46 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html46 + Transcoding enabled Překódování povoleno - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html40 - - - - + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html40 + Allow additional extensions Povolit dodatečné přípony - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html51 - Allows users to upload videos.Allows users to upload videos. + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html51 + + + Allows users to upload videos. + Allows users to upload videos. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 54 - Allow audio files upload Umožnit upload audio souborů - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html62 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html62 + Allows users to upload .mp3, .ogg, .wma, .flac, .aac, or .ac3 audio files. Allows users to upload .mp3, .ogg, .wma, .flac, .aac, or .ac3 audio files. - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html65 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html65 + The file will be merged in a still image video with the preview file on upload. The file will be merged in a still image video with the preview file on upload. - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html66 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html66 + Output formats Output formats - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html73 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html73 + WebTorrent enabled WebTorrent enabled - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html79 - If you also enabled HLS support, it will multiply videos storage by 2If you also enabled HLS support, it will multiply videos storage by 2 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html79 + + + If you also enabled HLS support, it will multiply videos storage by 2 + If you also enabled HLS support, it will multiply videos storage by 2 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 83 @@ -5207,11 +5211,11 @@ The link will expire within 1 hour. HLS with P2P support enabled HLS with P2P support enabled - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html94 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with plain WebTorrent:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled WebTorrent support, it will multiply videos storage by 2Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with plain WebTorrent:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled WebTorrent support, it will multiply videos storage by 2 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html94 + + + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with plain WebTorrent:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled WebTorrent 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 plain WebTorrent:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled WebTorrent support, it will multiply videos storage by 2 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 99,108 @@ -5220,168 +5224,171 @@ The link will expire within 1 hour. Resolutions to generate per enabled format Resolutions to generate per enabled format - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html116 - The original file resolution will be the default target if no option is selected. The original file resolution will be the default target if no option is selected. + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html116 + + + The original file resolution will be the default target if no option is selected. + The original file resolution will be the default target if no option is selected. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 132,133 - Transcoding threads Vlákna na překódování - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html144 - will claim at most with live transcoding will claim at most with live transcoding + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html144 + + + will claim at most with live transcoding + will claim at most with live transcoding src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 146,148 - - will claim at least with live transcoding will claim at least with live transcoding + + + will claim at least with live transcoding + will claim at least with live transcoding src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 150,152 - - Transcoding jobs concurrencyTranscoding jobs concurrency + + + Transcoding jobs concurrency + Transcoding jobs concurrency src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 166 - - allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restartallows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart + + + allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart + allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 167 - - Transcoding profileTranscoding profile - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html178 - new transcoding profiles can be added by PeerTube pluginsnew transcoding profiles can be added by PeerTube plugins - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html179 + + + Transcoding profile + Transcoding profile + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html178 + + + new transcoding profiles can be added by PeerTube plugins + new transcoding profiles can be added by PeerTube plugins + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html179 + CACHE CACHE - - src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html5 - Some files are not federated, and fetched when necessary. Define their caching policies. Some files are not federated, and fetched when necessary. Define their caching policies. + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html5 + + + Some files are not federated, and fetched when necessary. Define their caching policies. + Some files are not federated, and fetched when necessary. Define their caching policies. src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html 7,8 - Number of previews to keep in cache Number of previews to keep in cache - - src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html15 - {VAR_PLURAL, plural, =1 {cached image} other {cached images}}{VAR_PLURAL, plural, =1 {cached image} other {cached images}} + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html15 + + + {VAR_PLURAL, plural, =1 {cached image} other {cached images}} + {VAR_PLURAL, plural, =1 {cached image} other {cached images}} src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html 22 - Number of video captions to keep in cache Number of video captions to keep in cache - - src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html29 - {VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}{VAR_PLURAL, plural, =1 {cached caption} other {cached captions}} + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html29 + + + {VAR_PLURAL, plural, =1 {cached caption} other {cached captions}} + {VAR_PLURAL, plural, =1 {cached caption} other {cached captions}} src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html 36 - - Number of video torrents to keep in cacheNumber of video torrents to keep in cache + + + Number of video torrents to keep in cache + Number of video torrents to keep in cache src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html 43 - - {VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}}{VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}} + + + {VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}} + {VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}} src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html 50 - CUSTOMIZATIONS CUSTOMIZATIONS - - src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html63 - Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. - - src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html65 - + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html63 + + + Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. + Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html65 + JavaScript JavaScript - - src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html74 - 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.html78 - Write CSS code directly. Example:#custom-css + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html74 + + + 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.html78 + + + 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; - - 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 + + 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.html97 - - - + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html97 + You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Pokročilá nastavení + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + + + There are errors in the form: + There are errors in the form: - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Aktualizovat nastavení - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5410,45 +5417,45 @@ color: red; DANGER ZONE DANGER ZONE - - - - src/app/+admin/users/user-edit/user-edit.component.html219src/app/+admin/users/user-edit/user-edit.component.html219src/app/+my-account/my-account-settings/my-account-settings.component.html77 + src/app/+admin/users/user-edit/user-edit.component.html219 + src/app/+admin/users/user-edit/user-edit.component.html219 + src/app/+my-account/my-account-settings/my-account-settings.component.html77 + Profile Profil - - src/app/shared/shared-video-miniature/video-download.component.ts185 + src/app/shared/shared-video-miniature/video-download.component.ts185 + Resolution Resolution - - src/app/shared/shared-video-miniature/video-download.component.ts194 + src/app/shared/shared-video-miniature/video-download.component.ts194 + Aspect ratio Aspect ratio - - src/app/shared/shared-video-miniature/video-download.component.ts195 + src/app/shared/shared-video-miniature/video-download.component.ts195 + Average frame rate Average frame rate - - src/app/shared/shared-video-miniature/video-download.component.ts196 + src/app/shared/shared-video-miniature/video-download.component.ts196 + Pixel format Pixel format - - src/app/shared/shared-video-miniature/video-download.component.ts197 + src/app/shared/shared-video-miniature/video-download.component.ts197 + Sample rate Sample rate - - src/app/shared/shared-video-miniature/video-download.component.ts201 + src/app/shared/shared-video-miniature/video-download.component.ts201 + Channel Layout Channel Layout - - src/app/shared/shared-video-miniature/video-download.component.ts202 + src/app/shared/shared-video-miniature/video-download.component.ts202 + Video settings Nastavení videí @@ -5485,20 +5492,21 @@ color: red; Default policy on videos containing sensitive content Vychozí nastavení pro videa obsahující citlivý materiál 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/shared/shared-user-settings/user-video-settings.component.html 8,9 - Policy for sensitive videos Policy for sensitive videos - - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html114src/app/shared/shared-user-settings/user-video-settings.component.html15 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html114 + src/app/shared/shared-user-settings/user-video-settings.component.html15 + Only display videos in the following languages/subtitles Only display videos in the following languages/subtitles @@ -5512,9 +5520,9 @@ color: red; Add a new language Add a new language - - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html67src/app/shared/shared-user-settings/user-video-settings.component.html36 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html67 + src/app/shared/shared-user-settings/user-video-settings.component.html36 + is awaiting email verification @@ -5538,9 +5546,9 @@ color: red; Theme Theme - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html14src/app/shared/shared-user-settings/user-interface-settings.component.html4 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html14 + src/app/shared/shared-user-settings/user-interface-settings.component.html4 + instance default instance default @@ -5554,29 +5562,38 @@ color: red; Change ownership Změnit vlastnictví - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Vyber nového vlastníka src/app/+my-library/my-videos/modals/video-change-ownership.component.html10 - Last published firstLast published first - - src/app/+my-library/my-videos/my-videos.component.html27 - Last created firstLast created first - - src/app/+my-library/my-videos/my-videos.component.html28 - Most viewed firstMost viewed first - - src/app/+my-library/my-videos/my-videos.component.html29 - Most liked firstMost liked first - - src/app/+my-library/my-videos/my-videos.component.html30 - Longest firstLongest first - - src/app/+my-library/my-videos/my-videos.component.html31 + Last published first + Last published first + src/app/+my-library/my-videos/my-videos.component.html27 + + + Last created first + Last created first + src/app/+my-library/my-videos/my-videos.component.html28 + + + Most viewed first + Most viewed first + src/app/+my-library/my-videos/my-videos.component.html29 + + + Most liked first + Most liked first + src/app/+my-library/my-videos/my-videos.component.html30 + + + Longest first + Longest first + src/app/+my-library/my-videos/my-videos.component.html31 + Accept ownership Accept ownership @@ -5587,7 +5604,6 @@ color: red; Select a channel to receive the video src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes My ownership changes @@ -5611,31 +5627,31 @@ color: red; Account page Account page - - - src/app/+videos/+video-watch/video-watch.component.html189src/app/+videos/+video-watch/video-watch.component.html195 + src/app/+videos/+video-watch/video-watch.component.html189 + src/app/+videos/+video-watch/video-watch.component.html195 + - - src/app/+videos/+video-watch/video-watch.component.html196 + src/app/+videos/+video-watch/video-watch.component.html196 + No ownership change request found. No ownership change request found. - - src/app/+my-library/my-ownership/my-ownership.component.html78 + src/app/+my-library/my-ownership/my-ownership.component.html78 + Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5645,9 +5661,11 @@ color: red; Create video channel Create video channel - - src/app/+my-library/+my-video-channels/my-video-channels.component.html12 - No channel found.No channel found. + src/app/+my-library/+my-video-channels/my-video-channels.component.html12 + + + No channel found. + No channel found. src/app/+my-library/+my-video-channels/my-video-channels.component.html 16 @@ -5658,21 +5676,23 @@ color: red; odběratelů - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html25 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25 + Example: my_channel Příklad: můj_kanál - - - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html47src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html47 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html47 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html47 + CHANNEL CHANNEL src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html26 src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html26 - - Banner image of your channelBanner image of your channel + + + Banner image of your channel + Banner image of your channel src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html 30 @@ -5687,28 +5707,28 @@ color: red; When you will upload a video in this channel, the video support field will be automatically filled by this text. Short text to tell people how they can support your channel (membership platform...).<br /><br /> When you will upload a video in this channel, the video support field will be automatically filled by this text. - - - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html84src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html84 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html84 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html84 + Overwrite support field of all videos of this channel Overwrite support field of all videos of this channel - - - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html99src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html99 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html99 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html99 + subscribers odběratelů - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 + Upload a new avatar Upload a new avatar - - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html9src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html34 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html9 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html34 + Target Target @@ -5741,26 +5761,25 @@ color: red; Delete your account Smazat vlastní účet - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page - - - - src/app/+my-library/+my-video-channels/my-video-channels.component.html23src/app/+my-library/my-subscriptions/my-subscriptions.component.html20src/app/+videos/+video-watch/video-watch.component.html186 + src/app/+my-library/+my-video-channels/my-video-channels.component.html23 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html20 + src/app/+videos/+video-watch/video-watch.component.html186 + Created by Vytvořil - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html28 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html28 + Owner account page Owner account page - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html27 - + src/app/+my-library/my-subscriptions/my-subscriptions.component.html27 + Delete history @@ -5769,8 +5788,8 @@ color: red; Smazat historii - - src/app/+my-library/my-history/my-history.component.html17 + src/app/+my-library/my-history/my-history.component.html17 + You don't have any video in your watch history yet. You don't have any video in your watch history yet. @@ -5847,8 +5866,8 @@ color: red; Create playlist Create playlist - - src/app/+my-library/my-video-playlists/my-video-playlists.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlists.component.html11 + My video channels My video channels @@ -5862,15 +5881,14 @@ color: red; Playlist } deleted. Playlist } deleted. - - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts45 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts45 + Playlist thumbnail Miniatura playlistu src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html82 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html82 - No videos in this playlist. Žádná videa v tomto seznamu. @@ -5907,14 +5925,18 @@ color: red; src/app/+signup/shared/signup-success.component.html14 - - Created Created + + + Created + Created src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html 3,4 - - {VAR_PLURAL, plural, =1 {1 playlist} other { playlists}}{VAR_PLURAL, plural, =1 {1 playlist} other { playlists}} + + + {VAR_PLURAL, plural, =1 {1 playlist} other { playlists}} + {VAR_PLURAL, plural, =1 {1 playlist} other { playlists}} src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html 3 @@ -5943,19 +5965,20 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 - Manage channel Manage channel + src/app/+video-channels/video-channels-routing.module.ts35 + + Manage channel + Manage channel src/app/+video-channels/video-channels.component.html 10,11 - Request email for account verification @@ -5976,108 +5999,128 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Zablokován - - src/app/+accounts/accounts.component.html21 + src/app/+accounts/accounts.component.html21 + Instance muted Instance skryta - - src/app/+accounts/accounts.component.html23 + src/app/+accounts/accounts.component.html23 + Muted by your instance Skryt vaší instancí - - src/app/+accounts/accounts.component.html24 + src/app/+accounts/accounts.component.html24 + Instance muted by your instance Instance skryta vaší instancí - - src/app/+accounts/accounts.component.html25 - Copy account handleCopy account handle + src/app/+accounts/accounts.component.html25 + + + Copy account handle + Copy account handle src/app/+accounts/accounts.component.html 31 - - {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - - {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} + + + {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} + {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 + + {VAR_PLURAL, plural, =1 {1 videos} other { videos}} + {VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html 41 - - + + + + src/app/+accounts/accounts.component.html 41,42 - - Show the complete descriptionShow the complete description - - - src/app/+accounts/accounts.component.html55src/app/+video-channels/video-channels.component.html94 - Show more... Show more... - - - src/app/+accounts/accounts.component.html57src/app/+video-channels/video-channels.component.html96 - Manage account Manage account - - src/app/+accounts/accounts.component.html62 - Search account videosSearch account videos - - src/app/+accounts/accounts.component.html80 - CHANNELSCHANNELS + + + Show the complete description + Show the complete description + src/app/+accounts/accounts.component.html55 + src/app/+video-channels/video-channels.component.html94 + + + Show more... + Show more... + src/app/+accounts/accounts.component.html57 + src/app/+video-channels/video-channels.component.html96 + + + Manage account + Manage account + src/app/+accounts/accounts.component.html62 + + + Search account videos + Search account videos + src/app/+accounts/accounts.component.html80 + + + CHANNELS + CHANNELS src/app/+accounts/accounts.component.ts 82 - This account does not have channels. Tento účet nemá žádné kanály. - - src/app/+accounts/account-video-channels/account-video-channels.component.html5 + src/app/+accounts/account-video-channels/account-video-channels.component.html5 + {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers} } - - - - src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 - {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+accounts/account-video-channels/account-video-channels.component.html26 - - - src/app/+accounts/account-video-channels/account-video-channels.component.html26 - Show this channelShow this channel - - src/app/+accounts/account-video-channels/account-video-channels.component.html35 + src/app/+accounts/account-video-channels/account-video-channels.component.html23 + src/app/+my-library/+my-video-channels/my-video-channels.component.html28 + src/app/+video-channels/video-channels.component.html73 + + + {VAR_PLURAL, plural, =1 {1 videos} other { videos}} + {VAR_PLURAL, plural, =1 {1 videos} other { videos}} + src/app/+accounts/account-video-channels/account-video-channels.component.html26 + + + + + src/app/+accounts/account-video-channels/account-video-channels.component.html26 + + + Show this channel + Show this channel + src/app/+accounts/account-video-channels/account-video-channels.component.html35 + {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos} } - - src/app/+my-library/+my-video-channels/my-video-channels.component.html30 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30 + Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another @@ -6085,8 +6128,8 @@ channel 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 with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts44 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts44 + My Channels My Channels @@ -6102,32 +6145,24 @@ channel with the same name ()! See this video channel Zobrazit tento videokanál - - src/app/+accounts/account-video-channels/account-video-channels.component.html13src/app/+accounts/account-video-channels/account-video-channels.component.html17 + src/app/+accounts/account-video-channels/account-video-channels.component.html13 + src/app/+accounts/account-video-channels/account-video-channels.component.html17 + This channel doesn't have any videos. This channel doesn't have any videos. - - src/app/+accounts/account-video-channels/account-video-channels.component.html38 - SHOW THIS CHANNEL >SHOW THIS CHANNEL > - - src/app/+accounts/account-video-channels/account-video-channels.component.html46 - - - + src/app/+accounts/account-video-channels/account-video-channels.component.html38 + + + SHOW THIS CHANNEL > + SHOW THIS CHANNEL > + src/app/+accounts/account-video-channels/account-video-channels.component.html46 + Stats Statistiky - src/app/menu/menu.component.html172 - - - - - - - - + src/app/menu/menu.component.html157 This channel does not have playlists. Tento kanál nemá seznamy. @@ -6147,14 +6182,15 @@ channel with the same name ()! Follows Follows src/app/+about/about-follows/about-follows.component.html2 - - Follower instances ()Follower instances () + + + Follower instances () + Follower instances () src/app/+about/about-follows/about-follows.component.html 4 - Following instances () Following instances () @@ -6226,14 +6262,15 @@ channel with the same name ()! How long we plan to maintain this instance How long we plan to maintain this instance src/app/+about/about-instance/about-instance.component.html72 - - How we will pay for keeping our instance runningHow we will pay for keeping our instance running + + + How we will pay for keeping our instance running + How we will pay for keeping our instance running src/app/+about/about-instance/about-instance.component.html 86 - INFORMATION @@ -6525,18 +6562,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6691,8 +6728,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6703,18 +6740,19 @@ channel with the same name ()! You already sent this form recently src/app/+about/about-instance/contact-admin-modal.component.ts83 - Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 - PEERTUBE ACCOUNTPEERTUBE ACCOUNT + src/app/+accounts/accounts-routing.module.ts49 + + PEERTUBE ACCOUNT + PEERTUBE ACCOUNT src/app/+accounts/accounts.component.html 8 @@ -6724,171 +6762,175 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 - + src/app/+accounts/accounts-routing.module.ts27 Published videos Zveřejněno videí - - - - src/app/+accounts/account-search/account-search.component.ts95 + src/app/+accounts/account-search/account-search.component.ts95 + Display all videos (private, unlisted or not yet published) Display all videos (private, unlisted or not yet published) - - - - - - - - src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + direct account followers direct account followers - - src/app/+accounts/accounts.component.ts155 + src/app/+accounts/accounts.component.ts155 + Report this account Report this account - - src/app/+accounts/accounts.component.ts196 - - + src/app/+accounts/accounts.component.ts196 + VIDEOS VIDEOS - - - src/app/+accounts/accounts.component.ts83src/app/+video-channels/video-channels.component.ts76 - + src/app/+accounts/accounts.component.ts83 + src/app/+video-channels/video-channels.component.ts76 + Username copied Username copied - - - src/app/+accounts/accounts.component.ts121src/app/+video-channels/video-channels.component.ts103 + src/app/+accounts/accounts.component.ts121 + src/app/+video-channels/video-channels.component.ts103 + 1 subscriber 1 subscriber - - src/app/+accounts/accounts.component.ts125 + src/app/+accounts/accounts.component.ts125 + subscribers subscribers - - src/app/+accounts/accounts.component.ts127 + src/app/+accounts/accounts.component.ts127 + Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts17 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts17 + 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.ts18 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 + 240p 240p - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts22 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts22 + 360p 360p - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts26 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts26 + 480p 480p - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts30 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts30 + 720p 720p - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts34 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts34 + 1080p 1080p - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts38 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts38 + 1440p 1440p - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts42 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts42 + 2160p 2160p - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts46 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts46 + Auto (via ffmpeg) Auto (via ffmpeg) - - src/app/+admin/config/shared/config.service.ts50 + src/app/+admin/config/shared/config.service.ts50 + No limit No limit - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts34 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts34 + 1 hour 1 hour - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts35 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts35 + 3 hours 3 hours - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts36 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts36 + 5 hours 5 hours - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts37 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts37 + 10 hours 10 hours - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts38 - x264, targeting maximum device compatibilityx264, targeting maximum device compatibility - - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts38 + + + x264, targeting maximum device compatibility + x264, targeting maximum device compatibility + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 + + + Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. + Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 9,10 - - 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,13 - - Read guidelines Read guidelines + + + Read guidelines + Read guidelines src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 17,18 - - Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. + + + Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. + Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 28,30 @@ -6897,23 +6939,51 @@ channel with the same name ()! threads threads - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 + thread thread - - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Nastavení aktualizováno. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -6959,31 +7029,31 @@ channel with the same name ()! Unlimited Neomezeně - - - - - - - src/app/+admin/config/shared/config.service.ts22src/app/+admin/config/shared/config.service.ts36src/app/shared/shared-instance/instance-features-table.component.ts30src/app/shared/shared-instance/instance-features-table.component.ts37src/app/shared/shared-main/users/user-quota.component.ts32src/app/shared/shared-main/users/user-quota.component.ts38 + src/app/+admin/config/shared/config.service.ts22 + src/app/+admin/config/shared/config.service.ts36 + src/app/shared/shared-instance/instance-features-table.component.ts30 + src/app/shared/shared-instance/instance-features-table.component.ts37 + src/app/shared/shared-main/users/user-quota.component.ts32 + src/app/shared/shared-main/users/user-quota.component.ts38 + None - no upload possible None - no upload possible - - - src/app/+admin/config/shared/config.service.ts23src/app/+admin/config/shared/config.service.ts37 + src/app/+admin/config/shared/config.service.ts23 + src/app/+admin/config/shared/config.service.ts37 + 100MB 100MB - - - src/app/+admin/config/shared/config.service.ts24src/app/+admin/config/shared/config.service.ts40 + src/app/+admin/config/shared/config.service.ts24 + src/app/+admin/config/shared/config.service.ts40 + 500MB 500MB - - - src/app/+admin/config/shared/config.service.ts25src/app/+admin/config/shared/config.service.ts41 + src/app/+admin/config/shared/config.service.ts25 + src/app/+admin/config/shared/config.service.ts41 + 1GB 1GB @@ -6992,32 +7062,40 @@ channel with the same name ()! 5GB 5GB - - - src/app/+admin/config/shared/config.service.ts27src/app/+admin/config/shared/config.service.ts43 + src/app/+admin/config/shared/config.service.ts27 + src/app/+admin/config/shared/config.service.ts43 + 20GB 20GB - - src/app/+admin/config/shared/config.service.ts28src/app/+admin/config/shared/config.service.ts45 + src/app/+admin/config/shared/config.service.ts28 + src/app/+admin/config/shared/config.service.ts45 + 50GB 50GB - - src/app/+admin/config/shared/config.service.ts29src/app/+admin/config/shared/config.service.ts46 - 100GB100GB + src/app/+admin/config/shared/config.service.ts29 + src/app/+admin/config/shared/config.service.ts46 + + + 100GB + 100GB src/app/+admin/config/shared/config.service.ts 30 - - 200GB200GB + + + 200GB + 200GB src/app/+admin/config/shared/config.service.ts 31 - - 500GB500GB + + + 500GB + 500GB src/app/+admin/config/shared/config.service.ts 32 @@ -7026,19 +7104,21 @@ channel with the same name ()! 10MB 10MB - - src/app/+admin/config/shared/config.service.ts38 + src/app/+admin/config/shared/config.service.ts38 + 50MB 50MB - - src/app/+admin/config/shared/config.service.ts39 + src/app/+admin/config/shared/config.service.ts39 + 2GB 2GB - - src/app/+admin/config/shared/config.service.ts42 - 10GB10GB + src/app/+admin/config/shared/config.service.ts42 + + + 10GB + 10GB src/app/+admin/config/shared/config.service.ts 44 @@ -7076,29 +7156,29 @@ channel with the same name ()! Delete Delete - - - - - - - - - - - - - - - - - - - - - - - src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + src/app/+admin/follows/followers-list/followers-list.component.ts74 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts87 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163 + src/app/+admin/users/user-list/user-list.component.ts85 + src/app/+admin/users/user-list/user-list.component.ts199 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts52 + src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 + src/app/+my-library/my-videos/my-videos.component.ts115 + src/app/+my-library/my-videos/my-videos.component.ts142 + src/app/+my-library/my-videos/my-videos.component.ts183 + src/app/+videos/+video-watch/comment/video-comments.component.ts171 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts144 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts386 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts421 + src/app/shared/shared-main/buttons/delete-button.component.ts17 + src/app/shared/shared-main/buttons/delete-button.component.ts22 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + removed from instance followers @@ -7178,8 +7258,8 @@ channel with the same name ()! Account unmuted by your instance. - - src/app/shared/shared-moderation/account-blocklist.component.ts44 + src/app/shared/shared-moderation/account-blocklist.component.ts44 + Instance unmuted by your instance. Instance @@ -7190,9 +7270,9 @@ channel with the same name ()! Instance muted. Instance ztišena. - - - src/app/shared/shared-moderation/server-blocklist.component.ts68src/app/shared/shared-moderation/user-moderation-dropdown.component.ts148 + src/app/shared/shared-moderation/server-blocklist.component.ts68 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts148 + Instance muted by your instance. Instance ztišena vaší instancí. @@ -7206,158 +7286,158 @@ channel with the same name ()! Violent or Repulsive Violent or Repulsive - - src/app/shared/shared-abuse-list/abuse-details.component.ts19 + src/app/shared/shared-abuse-list/abuse-details.component.ts19 + Hateful or Abusive Hateful or Abusive - - src/app/shared/shared-abuse-list/abuse-details.component.ts20 + src/app/shared/shared-abuse-list/abuse-details.component.ts20 + Spam or Misleading Spam or Misleading - - src/app/shared/shared-abuse-list/abuse-details.component.ts21 + src/app/shared/shared-abuse-list/abuse-details.component.ts21 + Privacy Privacy - - src/app/shared/shared-abuse-list/abuse-details.component.ts22 + src/app/shared/shared-abuse-list/abuse-details.component.ts22 + Copyright Copyright - - - src/app/shared/shared-abuse-list/abuse-details.component.ts23src/app/shared/shared-moderation/abuse.service.ts159 + src/app/shared/shared-abuse-list/abuse-details.component.ts23 + src/app/shared/shared-moderation/abuse.service.ts159 + Server rules Server rules - - src/app/shared/shared-abuse-list/abuse-details.component.ts24 + src/app/shared/shared-abuse-list/abuse-details.component.ts24 + Thumbnails Thumbnails - - - src/app/shared/shared-abuse-list/abuse-details.component.ts25src/app/shared/shared-moderation/abuse.service.ts173 + src/app/shared/shared-abuse-list/abuse-details.component.ts25 + src/app/shared/shared-moderation/abuse.service.ts173 + Internal actions Internal actions - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts55src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + Delete report Delete report - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts285 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts285 + Actions for the flagged account Actions for the flagged account - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts296 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts296 + Mark as accepted Mark as accepted - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts270 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts270 + Mark as rejected Mark as rejected - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts275 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts275 + Add internal note Add internal note - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts280 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts280 + Actions for the video Actions for the video - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts78src/app/shared/shared-abuse-list/abuse-list-table.component.ts344 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts78 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts344 + Block video Block video - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts349 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts349 + Video blocked. Video blocked. - - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355src/app/shared/shared-moderation/video-block.component.ts60 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-moderation/video-block.component.ts60 + Unblock video Unblock video - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts365 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts365 + Video unblocked. Video unblocked. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + 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.ts144 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts144 + Abuse deleted. Abuse deleted. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts149 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts149 + Deleted comment Deleted comment - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts225 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts225 + Messages with reporter Messages with reporter - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + Messages with moderators Messages with moderators - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts260 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts260 + Update internal note Update internal note - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts265 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts265 + Switch video block to manual Switch video block to manual - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts60 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts60 + Video switched to manual block. Video přepnuto na ruční blokování. - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts66 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts66 + Do you really want to unblock this video? It will be available again in the videos list. 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.ts134src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts180 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts134 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts180 + Unblock Unblock - - - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/+admin/moderation/video-block-list/video-block-list.component.ts136src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts182src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts296 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts136 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts182 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts296 + Video unblocked. Video odblokováno. - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts141src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts188 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts141 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts188 + yes yes @@ -7374,61 +7454,58 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Opravdu chcete odinstalovat ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 + uninstalled. uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - - UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - - Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 + + This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. + This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 + + Upgrade + Upgrade + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 + + Proceed upgrade + Proceed upgrade + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7443,29 +7520,29 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Instalovat ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. - - src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts55 + src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts55 + Plugins Plugins @@ -7485,56 +7562,74 @@ channel with the same name ()! theme theme src/app/+admin/plugins/shared/plugin-api.service.ts48 - - IP addressIP address + + + IP address + IP address src/app/+admin/system/debug/debug.component.html 2 - - 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 - - If this is not your correct public IP, please consider fixing it because:If this is not your correct public IP, please consider fixing it because: + + + If this is not your correct public IP, please consider fixing it because: + If this is not your correct public IP, please consider fixing it because: src/app/+admin/system/debug/debug.component.html 6 - - Views may not be counted correctly (reduced compared to what they should be)Views may not be counted correctly (reduced compared to what they should be) + + + Views may not be counted correctly (reduced compared to what they should be) + Views may not be counted correctly (reduced compared to what they should be) src/app/+admin/system/debug/debug.component.html 8 - - Anti brute force system could be overzealousAnti brute force system could be overzealous + + + Anti brute force system could be overzealous + Anti brute force system could be overzealous src/app/+admin/system/debug/debug.component.html 9 - - P2P system could not work correctlyP2P system could not work correctly + + + P2P system could not work correctly + P2P system could not work correctly src/app/+admin/system/debug/debug.component.html 10 - - To fix it:To fix it: + + + To fix it: + To fix it: src/app/+admin/system/debug/debug.component.html 13 - - Check the trust_proxy configuration keyCheck 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 @@ -7543,38 +7638,38 @@ channel with the same name ()! Last week Last week - - src/app/+admin/system/logs/logs.component.ts87 + src/app/+admin/system/logs/logs.component.ts87 + Last day Last day - - src/app/+admin/system/logs/logs.component.ts92 + src/app/+admin/system/logs/logs.component.ts92 + Last hour Last hour - - src/app/+admin/system/logs/logs.component.ts97 + src/app/+admin/system/logs/logs.component.ts97 + debug debug - - src/app/+admin/system/logs/logs.component.ts109 + src/app/+admin/system/logs/logs.component.ts109 + info info - - src/app/+admin/system/logs/logs.component.ts113 + src/app/+admin/system/logs/logs.component.ts113 + warning warning - - src/app/+admin/system/logs/logs.component.ts117 + src/app/+admin/system/logs/logs.component.ts117 + error error - - src/app/+admin/system/logs/logs.component.ts121 + src/app/+admin/system/logs/logs.component.ts121 + Debug Debug @@ -7599,13 +7694,13 @@ channel with the same name ()! Standard logs Standard logs - - src/app/+admin/system/logs/logs.component.ts132 + src/app/+admin/system/logs/logs.component.ts132 + Audit logs Audit logs - - src/app/+admin/system/logs/logs.component.ts136 + src/app/+admin/system/logs/logs.component.ts136 + User created. Uživatel vytvořen. @@ -7650,19 +7745,19 @@ channel with the same name ()! User updated. Uživatel aktualizován. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Aktualizovat uživatele - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -7696,118 +7791,118 @@ channel with the same name ()! Videos will be deleted, comments will be tombstoned. Videos will be deleted, comments will be tombstoned. - - - src/app/+admin/users/user-list/user-list.component.ts86src/app/shared/shared-moderation/user-moderation-dropdown.component.ts270 + src/app/+admin/users/user-list/user-list.component.ts86 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts270 + Ban Ban - - - src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 + src/app/+admin/users/user-list/user-list.component.ts91 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 + User won't be able to login anymore, but videos and comments will be kept as is. User won't be able to login anymore, but videos and comments will be kept as is. - - - src/app/+admin/users/user-list/user-list.component.ts92src/app/shared/shared-moderation/user-moderation-dropdown.component.ts275 + src/app/+admin/users/user-list/user-list.component.ts92 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts275 + Unban Odblokovat - - - - src/app/+admin/users/user-list/user-list.component.ts97src/app/+admin/users/user-list/user-list.component.ts176src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + src/app/+admin/users/user-list/user-list.component.ts97 + src/app/+admin/users/user-list/user-list.component.ts176 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + Set Email as Verified Set Email as Verified - - - src/app/+admin/users/user-list/user-list.component.ts104src/app/shared/shared-moderation/user-moderation-dropdown.component.ts286 + src/app/+admin/users/user-list/user-list.component.ts104 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts286 + You cannot ban root. You cannot ban root. - - - src/app/+admin/users/user-list/user-list.component.ts163src/app/shared/shared-moderation/user-moderation-dropdown.component.ts59 + src/app/+admin/users/user-list/user-list.component.ts163 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts59 + Do you really want to unban users? Opravdu chcete odblokovat uživatelů? - - src/app/+admin/users/user-list/user-list.component.ts176 + src/app/+admin/users/user-list/user-list.component.ts176 + users unbanned. uživatelů odblokováno. - - src/app/+admin/users/user-list/user-list.component.ts182 + src/app/+admin/users/user-list/user-list.component.ts182 + You cannot delete root. Uživatel root nelze odstranit. - - - src/app/+admin/users/user-list/user-list.component.ts193src/app/shared/shared-moderation/user-moderation-dropdown.component.ts87 + src/app/+admin/users/user-list/user-list.component.ts193 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts87 + If you remove these users, you will not be able to create others with the same username! If you remove these users, you will not be able to create others with the same username! - - src/app/+admin/users/user-list/user-list.component.ts198 + src/app/+admin/users/user-list/user-list.component.ts198 + users deleted. users deleted. - - src/app/+admin/users/user-list/user-list.component.ts204 + src/app/+admin/users/user-list/user-list.component.ts204 + users email set as verified. users email set as verified. - - src/app/+admin/users/user-list/user-list.component.ts215 + src/app/+admin/users/user-list/user-list.component.ts215 + Account unmuted. Account unmuted. - - - src/app/shared/shared-moderation/account-blocklist.component.ts43src/app/shared/shared-moderation/user-moderation-dropdown.component.ts134 + src/app/shared/shared-moderation/account-blocklist.component.ts43 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts134 + Instance unmuted. Instance unmuted. - - - src/app/shared/shared-moderation/server-blocklist.component.ts45src/app/shared/shared-moderation/user-moderation-dropdown.component.ts162 + src/app/shared/shared-moderation/server-blocklist.component.ts45 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts162 + Videos history is enabled Videos history is enabled - - src/app/+my-library/my-history/my-history.component.ts113 + src/app/+my-library/my-history/my-history.component.ts113 + Videos history is disabled Videos history is disabled - - src/app/+my-library/my-history/my-history.component.ts114 + src/app/+my-library/my-history/my-history.component.ts114 + Delete videos history Delete videos history - - src/app/+my-library/my-history/my-history.component.ts126 + src/app/+my-library/my-history/my-history.component.ts126 + Are you sure you want to delete all your videos history? Are you sure you want to delete all your videos history? - - src/app/+my-library/my-history/my-history.component.ts127 + src/app/+my-library/my-history/my-history.component.ts127 + Videos history deleted Videos history deleted - - src/app/+my-library/my-history/my-history.component.ts135 + src/app/+my-library/my-history/my-history.component.ts135 + My watch history My watch history @@ -7816,17 +7911,16 @@ channel with the same name ()! 3 - Track watch history Track watch history - - src/app/+my-library/my-history/my-history.component.html13 + src/app/+my-library/my-history/my-history.component.html13 + Ownership accepted Ownership accepted - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Please check your emails to verify your new email. @@ -7957,14 +8051,18 @@ channel with the same name ()! One of your abuse reports has been accepted or rejected by moderators One of your abuse reports has been accepted or rejected by moderators src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts45 - - A new PeerTube version is availableA new PeerTube version is available + + + A new PeerTube version is available + A new PeerTube version is available src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 46 - - One of your plugin/theme has a new available versionOne of your plugin/theme has a new available version + + + One of your plugin/theme has a new available version + One of your plugin/theme has a new available version src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 47 @@ -7973,8 +8071,8 @@ channel with the same name ()! Preferences saved Preferences saved - - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts96 + src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts96 + Profile updated. Profil aktualizován. @@ -8015,52 +8113,57 @@ channel with the same name ()! Unknown language Unknown language - - src/app/shared/shared-user-settings/user-video-settings.component.ts56 + src/app/shared/shared-user-settings/user-video-settings.component.ts56 + 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.ts92 - + src/app/shared/shared-user-settings/user-video-settings.component.ts92 + Video settings updated. Video settings updated. - - src/app/shared/shared-user-settings/user-video-settings.component.ts169 + src/app/shared/shared-user-settings/user-video-settings.component.ts169 + Display/Video settings updated. Display/Video settings updated. - - src/app/shared/shared-user-settings/user-video-settings.component.ts178 + src/app/shared/shared-user-settings/user-video-settings.component.ts178 + Video channel created. Videokanál vytvořen. - - src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts67 + src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts67 + This name already exists on this instance. This name already exists on this instance. - - src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts73 + src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts73 + Video channel updated. Videokanál aktualizován. src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts94 - - Banner changed.Banner changed. + + + Banner changed. + Banner changed. src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts 137 - - bannerbanner + + + banner + banner src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts 144 - - Banner deleted.Banner deleted. + + + Banner deleted. + Banner deleted. src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts 154 @@ -8071,18 +8174,18 @@ channel with the same name ()! Please type the display name of the video channel ( ) to confirm - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts48 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts48 + Video channel deleted. Videokanál odstraněn. - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts60 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts60 + Views for the day Views for the day - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Update video channel @@ -8108,6 +8211,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8125,15 +8234,15 @@ channel with the same name ()! Create Create - - - src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89 + src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103 + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89 + Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8159,15 +8268,15 @@ channel with the same name ()! Do you really want to delete ? Opravdu chcete smazat seznam ? - - - - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts126src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/+my-library/my-videos/my-videos.component.ts141 + src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts126 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 + src/app/+my-library/my-videos/my-videos.component.ts141 + Change ownership Change ownership - - src/app/+my-library/my-videos/my-videos.component.ts178 + src/app/+my-library/my-videos/my-videos.component.ts178 + Playlist deleted. Seznam smazán. @@ -8181,20 +8290,20 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Opravdu chcete odstranit videí? - - src/app/+my-library/my-videos/my-videos.component.ts114 + src/app/+my-library/my-videos/my-videos.component.ts114 + videos deleted. videí odstraněno. - - src/app/+my-library/my-videos/my-videos.component.ts131 + src/app/+my-library/my-videos/my-videos.component.ts131 + Do you really want to delete ? Opravdu chcete odstranit @@ -8208,9 +8317,9 @@ channel with the same name ()! Video deleted. Video odstraněno. - - - src/app/+my-library/my-videos/my-videos.component.ts149src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts214 + src/app/+my-library/my-videos/my-videos.component.ts149 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts214 + Ownership change request sent. Ownership change request sent. @@ -8219,30 +8328,28 @@ channel with the same name ()! My channels Moje kanály - - src/app/+my-library/+my-video-channels/my-video-channels.component.html3 - + src/app/+my-library/+my-video-channels/my-video-channels.component.html3 + My playlists Moje seznamy - - src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 + src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 + My subscriptions Moje odběry src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 - You don't have any subscription yet. You don't have any subscription yet. - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html13 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html13 + My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -8251,8 +8358,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8271,25 +8378,19 @@ channel with the same name ()! max size max size - - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47 + src/app/shared/shared-forms/preview-upload.component.ts39 + Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8314,22 +8415,22 @@ channel with the same name ()! Published videos Publikovaná videa - - src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts56 - + src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts56 + Subscribe to the account Odebírat účet - - - src/app/+video-channels/video-channels.component.ts71src/app/+videos/+video-watch/video-watch.component.ts984 - PLAYLISTSPLAYLISTS + src/app/+video-channels/video-channels.component.ts71 + src/app/+videos/+video-watch/video-watch.component.ts984 + + + PLAYLISTS + PLAYLISTS src/app/+video-channels/video-channels.component.ts 77 - Focus the search bar Zaměřit na vyhledávací pole @@ -8401,6 +8502,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8410,111 +8527,116 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Incorrect username or password. Incorrect username or password. - - src/app/+login/login.component.ts159 + src/app/+login/login.component.ts159 + Your account is blocked. Your account is blocked. - - src/app/+login/login.component.ts160 + src/app/+login/login.component.ts160 + any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON - - src/app/menu/menu.component.html124 + src/app/menu/menu.component.html124 + hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Vaše heslo bylo úspěšně resetováno! src/app/+reset-password/reset-password.component.ts47 - Today Dnes - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Yesterday - - src/app/shared/shared-video-miniature/abstract-video-list.ts136 + src/app/shared/shared-video-miniature/abstract-video-list.ts136 + This week This week - - src/app/shared/shared-video-miniature/abstract-video-list.ts137 + src/app/shared/shared-video-miniature/abstract-video-list.ts137 + This month This month - - src/app/shared/shared-video-miniature/abstract-video-list.ts138 + src/app/shared/shared-video-miniature/abstract-video-list.ts138 + Last month Last month - - src/app/shared/shared-video-miniature/abstract-video-list.ts139 + src/app/shared/shared-video-miniature/abstract-video-list.ts139 + Older Older - - src/app/shared/shared-video-miniature/abstract-video-list.ts140 + src/app/shared/shared-video-miniature/abstract-video-list.ts140 + Cannot load more videos. Try again later. Cannot load more videos. Try again later. - - src/app/shared/shared-video-miniature/abstract-video-list.ts226 - function is not implementedfunction is not implemented - - src/app/shared/shared-video-miniature/abstract-video-list.ts299 + src/app/shared/shared-video-miniature/abstract-video-list.ts226 + + + function is not implemented + function is not implemented + src/app/shared/shared-video-miniature/abstract-video-list.ts299 + Last 7 days Last 7 days - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days Last 30 days - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days Last 365 days - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + VOD videos src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Live videos src/app/+search/search-filters.component.ts 64 @@ -8523,51 +8645,55 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Short (< 4 min) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Medium (4-10 min) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Long (> 10 min) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Relevance - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Publish date - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search - - - - src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 - + src/app/+search/search-routing.module.ts15 + src/app/+search/search.component.ts242 + src/app/shared/shared-main/misc/simple-search-input.component.ts15 + src/app/shared/shared-main/misc/simple-search-input.component.ts16 + + + + src/app/+search/search.component.html 5 @@ -8578,83 +8704,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular před lety - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago před měsíci - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - před - měsícem - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago před týdny - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - před - týdnem - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago před dny - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - před - dnem - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago před hodinami - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - před - hodinou - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago před minutami - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -8726,14 +8860,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Signup limit is required. Limit registrací je vyžadován. src/app/shared/form-validators/custom-config-validators.ts46 - - Signup limit must be greater than 1. Use -1 to disable it.Signup limit must be greater than 1. Use -1 to disable it. + + + Signup limit must be greater than 1. Use -1 to disable it. + Signup limit must be greater than 1. Use -1 to disable it. src/app/shared/form-validators/custom-config-validators.ts 47 - Signup limit must be a number. Limit registrací musí být číslo. @@ -8758,50 +8893,66 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Transcoding threads must be greater or equal to 0. Transcoding threads must be greater or equal to 0. src/app/shared/form-validators/custom-config-validators.ts64 - - Max live duration is required.Max live duration is required. + + + Max live duration is required. + Max live duration is required. src/app/shared/form-validators/custom-config-validators.ts 71 - - Max live duration should be greater or equal to -1.Max live duration should be greater or equal to -1. + + + Max live duration should be greater or equal to -1. + Max live duration should be greater or equal to -1. src/app/shared/form-validators/custom-config-validators.ts 72 - - Max instance lives is required.Max instance lives is required. + + + Max instance lives is required. + Max instance lives is required. src/app/shared/form-validators/custom-config-validators.ts 79 - - Max instance lives should be greater or equal to -1.Max instance lives should be greater or equal to -1. + + + Max instance lives should be greater or equal to -1. + Max instance lives should be greater or equal to -1. src/app/shared/form-validators/custom-config-validators.ts 80 - - Max user lives is required.Max user lives is required. + + + Max user lives is required. + Max user lives is required. src/app/shared/form-validators/custom-config-validators.ts 87 - - Max user lives should be greater or equal to -1.Max user lives should be greater or equal to -1. + + + Max user lives should be greater or equal to -1. + Max user lives should be greater or equal to -1. src/app/shared/form-validators/custom-config-validators.ts 88 - - Concurrency is required.Concurrency is required. + + + Concurrency is required. + Concurrency is required. src/app/shared/form-validators/custom-config-validators.ts 95 - - Concurrency should be greater or equal to 1.Concurrency should be greater or equal to 1. + + + Concurrency should be greater or equal to 1. + Concurrency should be greater or equal to 1. src/app/shared/form-validators/custom-config-validators.ts 96 @@ -8810,13 +8961,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Index URL should be a URL Index URL should be a URL - - src/app/shared/form-validators/custom-config-validators.ts103 + src/app/shared/form-validators/custom-config-validators.ts103 + Search index URL should be a URL Search index URL should be a URL - - src/app/shared/form-validators/custom-config-validators.ts110 + src/app/shared/form-validators/custom-config-validators.ts110 + Email is required. E-mail je vyžadován. @@ -8836,14 +8987,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/form-validators/user-validators.ts 48 - - Handle must be valid (eg. chocobozzz@example.com).Handle must be valid (eg. chocobozzz@example.com). + + + Handle must be valid (eg. chocobozzz@example.com). + Handle must be valid (eg. chocobozzz@example.com). src/app/shared/form-validators/user-validators.ts 49 - Your name is required. Your name is required. @@ -9224,19 +9376,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video name is required. Jméno videa je vyžadováno. - - src/app/shared/form-validators/video-validators.ts15 + src/app/shared/form-validators/video-validators.ts15 + Video name must be at least 3 characters long. Jméno videa musí mít délku minimálně 3 znaky. - - src/app/shared/form-validators/video-validators.ts16 + src/app/shared/form-validators/video-validators.ts16 + Video name cannot be more than 120 characters long. Jméno videa nesmí být delší než 120 znaků. - - src/app/shared/form-validators/video-validators.ts17 - Video name has leading or trailing whitespace.Video name has leading or trailing whitespace. + src/app/shared/form-validators/video-validators.ts17 + + + Video name has leading or trailing whitespace. + Video name has leading or trailing whitespace. src/app/shared/form-validators/video-validators.ts 18 @@ -9245,58 +9399,58 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video privacy is required. Ochrana soukromí videa je vyžadována. - - src/app/shared/form-validators/video-validators.ts25 + src/app/shared/form-validators/video-validators.ts25 + Video channel is required. Video kanál je vyžadován. - - src/app/shared/form-validators/video-validators.ts52 + src/app/shared/form-validators/video-validators.ts52 + Video description must be at least 3 characters long. Popis videa musí mít délku minimálně 3 znaky. - - src/app/shared/form-validators/video-validators.ts59 + src/app/shared/form-validators/video-validators.ts59 + Video description cannot be more than 10000 characters long. Popis videa nesmí být delší než 10000 znaků. - - src/app/shared/form-validators/video-validators.ts60 + src/app/shared/form-validators/video-validators.ts60 + A tag should be more than 2 characters long. Tag musí mít délku minimálně 2 znaky. - - src/app/shared/form-validators/video-validators.ts67 + src/app/shared/form-validators/video-validators.ts67 + A tag should be less than 30 characters long. Tag nesmí být delší než 30 znaků. - - src/app/shared/form-validators/video-validators.ts68 + src/app/shared/form-validators/video-validators.ts68 + A maximum of 5 tags can be used on a video. A maximum of 5 tags can be used on a video. - - src/app/shared/form-validators/video-validators.ts75 + src/app/shared/form-validators/video-validators.ts75 + A tag should be more than 1 and less than 30 characters long. A tag should be more than 1 and less than 30 characters long. - - src/app/shared/form-validators/video-validators.ts76 + src/app/shared/form-validators/video-validators.ts76 + Video support must be at least 3 characters long. Text pro podporu videa musí mít délku minimálně 3 znaky. - - src/app/shared/form-validators/video-validators.ts83 + src/app/shared/form-validators/video-validators.ts83 + Video support cannot be more than 1000 characters long. Video support cannot be more than 1000 characters long. - - src/app/shared/form-validators/video-validators.ts84 + src/app/shared/form-validators/video-validators.ts84 + A date is required to schedule video update. Datum k naplánování aktualizace videa je vyžadováno. - - src/app/shared/form-validators/video-validators.ts91 + src/app/shared/form-validators/video-validators.ts91 + This file is too large. This file is too large. @@ -9311,8 +9465,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Add a new option Add a new option src/app/shared/shared-forms/select/select-checkbox.component.ts28 - - Custom value...Custom value... + + + Custom value... + Custom value... src/app/shared/shared-forms/select/select-custom-value.component.ts 69 @@ -9326,332 +9482,334 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Sunday neděle - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts10 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts10 + Monday pondělí - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts11 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts11 + Tuesday úterý - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts12 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts12 + Wednesday středa - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts13 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts13 + Thursday čtvrtek - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts14 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts14 + Friday pátek - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts15 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts15 + Saturday sobota - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + Sun Ne Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 + Mon Po Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 + Tue Út Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 + Wed St Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 + Thu Čt Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 + Fri Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 + Sat So Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 + Su ne Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 + Mo po Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 + Tu út Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 + We st Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 + Th čt Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 + Fr Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 + Sa so Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + January leden - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts40 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts40 + February únor - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts41 + March březen - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts42 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts42 + April duben - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts43 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts43 + May květen - - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + June červen - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts45 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts45 + July červenec - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts46 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts46 + August srpen - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts47 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts47 + September září - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts48 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts48 + October říjen - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts49 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts49 + November listopad - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts50 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts50 + December prosinec - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + Jan led Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 + Feb úno Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 + Mar bře Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 + Apr dub Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 + Jun čer Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 + Jul čvc Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 + Aug srp Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 + Sep zář Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 + Oct říj Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 + Nov lis Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 + Dec pro Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + Clear Vymazat - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts71 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts71 + yy-mm-dd dd. mm. yyyy Date format in this locale. - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts83 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts83 + Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden - - src/app/shared/shared-instance/instance-features-table.component.ts54 + src/app/shared/shared-instance/instance-features-table.component.ts54 + Blurred with confirmation request Blurred with confirmation request - - src/app/shared/shared-instance/instance-features-table.component.ts55 + src/app/shared/shared-instance/instance-features-table.component.ts55 + Displayed Displayed - - src/app/shared/shared-instance/instance-features-table.component.ts56 + src/app/shared/shared-instance/instance-features-table.component.ts56 + ~ 1 minute ~ 1 minute - - src/app/shared/shared-instance/instance-features-table.component.ts75 + src/app/shared/shared-instance/instance-features-table.component.ts75 + ~ minutes ~ minutes - - src/app/shared/shared-instance/instance-features-table.component.ts77 + src/app/shared/shared-instance/instance-features-table.component.ts77 + of full HD videos FullHD videí - - src/app/shared/shared-instance/instance-features-table.component.ts93 + src/app/shared/shared-instance/instance-features-table.component.ts93 + of HD videos HD videí - - src/app/shared/shared-instance/instance-features-table.component.ts94 + src/app/shared/shared-instance/instance-features-table.component.ts94 + of average quality videos videí průměrné kvality - - src/app/shared/shared-instance/instance-features-table.component.ts95 + src/app/shared/shared-instance/instance-features-table.component.ts95 + (channel page) (channel page) - - - src/app/+videos/+video-watch/video-avatar-channel.component.ts19src/app/shared/shared-actor-image/actor-avatar.component.ts41src/app/shared/shared-video-miniature/video-miniature.component.ts118 + src/app/+videos/+video-watch/video-avatar-channel.component.ts19 + src/app/shared/shared-actor-image/actor-avatar.component.ts41 + src/app/shared/shared-video-miniature/video-miniature.component.ts118 + (account page) (account page) - - src/app/+videos/+video-watch/video-avatar-channel.component.ts20src/app/shared/shared-actor-image/actor-avatar.component.ts40 + src/app/+videos/+video-watch/video-avatar-channel.component.ts20 + src/app/shared/shared-actor-image/actor-avatar.component.ts40 + Emphasis Styly písma @@ -9676,8 +9834,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Images Obrázky src/app/shared/shared-main/misc/help.component.ts85 - - Close searchClose search + + + Close search + Close search src/app/shared/shared-main/misc/simple-search-input.component.html 14 @@ -9698,36 +9858,36 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to unban ? Opravdu chcete odblokovat uživatele ? - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + User unbanned. Uživatel odblokován. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts77 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts77 + If you remove this user, you will not be able to create another with the same username! If you remove this user, you will not be able to create another with the same username! - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts91 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts91 + User deleted. Uživatel odstraněn. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts97 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts97 + User email set as verified User email set as verified - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts108 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts108 + Account muted. Účet ztišen. - - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts120src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts240 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts120 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts240 + Instance muted. Instance @@ -9741,19 +9901,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.ts444src/app/shared/shared-moderation/user-moderation-dropdown.component.ts176 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts444 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts176 + Mute server Mute server - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts332 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts332 + Server muted by the instance. Server ztišen instancí. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts456 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts456 + Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -9769,162 +9929,162 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account unmuted by the instance. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts190 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts190 + Instance muted by the instance. Instance muted by the instance. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts204 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts204 + Instance unmuted by the instance. Instance unmuted by the instance. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts218 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts218 + Are you sure you want to remove all the comments of this account? Are you sure you want to remove all the comments of this account? - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts229 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts229 + Delete account comments Delete account comments - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts230 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts230 + Will remove comments of this account (may take several minutes). Will remove comments of this account (may take several minutes). - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts236 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts236 + Edit user Edit user - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts264 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts264 + Change quota, role, and more. Change quota, role, and more. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts265 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts265 + Delete user Delete user - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts269 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts269 + Unban user Unban user - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts280 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts280 + Allow the user to login and create videos/comments again Allow the user to login and create videos/comments again - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts281 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts281 + Mute this account Mute this account - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts298 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts298 + Hide any content from that user from you. Hide any content from that user from you. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts299 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts299 + Unmute this account Unmute this account - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts304 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts304 + Show back content from that user for you. Show back content from that user for you. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts305 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts305 + Mute the instance Mute the instance - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts310 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts310 + Hide any content from that instance for you. Hide any content from that instance for you. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts311 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts311 + Unmute the instance Unmute the instance - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts316 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts316 + Show back content from that instance for you. Show back content from that instance for you. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts317 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts317 + Remove comments from your videos Remove comments from your videos - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts322 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts322 + Remove comments made by this account on your videos. Remove comments made by this account on your videos. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts323 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts323 + Mute this account by your instance Mute this account by your instance - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts334 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts334 + Hide any content from that user from you, your instance and its users. Hide any content from that user from you, your instance and its users. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts335 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts335 + Unmute this account by your instance Unmute this account by your instance - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts340 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts340 + Show this user's content to the users of this instance again. Show this user's content to the users of this instance again. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts341 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts341 + Mute the instance by your instance Mute the instance by your instance - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts352 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts352 + Hide any content from that instance from you, your instance and its users. Hide any content from that instance from you, your instance and its users. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts353 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts353 + Unmute the instance by your instance Unmute the instance by your instance - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts358 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts358 + Show back content from that instance for you, your instance and its users. Show back content from that instance for you, your instance and its users. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts359 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts359 + Remove comments from your instance Remove comments from your instance - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts369 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts369 + Remove comments made by this account from your instance. Remove comments made by this account from your instance. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts370 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts370 + Violent or repulsive Violent or repulsive @@ -9988,9 +10148,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Captions Captions - - - src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 + src/app/shared/shared-abuse-list/abuse-details.component.ts26 + src/app/shared/shared-moderation/abuse.service.ts178 + The above can only be seen in captions (please describe which). The above can only be seen in captions (please describe which). @@ -10068,8 +10228,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Moderator Moderator - - src/app/core/users/user.service.ts407 + src/app/core/users/user.service.ts407 + Video removed from Video removed from @@ -10115,61 +10275,61 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts381 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts381 + Actions for the comment Actions for the comment - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + Delete comment Delete comment - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts416 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts416 + Do you really want to delete this comment? Do you really want to delete this comment? - - - src/app/+videos/+video-watch/comment/video-comments.component.ts172src/app/shared/shared-abuse-list/abuse-list-table.component.ts420 + src/app/+videos/+video-watch/comment/video-comments.component.ts172 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts420 + Comment deleted. Comment deleted. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts428 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts428 + Encoder Encoder - - src/app/shared/shared-video-miniature/video-download.component.ts160 + src/app/shared/shared-video-miniature/video-download.component.ts160 + Format name Format name - - src/app/shared/shared-video-miniature/video-download.component.ts161 + src/app/shared/shared-video-miniature/video-download.component.ts161 + Size Size - - src/app/shared/shared-video-miniature/video-download.component.ts162 + src/app/shared/shared-video-miniature/video-download.component.ts162 + Bitrate Bitrate - - - src/app/shared/shared-video-miniature/video-download.component.ts164src/app/shared/shared-video-miniature/video-download.component.ts187 + src/app/shared/shared-video-miniature/video-download.component.ts164 + src/app/shared/shared-video-miniature/video-download.component.ts187 + Codec Codec - - src/app/shared/shared-video-miniature/video-download.component.ts184 + src/app/shared/shared-video-miniature/video-download.component.ts184 + Copied Zkopírováno - - - src/app/shared/shared-forms/input-toggle-hidden.component.ts47src/app/shared/shared-video-miniature/video-download.component.ts151 + src/app/shared/shared-forms/input-toggle-hidden.component.ts47 + src/app/shared/shared-video-miniature/video-download.component.ts151 + Copy Copy @@ -10179,31 +10339,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video reported. Video nahlášeno. - - src/app/shared/shared-moderation/report-modals/video-report.component.ts111 + src/app/shared/shared-moderation/report-modals/video-report.component.ts111 + Do you really want to delete this video? Opravdu chcete odstranit toto video? - - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts90src/app/shared/shared-abuse-list/abuse-list-table.component.ts385src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts203 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts90 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts385 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts203 + Video deleted. Video deleted. - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts98src/app/shared/shared-abuse-list/abuse-list-table.component.ts393 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts98 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts393 + Actions for the reporter Actions for the reporter - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts320 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts320 + Mute reporter Mute reporter - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts326 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts326 + This video will be duplicated by your instance. This video will be duplicated by your instance. @@ -10217,18 +10377,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Display live information Display live information - - - src/app/+my-library/my-videos/my-videos.component.ts172src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts278 + src/app/+my-library/my-videos/my-videos.component.ts172 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts278 + Update Update - - - - - - src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176 + src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110 + src/app/shared/shared-main/buttons/edit-button.component.ts17 + src/app/shared/shared-main/buttons/edit-button.component.ts22 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 + Block Block @@ -10237,14 +10397,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Save to playlist Save to playlist - - - src/app/+videos/+video-watch/video-watch.component.ts161src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts264 + src/app/+videos/+video-watch/video-watch.component.ts161 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts264 + You need to be <a href="/login">logged in</a> to rate this video. You need to be <a href="/login">logged in</a> to rate this video. - - src/app/+videos/+video-watch/video-watch.component.ts250 + src/app/+videos/+video-watch/video-watch.component.ts250 + Mirror Mirror @@ -10253,19 +10413,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove - - src/app/+videos/+video-watch/comment/video-comment.component.ts186 + src/app/+videos/+video-watch/comment/video-comment.component.ts186 + Remove & re-draft Remove & re-draft - - src/app/+videos/+video-watch/comment/video-comment.component.ts194 - {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}}{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}} + src/app/+videos/+video-watch/comment/video-comment.component.ts194 + + + {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}} + {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}} src/app/+videos/+video-watch/comment/video-comments.component.html 4 @@ -10274,9 +10436,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.ts302src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts302 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts322 + Open video actions Open video actions @@ -10292,33 +10454,33 @@ 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.ts308 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts308 + Report Nahlásit - - src/app/shared/shared-abuse-list/abuse-details.component.html55 + src/app/shared/shared-abuse-list/abuse-details.component.html55 + Reported part Reported part - - src/app/shared/shared-abuse-list/abuse-details.component.html73 + src/app/shared/shared-abuse-list/abuse-details.component.html73 + Note Note - - src/app/shared/shared-abuse-list/abuse-details.component.html80 + src/app/shared/shared-abuse-list/abuse-details.component.html80 + The video was deleted The video was deleted - - src/app/shared/shared-abuse-list/abuse-details.component.html89 + src/app/shared/shared-abuse-list/abuse-details.component.html89 + Comment: Comment: - - src/app/shared/shared-abuse-list/abuse-details.component.html95 + src/app/shared/shared-abuse-list/abuse-details.component.html95 + Messages with the reporter Messages with the reporter @@ -10344,29 +10506,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Published Publikováno - - src/app/shared/shared-video-miniature/video-miniature.component.ts163 + src/app/shared/shared-video-miniature/video-miniature.component.ts163 + Publication scheduled on Publication scheduled on - - src/app/shared/shared-video-miniature/video-miniature.component.ts168 + src/app/shared/shared-video-miniature/video-miniature.component.ts168 + Waiting transcoding Čekající překódování - - src/app/shared/shared-video-miniature/video-miniature.component.ts172 + src/app/shared/shared-video-miniature/video-miniature.component.ts172 + To transcode K překódování - - src/app/shared/shared-video-miniature/video-miniature.component.ts176 + src/app/shared/shared-video-miniature/video-miniature.component.ts176 + To import K importování - - src/app/shared/shared-video-miniature/video-miniature.component.ts180 - + src/app/shared/shared-video-miniature/video-miniature.component.ts180 + + + + src/app/shared/shared-video-miniature/videos-selection.component.html 1 @@ -10390,254 +10554,247 @@ 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.ts385 + src/app/shared/shared-main/video/video.service.ts385 + Only shareable via a private link Only shareable via a private link - - src/app/shared/shared-main/video/video.service.ts389 + src/app/shared/shared-main/video/video.service.ts389 + Anyone can see this video Kdokoliv může vidět toto video - - src/app/shared/shared-main/video/video.service.ts393 + src/app/shared/shared-main/video/video.service.ts393 + 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.ts397 + src/app/shared/shared-main/video/video.service.ts397 + viewers viewers - - src/app/shared/shared-main/video/video.model.ts206 + src/app/shared/shared-main/video/video.model.ts206 + views views - - src/app/shared/shared-main/video/video.model.ts209 + src/app/shared/shared-main/video/video.model.ts209 + Close Close - - - node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts58 + node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts58 + Slide of Slide of - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « - - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 + » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» - - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 + First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 - - node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 + node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 + HH HH - - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 + Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes - - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 + SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds - - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 + Decrement seconds Decrement seconds - - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 + - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close - - node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 + node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 + Video to import updated. Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Vaše video bylo nahráno na váš účet a je soukromé. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Ovšem přidružená data (štítky, popis...) budou ztraceny, opravdu chcete opustit tuto stránku? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? Video ještě nebylo nahráno, opravdu chcete opustit tuto stránku? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Upload - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload Upload - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Nahrávání zrušeno - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Video publikováno - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + 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.ts93 + src/app/+videos/+video-edit/video-update.component.ts93 + Video updated. Video aktualizováno. - - src/app/+videos/+video-edit/video-update.component.ts158 + src/app/+videos/+video-edit/video-update.component.ts158 + Report comment Report comment @@ -10646,44 +10803,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular The deletion will be sent to remote instances so they can reflect the change. The deletion will be sent to remote instances so they can reflect the change. - - src/app/+videos/+video-watch/comment/video-comments.component.ts175 + src/app/+videos/+video-watch/comment/video-comments.component.ts175 + It is a remote comment, so the deletion will only be effective on your instance. It is a remote comment, so the deletion will only be effective on your instance. - - src/app/+videos/+video-watch/comment/video-comments.component.ts177 + src/app/+videos/+video-watch/comment/video-comments.component.ts177 + Delete and re-draft Delete and re-draft - - src/app/+videos/+video-watch/comment/video-comments.component.ts203 + src/app/+videos/+video-watch/comment/video-comments.component.ts203 + Do you really want to delete and re-draft this comment? Do you really want to delete and re-draft this comment? - - src/app/+videos/+video-watch/comment/video-comments.component.ts203 + src/app/+videos/+video-watch/comment/video-comments.component.ts203 + Stop autoplaying next video Stop autoplaying next video - - src/app/+videos/+video-watch/video-watch-playlist.component.ts220 + src/app/+videos/+video-watch/video-watch-playlist.component.ts220 + Autoplay next video Autoplay next video - - src/app/+videos/+video-watch/video-watch-playlist.component.ts221 + src/app/+videos/+video-watch/video-watch-playlist.component.ts221 + Stop looping playlist videos Stop looping playlist videos - - src/app/+videos/+video-watch/video-watch-playlist.component.ts226 + src/app/+videos/+video-watch/video-watch-playlist.component.ts226 + Loop playlist videos Loop playlist videos - - src/app/+videos/+video-watch/video-watch-playlist.component.ts227 - Placeholder imagePlaceholder image + src/app/+videos/+video-watch/video-watch-playlist.component.ts227 + + + Placeholder image + Placeholder image src/app/+videos/+video-watch/video-watch.component.html 11 @@ -10692,139 +10851,135 @@ 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.ts440 + src/app/+videos/+video-watch/video-watch.component.ts440 + Redirection Redirection - - src/app/+videos/+video-watch/video-watch.component.ts441 + src/app/+videos/+video-watch/video-watch.component.ts441 + 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.ts571 + src/app/+videos/+video-watch/video-watch.component.ts571 + Mature or explicit content Obsahuje citlivý materiál - - src/app/+videos/+video-watch/video-watch.component.ts572 + src/app/+videos/+video-watch/video-watch.component.ts572 + Up Next Up Next - - src/app/+videos/+video-watch/video-watch.component.ts645 + src/app/+videos/+video-watch/video-watch.component.ts645 + Cancel Cancel - - src/app/+videos/+video-watch/video-watch.component.ts646 + src/app/+videos/+video-watch/video-watch.component.ts646 + Autoplay is suspended Autoplay is suspended - - src/app/+videos/+video-watch/video-watch.component.ts647 + src/app/+videos/+video-watch/video-watch.component.ts647 + Enter/exit fullscreen (requires player focus) Enter/exit fullscreen (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts951 + src/app/+videos/+video-watch/video-watch.component.ts951 + Play/Pause the video (requires player focus) Play/Pause the video (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts952 + src/app/+videos/+video-watch/video-watch.component.ts952 + Mute/unmute the video (requires player focus) Mute/unmute the video (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts953 + src/app/+videos/+video-watch/video-watch.component.ts953 + Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus) Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts955 + src/app/+videos/+video-watch/video-watch.component.ts955 + Increase the volume (requires player focus) Increase the volume (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts957 + src/app/+videos/+video-watch/video-watch.component.ts957 + Decrease the volume (requires player focus) Decrease the volume (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts958 + src/app/+videos/+video-watch/video-watch.component.ts958 + Seek the video forward (requires player focus) Seek the video forward (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts960 + src/app/+videos/+video-watch/video-watch.component.ts960 + Seek the video backward (requires player focus) Seek the video backward (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts961 + src/app/+videos/+video-watch/video-watch.component.ts961 + Increase playback rate (requires player focus) Increase playback rate (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts963 + src/app/+videos/+video-watch/video-watch.component.ts963 + Decrease playback rate (requires player focus) Decrease playback rate (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts964 + src/app/+videos/+video-watch/video-watch.component.ts964 + Navigate in the video frame by frame (requires player focus) Navigate in the video frame by frame (requires player focus) - - src/app/+videos/+video-watch/video-watch.component.ts966 + src/app/+videos/+video-watch/video-watch.component.ts966 + Like the video To se mi líbí - - src/app/+videos/+video-watch/video-watch.component.ts974 + src/app/+videos/+video-watch/video-watch.component.ts974 + Dislike the video To se mi nelíbí - - src/app/+videos/+video-watch/video-watch.component.ts979 + src/app/+videos/+video-watch/video-watch.component.ts979 + When active, the next video is automatically played after the current one. When active, the next video is automatically played after the current one. - - src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts61 + src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts61 + Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 - - - - + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Videa od vašich odběrů - - src/app/+videos/video-list/video-user-subscriptions.component.ts42 + src/app/+videos/video-list/video-user-subscriptions.component.ts42 + Copy feed URL Copy feed URL - - src/app/+videos/video-list/video-user-subscriptions.component.ts65 + src/app/+videos/video-list/video-user-subscriptions.component.ts65 + Feed URL copied Feed URL copied - - src/app/+videos/video-list/video-user-subscriptions.component.ts110 + src/app/+videos/video-list/video-user-subscriptions.component.ts110 + Subscriptions Subscriptions - - - - src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts59 + src/app/+my-library/my-library.component.ts66 + src/app/+videos/video-list/video-user-subscriptions.component.ts46 + src/app/+videos/videos-routing.module.ts59 + History History @@ -10843,32 +10998,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf index 8ed028aa4..c7c188dcf 100644 --- a/client/src/locale/angular.da-DK.xlf +++ b/client/src/locale/angular.da-DK.xlf @@ -199,13 +199,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Min videohistorik - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Gem til @@ -268,19 +268,19 @@ Create Opret - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -296,8 +296,8 @@ subtitles undertekster - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -370,14 +370,14 @@ Cancel Annuller - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Årsag… @@ -389,11 +389,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Indsend @@ -450,13 +447,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -496,8 +490,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -560,17 +554,17 @@ Best A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Slet - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -599,13 +593,13 @@ Hide Skjul - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Vis - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Komplet forhåndsvisning @@ -845,8 +839,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -887,12 +881,12 @@ User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -921,7 +915,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -1056,7 +1050,7 @@ Login - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1200,7 +1194,7 @@ The link will expire within 1 hour. abonnenter - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1356,7 +1350,7 @@ The link will expire within 1 hour. My settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1443,27 +1437,27 @@ The link will expire within 1 hour. Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Log ud @@ -1495,106 +1489,86 @@ The link will expire within 1 hour. My videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videoer - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Afspilningslister - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Abonnementer - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historik - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel jobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trending - - src/app/menu/menu.component.html133 - - Recently added - Nylig tilføjet - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administration @@ -1605,12 +1579,12 @@ The link will expire within 1 hour. Om - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1621,9 +1595,9 @@ The link will expire within 1 hour. Notifications Notifications - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1821,7 +1795,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1829,17 +1803,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Published date @@ -2037,10 +2005,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2082,12 +2053,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Channel @@ -2112,27 +2085,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2237,8 +2210,8 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2278,11 +2251,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2364,12 +2334,12 @@ The link will expire within 1 hour. Update Update - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2380,12 +2350,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2441,7 +2411,13 @@ The link will expire within 1 hour. Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2474,6 +2450,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2958,13 +2940,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -3013,13 +2995,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3069,11 +3051,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3085,11 +3064,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3274,7 +3250,7 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3337,8 +3313,8 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3552,45 +3528,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3832,14 +3808,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4085,10 +4061,10 @@ The link will expire within 1 hour. Search Search - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4106,7 +4082,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4116,19 +4092,19 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 @@ -4136,12 +4112,12 @@ The link will expire within 1 hour. Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4196,18 +4172,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4448,11 +4424,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4560,11 +4533,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4588,137 +4557,105 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Best videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Recently added videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Lokale videoer - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Brugere @@ -4775,176 +4712,149 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4953,54 +4863,44 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Basic configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -5052,8 +4952,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -5121,8 +5021,14 @@ The link will expire within 1 hour. Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5363,26 +5269,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Avanceret konfiguration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5555,8 +5454,8 @@ color: red; Change ownership Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5635,13 +5534,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5747,8 +5646,8 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -5951,12 +5850,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5984,13 +5883,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -6018,11 +5917,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6127,7 +6023,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6533,18 +6429,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6699,8 +6595,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6716,12 +6612,12 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6732,7 +6628,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6794,13 +6690,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6923,17 +6819,45 @@ channel with the same name ()! thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7417,24 +7341,24 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7446,32 +7370,23 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7486,24 +7401,24 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Installer ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7698,20 +7613,20 @@ channel with the same name ()! User updated. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8163,6 +8078,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8188,9 +8109,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8242,8 +8163,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete videos? @@ -8304,8 +8225,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -8314,8 +8235,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8340,19 +8261,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8466,6 +8381,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8486,7 +8417,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8496,22 +8427,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8617,17 +8548,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8646,83 +8577,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - month ago - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - week ago - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - day ago - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - hour ago - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9670,13 +9609,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -10356,8 +10295,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10529,47 +10468,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10579,7 +10518,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10589,22 +10528,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10618,33 +10557,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10653,13 +10592,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10673,13 +10612,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10690,7 +10629,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Din video blev uploadet til din konto og er privat. @@ -10718,11 +10657,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload aflyst - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video offentliggjort. @@ -10899,8 +10834,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Videoer fra dine abonnementer @@ -10939,34 +10874,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Local videos - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf index 593aa6220..5cfec3ea0 100644 --- a/client/src/locale/angular.de-DE.xlf +++ b/client/src/locale/angular.de-DE.xlf @@ -18,8 +18,6 @@ 111 - - You don't have notifications. Du hast keine Benachrichtigungen. @@ -158,25 +156,25 @@ Change your avatar Ändern Sie Ihr Profilbild - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html18 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html18 + Remove avatar Avatar entfernen - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html40 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html40 + - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Mein Verlauf - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Speichern unter @@ -185,8 +183,8 @@ Options Optionen - - src/app/+videos/+video-watch/comment/video-comment.component.html40 + src/app/+videos/+video-watch/comment/video-comment.component.html40 + Start at Beginne bei @@ -239,19 +237,19 @@ Create Erstellen - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video Video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. Der folgende Link enthält ein privates Token und sollte nicht an Dritte weitergegeben werden. @@ -271,8 +269,8 @@ subtitles Untertitel - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -326,16 +324,20 @@ video Video - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + Your video quota is exceeded with this video (video size: , used: , quota: ) + Ihr Videokontingent ist mit diesem Video überschritten (Videogröße: , verwendet: , Kontingent: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Ihr tägliches Videokontingent wurde mit diesem Video überschritten (Videogröße: , verwendet: , Kontingent: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -351,14 +353,14 @@ Abbrechen - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Herunterladen - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Grund... @@ -370,13 +372,12 @@ Abbrechen src/app/shared/shared-video-miniature/videos-selection.component.html19 - - No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - + + No results. + Keine Ergebnisse. + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Abschicken @@ -433,13 +434,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 Betrachter} other { Betrachter}} @@ -467,20 +465,20 @@ Blocked Blockiert - - src/app/shared/shared-video-miniature/video-miniature.component.html58 + src/app/shared/shared-video-miniature/video-miniature.component.html58 + Sensitive Anstößig - - src/app/shared/shared-video-miniature/video-miniature.component.html63 + src/app/shared/shared-video-miniature/video-miniature.component.html63 + {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other { Videos}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -501,10 +499,10 @@ Deleted Gelöscht - - - - src/app/+videos/+video-watch/comment/video-comment.component.html47src/app/shared/shared-abuse-list/abuse-list-table.component.html91src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html34 + src/app/+videos/+video-watch/comment/video-comment.component.html47 + src/app/shared/shared-abuse-list/abuse-list-table.component.html91 + src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html34 + Edit starts/stops at Bearbeitung beginnt/endet bei @@ -528,34 +526,35 @@ No results. Keine Ergebnisse. - - - - - - - - - - src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/+videos/video-list/overview/video-overview.component.html4 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + Best Beste A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos mit den meisten Interaktionen für aktuelle Videos, abzüglich des Benutzerverlaufs - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Löschen - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 - Only live videosOnly live videos + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + + Only live videos + Nur Live-Videos src/app/+my-library/my-videos/my-videos.component.ts 53 @@ -564,17 +563,17 @@ Edit Bearbeiten - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Gekürzte Vorschau @@ -583,13 +582,13 @@ Hide Verbergen - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Anzeigen - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Vollständige Vorschau @@ -814,8 +813,8 @@ Federation Föderation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers Follower @@ -829,14 +828,16 @@ The upload failed Der Upload ist fehlgeschlagen - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted Die Verbindung wurde unterbrochen - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + Der Server ist auf einen Fehler gestoßen src/app/helpers/utils.ts 193 @@ -845,23 +846,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) Ihre Datei konnte nicht vor dem Ablauf der Zeitspanne übertragen werden (für gewöhnlich 10min) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) Ihre Datei ist zu groß (max. Größe: ) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User Benutzer - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Sperren - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -889,7 +890,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Diesen Nutzer sperren @@ -1015,9 +1016,9 @@ Login Anmelden - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Oder anmelden mit @@ -1150,7 +1151,7 @@ The link will expire within 1 hour. Abonnenten - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Willkommen bei PeerTube, lieber Administrator! @@ -1277,9 +1278,9 @@ The link will expire within 1 hour. My settings Meine Einstellungen - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Diese Einstellungen betreffen nur ihre aktuelle Sitzung auf dieser Instanz. @@ -1353,29 +1354,29 @@ Hilf mit PeerTube zu übersetzen! Keyboard shortcuts Tastenkürzel - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Hilfe - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Hilfe zur Benutzung von PeerTube erhalten - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube betrieben durch PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Abmelden @@ -1407,106 +1408,86 @@ Hilf mit PeerTube zu übersetzen! Meine Videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Meine Video-Importe - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Meine Playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Neue Playlist erstellen - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Meine Abonnements - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videos - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Sprache: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Abos - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Verlauf - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Gleichzeitigkeit von Importaufträgen - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. ermöglicht es, mehrere Videos parallel zu importieren. ⚠️ Erfordert einen Neustart von PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel parallele Aufträge - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Import mit HTTP-URL (z.B. YouTube) erlauben - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Entdecken - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - Beliebt - src/app/menu/menu.component.html133 - - - Recently added - Kürzlich hinzugefügt - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administration @@ -1515,13 +1496,13 @@ Hilf mit PeerTube zu übersetzen! About Info - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Kontakt - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Zeige ihre Benachrichtigungen @@ -1532,9 +1513,9 @@ Hilf mit PeerTube zu übersetzen! Notifications Benachrichtigungen - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Als gelesen markieren @@ -1738,142 +1719,143 @@ Hilf mit PeerTube zu übersetzen! - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Nur Anzeige src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Live-Videos + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + VOD-Videos + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Veröffentlichungsdatum - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Ursprüngliches Veröffentlichungsdatum - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... Nach... - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... Bevor... - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Länge - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Anstößige Inhalte zeigen - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes Ja - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No Nein - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Kategorie - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Zurücksetzen - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Alle Kategorien anzeigen - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Lizenz - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Alle Lizenzen anzeigen - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Sprache - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Alle Sprachen anzeigen - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Alle dieser Tags - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags Einer dieser Tags - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Suchziel - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Vidiverse - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Zurücksetzen - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Filtern - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Videokanäle @@ -1925,48 +1907,56 @@ Hilf mit PeerTube zu übersetzen! extensions Erweiterungen - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts48 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts48 + This image is too large. Dieses Bild ist zu groß. - - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts57src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts54 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts57 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts54 + Upload a new banner Neues Banner hochladen - - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html9src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html26 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html9 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html26 + Change your banner Banner ändern - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 + Remove banner Banner entfernen - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - Verhältnis 6/1, empfohlene Größe: 1600x266, maximale Größe: , Erweiterungen: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - Account avatarAccount avatar + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + + + + Account avatar + Konto-Avatar src/app/shared/shared-actor-image/actor-avatar.component.ts 47 - - Channel avatarChannel avatar + + + Channel avatar + Kanal-Avatar src/app/shared/shared-actor-image/actor-avatar.component.ts 48 - - Advanced filtersAdvanced filters + + + Advanced filters + Erweiterte Filter src/app/shared/shared-forms/advanced-input-filter.component.html 8 @@ -1993,25 +1983,26 @@ Hilf mit PeerTube zu übersetzen! Video descriptions are truncated by default and require manual action to expand them. Videobeschreibungen werden standardmäßig gekürzt und erfordern manuelles Eingreifen um sie zu erweitern. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Wählen sie die passende Lizenz für Ihr Netzwerk. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kanal - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Sichtbarkeit @@ -2023,27 +2014,27 @@ Hilf mit PeerTube zu übersetzen! - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Häufig gestellte Fragen zu PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation API Dokumentation - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Veröffentlichung planen ( ) @@ -2053,14 +2044,15 @@ Hilf mit PeerTube zu übersetzen! Contains sensitive content Enthält sensible Inhalte src/app/+videos/+video-edit/shared/video-edit.component.html131 - - Some instances hide videos containing mature or explicit content by default.Some instances hide videos containing mature or explicit content by default. + + + Some instances hide videos containing mature or explicit content by default. + Einige Instanzen blenden Videos mit nicht jugendfreien oder expliziten Inhalten standardmäßig aus. src/app/+videos/+video-edit/shared/video-edit.component.html 135 - Publish after transcoding Nach Transkodierung veröffentlichen @@ -2146,8 +2138,8 @@ Hilf mit PeerTube zu übersetzen! Captions Untertitel - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Videovorschau @@ -2199,11 +2191,8 @@ Hilf mit PeerTube zu übersetzen! {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 Videos} other { Videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2267,11 +2256,11 @@ Hilf mit PeerTube zu übersetzen! Sorry, but something went wrong Entschuldigung, etwas ist schiefgegangen - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. Glückwunsch, das Video unter wird importiert. Du kannst bereits Informationen über dieses Video hinzufügen. @@ -2280,12 +2269,12 @@ Hilf mit PeerTube zu übersetzen! Update Aktualisieren - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Wähle die Datei zum Hochladen aus @@ -2295,61 +2284,67 @@ Hilf mit PeerTube zu übersetzen! Scheduled Geplante Veröffentlichung - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Video bis zu einem bestimmten Datum verbergen - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Videohintergrundbild - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. Ein Bild, das mit deiner Audiodatei zusammengeführt wird. Das ausgewählte Bild wird endgültig sein und kann nicht angepasst werden. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Insgesamt hochgeladenes Video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Verarbeitung … - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry Wiederholen Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Gesamtes Videokontingent - - - src/app/+admin/users/user-list/user-list.component.html119src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/users/user-list/user-list.component.html119 + src/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. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished Veröffentlichung ist möglich, sobald das Hochladen abgeschlossen ist - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish Veröffentlichen - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Entschuldigung, Ihr Account kann keine Videos hochladen. Wenn Sie Videos hochladen möchten, muss ein Administrator Ihr Videokontingent freischalten. @@ -2382,6 +2377,12 @@ Hilf mit PeerTube zu übersetzen! Glückwunsch, dieses Video wird mittels BitTorrent importiert! Du kannst bereits Informationen über dieses Video hinzufügen. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2456,8 +2457,8 @@ Hilf mit PeerTube zu übersetzen! Report this comment Diesen Kommentar melden - - src/app/+videos/+video-watch/comment/video-comment.component.ts178 + src/app/+videos/+video-watch/comment/video-comment.component.ts178 + Share Teilen @@ -2712,23 +2713,22 @@ Hilf mit PeerTube zu übersetzen! More information Weitere Informationen - - - - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html36src/app/+admin/moderation/video-comment-list/video-comment-list.component.html56src/app/+admin/system/jobs/jobs.component.html56src/app/+videos/+video-watch/video-watch.component.html309src/app/shared/shared-abuse-list/abuse-list-table.component.html32 + src/app/+admin/moderation/video-block-list/video-block-list.component.html36 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html56 + src/app/+admin/system/jobs/jobs.component.html56 + src/app/+videos/+video-watch/video-watch.component.html309 + src/app/shared/shared-abuse-list/abuse-list-table.component.html32 + 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.html57 + src/app/+admin/moderation/video-block-list/video-block-list.component.html57 + NSFW NSFW - - src/app/+admin/moderation/video-block-list/video-block-list.component.html67 + src/app/+admin/moderation/video-block-list/video-block-list.component.html67 + Get more information Weitere Informationen bekommen @@ -2854,13 +2854,13 @@ Hilf mit PeerTube zu übersetzen! Lists Listen - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Hervorhebung - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold fett @@ -2909,28 +2909,28 @@ Hilf mit PeerTube zu übersetzen! Comment Kommentar - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Antworten - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Markierter Kommentar - - src/app/+videos/+video-watch/comment/video-comment.component.html10 + src/app/+videos/+video-watch/comment/video-comment.component.html10 + Reply Antworten - - src/app/+videos/+video-watch/comment/video-comment.component.html36 + src/app/+videos/+video-watch/comment/video-comment.component.html36 + This comment has been deleted Dieser Kommentar wurde gelöscht - - src/app/+videos/+video-watch/comment/video-comment.component.html53 + src/app/+videos/+video-watch/comment/video-comment.component.html53 + Video redundancies Video-Redundanzen @@ -2958,11 +2958,8 @@ Hilf mit PeerTube zu übersetzen! Renew token Token erneuern - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token erneuert. Aktualisieren Sie Ihre Client-Konfiguration entsprechend. @@ -2974,11 +2971,8 @@ Hilf mit PeerTube zu übersetzen! Applications Anwendungen - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED Abonnement-Feed @@ -3027,41 +3021,18 @@ Hilf mit PeerTube zu übersetzen! Filter... Filtern... - - - - - - - - - - - src/app/shared/shared-forms/advanced-input-filter.component.html17 + src/app/shared/shared-forms/advanced-input-filter.component.html17 + Clear filters Filter löschen - - - - - - - - - - - - - - - - src/app/shared/shared-forms/advanced-input-filter.component.html23 + src/app/shared/shared-forms/advanced-input-filter.component.html23 + 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.html22 + ID ID @@ -3070,8 +3041,8 @@ Hilf mit PeerTube zu übersetzen! Follower handle Folger-Identifikator - - src/app/+admin/follows/followers-list/followers-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html24 + State Status @@ -3081,57 +3052,57 @@ Hilf mit PeerTube zu übersetzen! Created Erstellt - - - - - - src/app/+admin/follows/followers-list/followers-list.component.html27src/app/+admin/follows/following-list/following-list.component.html33src/app/+admin/system/jobs/jobs.component.html50src/app/+my-library/my-video-imports/my-video-imports.component.html20src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html27 + src/app/+admin/follows/following-list/following-list.component.html33 + src/app/+admin/system/jobs/jobs.component.html50 + src/app/+my-library/my-video-imports/my-video-imports.component.html20 + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + Open actor page in a new tab Künstlerseite in neuem Tab öffnen - - src/app/+admin/follows/followers-list/followers-list.component.html42 + src/app/+admin/follows/followers-list/followers-list.component.html42 + Accepted Akzeptiert - - - src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/following-list/following-list.component.html51 + src/app/+admin/follows/followers-list/followers-list.component.html49 + src/app/+admin/follows/following-list/following-list.component.html51 + Pending Ausstehend - - - src/app/+admin/follows/followers-list/followers-list.component.html52src/app/+admin/follows/following-list/following-list.component.html54 + src/app/+admin/follows/followers-list/followers-list.component.html52 + src/app/+admin/follows/following-list/following-list.component.html54 + Accept Akzeptieren - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Ablehnen - - - src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+my-library/my-ownership/my-ownership.component.html34 + src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+my-library/my-ownership/my-ownership.component.html34 + No follower found matching current filters. Kein Follower für die aktuellen Filter gefunden. - - src/app/+admin/follows/followers-list/followers-list.component.html64 + src/app/+admin/follows/followers-list/followers-list.component.html64 + Your instance doesn't have any follower. Ihre Instanz hat keine Follower. - - src/app/+admin/follows/followers-list/followers-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html65 + Showing to of followers Zeige bis von Follower - - src/app/+admin/follows/followers-list/followers-list.component.html11 + src/app/+admin/follows/followers-list/followers-list.component.html11 + @@ -3140,60 +3111,60 @@ Hilf mit PeerTube zu übersetzen! Host Host - - src/app/+admin/follows/following-list/following-list.component.html31 + src/app/+admin/follows/following-list/following-list.component.html31 + Redundancy allowed Redundanz erlaubt - - src/app/+admin/follows/following-list/following-list.component.html34 + src/app/+admin/follows/following-list/following-list.component.html34 + Unfollow Nichtmehr folgen - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Öffne die Instanz in einem neuen Tab - - - - src/app/+admin/follows/following-list/following-list.component.html44src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 + src/app/+admin/follows/following-list/following-list.component.html44 + src/app/shared/shared-moderation/server-blocklist.component.html42 + src/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.html70 + src/app/+admin/follows/following-list/following-list.component.html70 + Your instance is not following anyone. Ihre Instanz folgt niemandem. - - src/app/+admin/follows/following-list/following-list.component.html71 + src/app/+admin/follows/following-list/following-list.component.html71 + Showing to of hosts Zeige bis von Ho - - src/app/+admin/follows/following-list/following-list.component.html11 + src/app/+admin/follows/following-list/following-list.component.html11 + Follow domains Folge Domains - - src/app/+admin/follows/following-list/following-list.component.html78 + src/app/+admin/follows/following-list/following-list.component.html78 + Follow instances Instanzen folgen - - src/app/+admin/follows/following-list/following-list.component.html18 + src/app/+admin/follows/following-list/following-list.component.html18 + Action Aktion - - - - - - - src/app/+admin/follows/following-list/following-list.component.html30src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html27src/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 + src/app/+admin/follows/following-list/following-list.component.html30 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html27 + src/app/shared/shared-moderation/account-blocklist.component.html22 + src/app/shared/shared-moderation/account-blocklist.component.html22 + src/app/shared/shared-moderation/server-blocklist.component.html30 + src/app/shared/shared-moderation/server-blocklist.component.html30 + Videos redundancies Videoredundanzen @@ -3212,23 +3183,23 @@ Hilf mit PeerTube zu übersetzen! Create user Benutzer anlegen - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Tabelleneigenschaften - - src/app/+admin/users/user-list/user-list.component.html42 + src/app/+admin/users/user-list/user-list.component.html42 + Select columns Spalten wählen - - src/app/+admin/users/user-list/user-list.component.html48 + src/app/+admin/users/user-list/user-list.component.html48 + Highlight banned users Gesperrte Nutzer hervorheben - - src/app/+admin/users/user-list/user-list.component.html54 + src/app/+admin/users/user-list/user-list.component.html54 + Username Nutzername @@ -3336,60 +3307,59 @@ Hilf mit PeerTube zu übersetzen! Hide Verstecken - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-user-settings/user-video-settings.component.html16 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115 + src/app/+admin/users/user-edit/user-password.component.html11 + src/app/shared/shared-user-settings/user-video-settings.component.html16 + Batch actions Stapelverarbeitungsaktionen - - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html23src/app/+admin/users/user-list/user-list.component.html13 - - + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html23 + src/app/+admin/users/user-list/user-list.component.html13 + The user was banned Dieser Nutzer wurde gesperrt - - src/app/+admin/users/user-list/user-list.component.html139 + src/app/+admin/users/user-list/user-list.component.html139 + Open account in a new tab Nutzerkonto in einem neuen Tab öffnen - - - - - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html70src/app/+admin/users/user-list/user-list.component.html90src/app/+my-library/my-ownership/my-ownership.component.html38src/app/shared/shared-abuse-list/abuse-list-table.component.html46src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html70 + src/app/+admin/users/user-list/user-list.component.html90 + src/app/+my-library/my-ownership/my-ownership.component.html38 + src/app/shared/shared-abuse-list/abuse-list-table.component.html46 + src/app/shared/shared-moderation/account-blocklist.component.html34 + src/app/shared/shared-moderation/account-blocklist.component.html34 + Deleted account Gelöschter Account - - src/app/shared/shared-abuse-list/abuse-list-table.component.html57 + src/app/shared/shared-abuse-list/abuse-list-table.component.html57 + User's email must be verified to login Die E-Mail-Adresse des Nutzers muss vor dem Einloggen bestätigt werden - - src/app/+admin/users/user-list/user-list.component.html108 + src/app/+admin/users/user-list/user-list.component.html108 + User's email is verified / User can login without email verification Die E-Mail-Adresse des Nutzers wurde bestätigt / Nutzer kann ohne E-Mail-Bestätigung einloggen - - src/app/+admin/users/user-list/user-list.component.html112 + src/app/+admin/users/user-list/user-list.component.html112 + Total daily video quota Gesamtes tägliches Videokontingent - - src/app/+admin/users/user-list/user-list.component.html129 + src/app/+admin/users/user-list/user-list.component.html129 + Ban reason: Grund für die Sperrung: - - src/app/+admin/users/user-list/user-list.component.html156 - Banned usersBanned users + src/app/+admin/users/user-list/user-list.component.html156 + + + Banned users + Gesperrte User src/app/+admin/users/user-list/user-list.component.ts 40 @@ -3409,45 +3379,45 @@ Hilf mit PeerTube zu übersetzen! Reports Berichte - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Gesperrte Videos - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Videokommentare - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Stummgeschaltete Accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Stummgeschaltete Server - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Benutzer - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Konfiguration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Gesperrte Videos @@ -3465,15 +3435,12 @@ Hilf mit PeerTube zu übersetzen! src/app/shared/shared-moderation/server-blocklist.component.html3 src/app/shared/shared-moderation/server-blocklist.component.html3 - - - Video Video - - - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html29src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html29 + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + Total size Gesamtgröße @@ -3507,57 +3474,61 @@ Hilf mit PeerTube zu übersetzen! 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.html27 + Unfederated Unföderiert - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html71 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28 + src/app/+admin/moderation/video-block-list/video-block-list.component.html71 + Date Datum - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/moderation/video-comment-list/video-comment-list.component.html45 + src/app/+admin/moderation/video-block-list/video-block-list.component.html29 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html45 + Select this row Diese Reihe auswählen - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html53src/app/+admin/users/user-list/user-list.component.html74 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html53 + src/app/+admin/users/user-list/user-list.component.html74 + Actions Aktionen - - - - - - src/app/+admin/follows/followers-list/followers-list.component.html23src/app/+admin/moderation/video-block-list/video-block-list.component.html45src/app/+admin/moderation/video-comment-list/video-comment-list.component.html65src/app/+my-library/my-ownership/my-ownership.component.html18src/app/shared/shared-abuse-list/abuse-list-table.component.html41 + src/app/+admin/follows/followers-list/followers-list.component.html23 + src/app/+admin/moderation/video-block-list/video-block-list.component.html45 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html65 + src/app/+my-library/my-ownership/my-ownership.component.html18 + src/app/shared/shared-abuse-list/abuse-list-table.component.html41 + Commented video Kommentiertes Video - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html82 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html82 + No comments found matching current filters. Keine Kommentare mit dem derzeitigen Filter gefunden. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html107 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html107 + No comments found. Keine Kommentare gefunden. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html108 - Local commentsLocal comments + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html108 + + + Local comments + Lokale Kommentare src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts 48 - - Remote commentsRemote comments + + + Remote comments + Remote-Kommentare src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts 52 @@ -3566,38 +3537,48 @@ 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.html163 + src/app/shared/shared-abuse-list/abuse-list-table.component.html163 + No abuses found. Keine Missbräuche gefunden. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html164 - Unsolved reportsUnsolved reports + src/app/shared/shared-abuse-list/abuse-list-table.component.html164 + + + Unsolved reports + Ungelöste Meldungen src/app/shared/shared-abuse-list/abuse-list-table.component.ts 42 - - Accepted reportsAccepted reports + + + Accepted reports + Akzeptierte Meldungen src/app/shared/shared-abuse-list/abuse-list-table.component.ts 46 - - Refused reportsRefused reports + + + Refused reports + Zurückgewiesene Meldungen src/app/shared/shared-abuse-list/abuse-list-table.component.ts 50 - - Reports with blocked videosReports with blocked videos + + + Reports with blocked videos + Meldungen mit blockierten Videos src/app/shared/shared-abuse-list/abuse-list-table.component.ts 54 - - Reports with deleted videosReports with deleted videos + + + Reports with deleted videos + Meldungen mit gelöschten Videos src/app/shared/shared-abuse-list/abuse-list-table.component.ts 58 @@ -3606,25 +3587,29 @@ Hilf mit PeerTube zu übersetzen! Block reason: Grund für das Blockieren: - - src/app/+admin/moderation/video-block-list/video-block-list.component.html87 + src/app/+admin/moderation/video-block-list/video-block-list.component.html87 + 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.html107 + src/app/+admin/moderation/video-block-list/video-block-list.component.html107 + No blocked video found. Keine gesperrten Videos gefunden. - - src/app/+admin/moderation/video-block-list/video-block-list.component.html108 - Automatic blocksAutomatic blocks + src/app/+admin/moderation/video-block-list/video-block-list.component.html108 + + + Automatic blocks + Automatische Sperrungen src/app/+admin/moderation/video-block-list/video-block-list.component.ts 31 - - Manual blocksManual blocks + + + Manual blocks + Manuelle Sperrungen src/app/+admin/moderation/video-block-list/video-block-list.component.ts 35 @@ -3633,8 +3618,8 @@ Hilf mit PeerTube zu übersetzen! Showing to of blocked videos Zeige bis von blockierten Videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + Reports Berichte @@ -3658,66 +3643,60 @@ Hilf mit PeerTube zu übersetzen! Diesen Kommentar aktualisieren src/app/shared/shared-abuse-list/moderation-comment-modal.component.html30 - - - - - - Reporter Melder - - - 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.html7 + src/app/shared/shared-abuse-list/abuse-list-table.component.html21 + - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 Meldung} other { Meldungen}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html18 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html43 + src/app/+my-library/my-ownership/my-ownership.component.html20 + src/app/+my-library/my-video-imports/my-video-imports.component.html18 + Comment Kommentar - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44 + This video has been reported multiple times. Dieses Video wurde mehrfach gemeldet. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html70 + src/app/shared/shared-abuse-list/abuse-list-table.component.html70 + The video was blocked Dieses Video ist gesperrt - - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + by on von am - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html82src/app/shared/shared-abuse-list/abuse-list-table.component.html99 + src/app/shared/shared-abuse-list/abuse-list-table.component.html82 + src/app/shared/shared-abuse-list/abuse-list-table.component.html99 + Video was deleted Video wurde gelöscht - - src/app/shared/shared-abuse-list/abuse-list-table.component.html89 + src/app/shared/shared-abuse-list/abuse-list-table.component.html89 + Account deleted Konto gelöscht - - src/app/shared/shared-abuse-list/abuse-list-table.component.html125 + src/app/shared/shared-abuse-list/abuse-list-table.component.html125 + Open video in a new tab Öffne Video in neuem Tab @@ -3726,30 +3705,30 @@ Hilf mit PeerTube zu übersetzen! State Status - - - - src/app/+admin/follows/followers-list/followers-list.component.html25src/app/+admin/follows/following-list/following-list.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html25 + src/app/+admin/follows/following-list/following-list.component.html32 + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + Messages Nachrichten - - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + 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.html26 + Score Bewertung - - src/app/+admin/follows/followers-list/followers-list.component.html26 + src/app/+admin/follows/followers-list/followers-list.component.html26 + Showing to of reports Zeige bis von Meldungen - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + Reportee Meldungsgeber @@ -3773,81 +3752,81 @@ Hilf mit PeerTube zu übersetzen! Mute domain Domain stummschalten - - - src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 + src/app/shared/shared-moderation/server-blocklist.component.html18 + src/app/shared/shared-moderation/server-blocklist.component.html18 + Instance Instanz - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Stummgeschaltet am - - - - - 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 + src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/shared/shared-moderation/server-blocklist.component.html32 + Unmute Stummschalten aufheben - - - - - 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 + src/app/shared/shared-moderation/account-blocklist.component.html31 + src/app/shared/shared-moderation/account-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html39 + src/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.html55src/app/shared/shared-moderation/server-blocklist.component.html55 + src/app/shared/shared-moderation/server-blocklist.component.html55 + src/app/shared/shared-moderation/server-blocklist.component.html55 + No server found. Kein Server gefunden. - - - 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.html56 + src/app/shared/shared-moderation/server-blocklist.component.html56 + Showing to of muted instances Zeige bis von stummgeschalteten Instanzen - - - src/app/shared/shared-moderation/server-blocklist.component.html11src/app/shared/shared-moderation/server-blocklist.component.html11 + src/app/shared/shared-moderation/server-blocklist.component.html11 + src/app/shared/shared-moderation/server-blocklist.component.html11 + 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 Servern folgen können. - - src/app/+admin/follows/following-list/following-list.component.html81 + src/app/+admin/follows/following-list/following-list.component.html81 + Mute domains Domains stummschalten - - - src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 + src/app/shared/shared-moderation/server-blocklist.component.html63 + src/app/shared/shared-moderation/server-blocklist.component.html63 + Account Konto - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html42 + src/app/shared/shared-moderation/account-blocklist.component.html23 + src/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.html53src/app/shared/shared-moderation/account-blocklist.component.html53 + src/app/shared/shared-moderation/account-blocklist.component.html53 + src/app/shared/shared-moderation/account-blocklist.component.html53 + No account found. Kein Konto gefunden. - - - 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.html54 + src/app/shared/shared-moderation/account-blocklist.component.html54 + List installed plugins Liste installierte Plug-Ins auf @@ -3889,10 +3868,10 @@ Hilf mit PeerTube zu übersetzen! Search Suche - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Nutzer können entfernten Inhalt lösen @@ -3910,7 +3889,7 @@ Hilf mit PeerTube zu übersetzen! - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Anzeigeeinstellungen @@ -3920,34 +3899,34 @@ Hilf mit PeerTube zu übersetzen! Uninstall Deinstallation - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Angesagt A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos mit den meisten Interaktionen für aktuelle Videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos mit den meisten Aufrufen in den letzten 24 Stunden - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos mit den meisten positiven Bewertungen - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3959,14 +3938,15 @@ Hilf mit PeerTube zu übersetzen! Popular Beliebt src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + für "" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {result} other {results} } @@ -3998,48 +3978,48 @@ Hilf mit PeerTube zu übersetzen! Jobs Aufträge - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debuggen - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Diesen Kommentar löschen - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 + Delete all comments of this account Alle Kommentare dieses Kontos löschen - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts81 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts81 + Comments are deleted after a few minutes Kommentare werden in wenigen Minuten gelöscht - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts82 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts82 + comments deleted. Kommentare gelöscht. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts142 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts142 + Do you really want to delete all comments of ? Wollen sie wirklich alle Kommentare von löschen? - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts162 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts162 + Comments of will be deleted in a few minutes Kommentare von werden in wenigen Minuten gelöscht - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts174 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts174 + Video comments Video Kommentare @@ -4056,17 +4036,14 @@ Hilf mit PeerTube zu übersetzen! Showing to of comments Zeige bis von Kommentaren - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html15 - - - + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html15 + Select all rows Alle Reihen auswählen - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html38src/app/+admin/users/user-list/user-list.component.html34 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html38 + src/app/+admin/users/user-list/user-list.component.html34 + Job type Art des Jobs @@ -4245,15 +4222,12 @@ Hilf mit PeerTube zu übersetzen! Policy on videos containing sensitive content Verhalten bei Videos mit anstößigen Inhalten src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 - - 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.html - 107,108 - - - + + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + Mit Ausblenden oder Miniaturansichten verwischen, wird eine Bestätigung verlangt, um das Video anzusehen. + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Miniaturansichten verschwommen anzeigen @@ -4359,11 +4333,7 @@ Hilf mit PeerTube zu übersetzen! z. B. 2vCore 2GB RAM, ein Direktlink zum Server, den Sie mieten, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instanzinformationen - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE AUSSEHEN @@ -4387,137 +4357,105 @@ Hilf mit PeerTube zu übersetzen! Startseite src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Videos entdecken - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending-Seiten - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Standard Trending-Seite - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Beste Videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Angesagte Videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Meist gesehene Videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Beliebteste Videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Kürzlich hinzugefügte Videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Lokale Videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST-NACHRICHT - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Anzeigen einer Meldung auf Ihrer Instanz - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Broadcast-Nachricht aktivieren - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Nutzern erlauben, die Nachricht auszublenden - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Nachrichtenstufe - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Nachricht - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEUE NUTZER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Verwalten Sie Benutzer, um ihre Quote individuell einzustellen. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Registrierung erfordert eine Bestätigung der E-Mail-Adresse - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Obergrenze für Registrierungen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {Benutzer} other {Benutzer}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Die Anmeldung wird nicht auf eine feste Anzahl von Benutzern beschränkt sein. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Registrierung aktivieren - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Benutzer @@ -4574,233 +4512,196 @@ Hilf mit PeerTube zu übersetzen! Default video quota per user Standardvideokontingent pro Nutzer - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes byte - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Standardtageskontingent für das Hochladen pro Nutzer - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Erlaube den Import per Torrent-Datei oder magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Solange ein Nutzer nicht als vertrauenswürdig eingestuft wird, werden dessen Videos bis zu einer Freigabe durch einen Moderator privat bleiben. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Blockiere neue Videos automatisch - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SUCHE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Nutzern nicht-lokale URI-/Handlesuche erlauben - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Erlaube registrierten Benutzern entfernte Videos/Darsteller zu suchen, die möglicherweise nicht mit Ihrer Instanz verbunden sind - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Anonymen Nutzern nicht-lokale URI-/Handlesuche erlauben - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Erlaube anonymen Benutzern entfernte Videos/Darsteller zu suchen, die möglicherweise nicht mit Ihrer Instanz verbunden sind - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Diese Funktion ist stark von der Moderation der Instanzen abhängig, die vom angegebenen Suchindex gefolgt werden. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. Sie sollten nur moderierte Suchindizes in der Produktion verwenden oder eigene hosten. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Suchindex-URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Lokale Suche in Suchleiste deaktivieren - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Sonst wird die lokale Suche weiter wie gewöhnlich genutzt - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Suchleiste nutzt standardmäßig globalen Suchindex - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Globale Suche aktivieren - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FÖDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Verwalten Sie Beziehungen mit anderen Instanzen. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Andere Instanzen können Ihrer folgen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Neue Instanz-Abonnements manuell freischalten - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Folge Instanzen automatisch zurück - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Diese Funktion erfordert hohe Aufmerksamkeit und zusätzliche Moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index-URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Folge Instanzen eines öffentlichen Index automatisch - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL Siehe die Dokumentation für weitere Informationen zur erwarteten URL - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATOREN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator - - src/app/core/users/user.service.ts406 + src/app/core/users/user.service.ts406 + Admin email Admin E-Mail - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Aktiviere Kontaktformular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Grundlegende Einstellungen - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transkodierung - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Geben Sie das Twitter-Konto an, das Ihre Instanz repräsentiert, um die Linkvorschau zu verbessern. Wenn Sie kein Twitter-Konto haben, lassen Sie einfach den Standardwert. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Ihr Twitter-Benutzername - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instanz von Twitter zugelassen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. Wenn Ihre Instanz explizit von Twitter erlaubt ist, wird ein Videoplayer in den Twitter-Feed auf der PeerTube-Videofreigabe eingebettet. Wenn die Instanz nicht erlaubt ist, verwenden wir eine Bildlinkkarte, die auf Ihre PeerTube-Instanz umleitet. Aktivieren Sie diese Checkbox, speichern Sie die Konfiguration und testen Sie mit einer Video-URL Ihrer Instanz (https://example. com/videos/watch/blabla) auf https://cards-dev.twitter.com/validator um zu sehen, ob Ihre Instanz erlaubt ist. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -4852,8 +4753,8 @@ Hilf mit PeerTube zu übersetzen! {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {Live-Übertragung} other {Live-Übertragungen}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Maximal gleichzeitig erstellte Leben auf Ihrer Instanz (-1 für "unbegrenzt") @@ -4921,8 +4822,14 @@ Hilf mit PeerTube zu übersetzen! Live streaming Live Streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -4952,14 +4859,15 @@ Hilf mit PeerTube zu übersetzen! Allow additional extensions Zusätzliche Erweiterungen zulassen src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html51 - - Allows users to upload videos.Allows users to upload videos. + + + Allows users to upload videos. + Ermöglicht Benutzern das Hochladen von Videos. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 54 - Allow audio files upload Das Hochladen von Audiodateien erlauben @@ -5155,26 +5063,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Sie können keine Live-Wiedergabe zulassen, wenn Sie die Transcodierung nicht aktivieren. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Erweiterte Einstellungen - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Es sind Fehler im Formular vorhanden: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Einstellungen aktualisieren - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEOEINSTELLUNGEN @@ -5278,14 +5179,15 @@ color: red; Default policy on videos containing sensitive content Standardverhalten bei Videos mit anstößigen Inhalten 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. + Mit Ausblenden oder Miniaturansichten verwischen, wird eine Bestätigung verlangt, um das Video anzusehen. src/app/shared/shared-user-settings/user-video-settings.component.html 8,9 - Policy for sensitive videos Umgang mit sensiblen Videos @@ -5342,39 +5244,38 @@ color: red; Change ownership Besitzer ändern - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Wähle den nächsten Besitzer src/app/+my-library/my-videos/modals/video-change-ownership.component.html10 - Last published first Zuletzt veröffentlicht zuerst - - src/app/+my-library/my-videos/my-videos.component.html27 + src/app/+my-library/my-videos/my-videos.component.html27 + Last created first Zuletzt erstellt zuerst - - src/app/+my-library/my-videos/my-videos.component.html28 + src/app/+my-library/my-videos/my-videos.component.html28 + Most viewed first Meist gesehen zuerst - - src/app/+my-library/my-videos/my-videos.component.html29 + src/app/+my-library/my-videos/my-videos.component.html29 + Most liked first Meistgelikete zuerst - - src/app/+my-library/my-videos/my-videos.component.html30 + src/app/+my-library/my-videos/my-videos.component.html30 + Longest first Längste zuerst - - src/app/+my-library/my-videos/my-videos.component.html31 + src/app/+my-library/my-videos/my-videos.component.html31 + Accept ownership Besitzer werden @@ -5385,7 +5286,6 @@ color: red; Zum Empfangen des Videos einen Kanal wählen src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes Inhaberänderungen @@ -5425,13 +5325,13 @@ color: red; Account settings Kontoeinstellungen - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlistelemente - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Importe @@ -5441,9 +5341,11 @@ color: red; Create video channel Videokanal erstellen - - src/app/+my-library/+my-video-channels/my-video-channels.component.html12 - No channel found.No channel found. + src/app/+my-library/+my-video-channels/my-video-channels.component.html12 + + + No channel found. + Kein Kanal gefunden. src/app/+my-library/+my-video-channels/my-video-channels.component.html 16 @@ -5454,8 +5356,8 @@ color: red; Abonnenten - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html25 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25 + Example: my_channel Beispiel: mein_kanal @@ -5498,14 +5400,14 @@ color: red; Abonnenten - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 + Upload a new avatar Neuen Avatar hochladen - - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html9src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html34 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html9 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html34 + Target Ziel @@ -5534,30 +5436,30 @@ color: red; Delete your account Mein Konto löschen - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Kanalseite - - - - src/app/+my-library/+my-video-channels/my-video-channels.component.html23src/app/+my-library/my-subscriptions/my-subscriptions.component.html20src/app/+videos/+video-watch/video-watch.component.html186 + src/app/+my-library/+my-video-channels/my-video-channels.component.html23 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html20 + src/app/+videos/+video-watch/video-watch.component.html186 + Created by Erstellt von - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html28 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html28 + Owner account page Inhaberseite - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html27 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html27 + Delete history Lösche Verlauf - - src/app/+my-library/my-history/my-history.component.html17 + src/app/+my-library/my-history/my-history.component.html17 + You don't have any video in your watch history yet. Sie haben noch kein Video in ihrem Verlauf. @@ -5629,8 +5531,8 @@ color: red; Create playlist Playlist erstellen - - src/app/+my-library/my-video-playlists/my-video-playlists.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlists.component.html11 + My video channels Meine Video-Kanäle @@ -5644,15 +5546,14 @@ color: red; Playlist } deleted. Playlist } gelöscht. - - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts45 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts45 + Playlist thumbnail Vorschaubild der Abspielliste src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html82 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html82 - No videos in this playlist. Keine Videos in diese Playlist. @@ -5716,20 +5617,21 @@ color: red; Video channel videos Kanalvideos - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Kanalplaylists - src/app/+video-channels/video-channels-routing.module.ts37 - - Manage channel Manage channel + + src/app/+video-channels/video-channels-routing.module.ts35 + + Manage channel + Kanal verwalten src/app/+video-channels/video-channels.component.html 10,11 - Request email for account verification @@ -5750,13 +5652,13 @@ color: red; Verify account via email Konto per E-Mail verifizieren - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Aufforderung zum Senden einer E-Mail zur Verifizierung Ihres Kontos - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Gesperrt @@ -5788,11 +5690,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 Abonnent} other { Abonnenten}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 Videos} other { Videos}} @@ -5847,37 +5746,37 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 Abonnent} other { Abonnenten} } - - - - src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 + src/app/+accounts/account-video-channels/account-video-channels.component.html23 + src/app/+my-library/+my-video-channels/my-video-channels.component.html28 + src/app/+video-channels/video-channels.component.html73 + {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 Videos} other { Videos}} - - src/app/+accounts/account-video-channels/account-video-channels.component.html26 + src/app/+accounts/account-video-channels/account-video-channels.component.html26 + - - src/app/+accounts/account-video-channels/account-video-channels.component.html26 + src/app/+accounts/account-video-channels/account-video-channels.component.html26 + Show this channel Diesen Kanal zeigen - - src/app/+accounts/account-video-channels/account-video-channels.component.html35 + src/app/+accounts/account-video-channels/account-video-channels.component.html35 + {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other { Videos} } - - src/app/+my-library/+my-video-channels/my-video-channels.component.html30 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30 + Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel with the same name ()! Wollen Sie wirklich löschen? Es löscht Videos, die in diesem Kanal hochgeladen wurden, und Sie können keinen weiteren Kanal mit demselben Namen () erstellen! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts44 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts44 + My Channels Meine Kanäle @@ -5893,24 +5792,24 @@ channel with the same name ()! See this video channel Zum Kanal - - - src/app/+accounts/account-video-channels/account-video-channels.component.html13src/app/+accounts/account-video-channels/account-video-channels.component.html17 + src/app/+accounts/account-video-channels/account-video-channels.component.html13 + src/app/+accounts/account-video-channels/account-video-channels.component.html17 + This channel doesn't have any videos. In diesem Kanal gibt es keine Videos. - - src/app/+accounts/account-video-channels/account-video-channels.component.html38 + src/app/+accounts/account-video-channels/account-video-channels.component.html38 + SHOW THIS CHANNEL > DIESEN KANAL ZEIGEN > - - src/app/+accounts/account-video-channels/account-video-channels.component.html46 + src/app/+accounts/account-video-channels/account-video-channels.component.html46 + Stats Statistiken - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. Dieser Kanal enthält keine Abspiellisten. @@ -6243,18 +6142,18 @@ channel with the same name ()! About this instance Über diese Instanz - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Über PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Über das Netzwerk dieser Instanz - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link kopiert @@ -6382,8 +6281,8 @@ Erstelle mein Konto Register Registrieren - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Deine Nachricht wurde gesendet. @@ -6397,13 +6296,13 @@ Erstelle mein Konto Account videos Videos des Kontos - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Videos im Konto suchen - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT PEERTUBE KONTO @@ -6415,8 +6314,8 @@ Erstelle mein Konto Account video channels Kanäle des Kontos - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Veröffentlichte Videos @@ -6468,13 +6367,13 @@ Erstelle mein Konto Instances you follow Gefolgte Instanzen - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Folgende Instanzen - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Nur Ton @@ -6553,9 +6452,9 @@ Erstelle mein Konto x264, targeting maximum device compatibility x264, mit dem Ziel maximaler Gerätekompatibilität - - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 + Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. Das Abschätzen der Kapazität eines Servers zum Transkodieren und Streamen von Videos ist nicht einfach und wir können PeerTube nicht automatisch einstellen. @@ -6597,17 +6496,45 @@ Erstelle mein Konto thread Thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Einstellungen aktualisiert. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Sie haben die Anmeldung aktiviert: Wir haben das Kontrollkästchen "Neue Videos automatisch blockieren" im Abschnitt "Videos" direkt darunter aktiviert. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Benutzerdefinierte Konfiguration bearbeiten @@ -6778,29 +6705,29 @@ Erstelle mein Konto Delete Löschen - - - - - - - - - - - - - - - - - - - - - - - src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + src/app/+admin/follows/followers-list/followers-list.component.ts74 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts87 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163 + src/app/+admin/users/user-list/user-list.component.ts85 + src/app/+admin/users/user-list/user-list.component.ts199 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts52 + src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 + src/app/+my-library/my-videos/my-videos.component.ts115 + src/app/+my-library/my-videos/my-videos.component.ts142 + src/app/+my-library/my-videos/my-videos.component.ts183 + src/app/+videos/+video-watch/comment/video-comments.component.ts171 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts144 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts386 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts421 + src/app/shared/shared-main/buttons/delete-button.component.ts17 + src/app/shared/shared-main/buttons/delete-button.component.ts22 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + removed from instance followers @@ -6904,158 +6831,158 @@ Erstelle mein Konto Violent or Repulsive Gewalttätig oder abstoßend - - src/app/shared/shared-abuse-list/abuse-details.component.ts19 + src/app/shared/shared-abuse-list/abuse-details.component.ts19 + Hateful or Abusive Hass oder Beleidigungen - - src/app/shared/shared-abuse-list/abuse-details.component.ts20 + src/app/shared/shared-abuse-list/abuse-details.component.ts20 + Spam or Misleading Spam oder Irreführung - - src/app/shared/shared-abuse-list/abuse-details.component.ts21 + src/app/shared/shared-abuse-list/abuse-details.component.ts21 + Privacy Datenschutz - - src/app/shared/shared-abuse-list/abuse-details.component.ts22 + src/app/shared/shared-abuse-list/abuse-details.component.ts22 + Copyright Copyright - - - src/app/shared/shared-abuse-list/abuse-details.component.ts23src/app/shared/shared-moderation/abuse.service.ts159 + src/app/shared/shared-abuse-list/abuse-details.component.ts23 + src/app/shared/shared-moderation/abuse.service.ts159 + Server rules Regeln des Servers - - src/app/shared/shared-abuse-list/abuse-details.component.ts24 + src/app/shared/shared-abuse-list/abuse-details.component.ts24 + Thumbnails Thumbnails - - - src/app/shared/shared-abuse-list/abuse-details.component.ts25src/app/shared/shared-moderation/abuse.service.ts173 + src/app/shared/shared-abuse-list/abuse-details.component.ts25 + src/app/shared/shared-moderation/abuse.service.ts173 + Internal actions Interne Aktionen - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts55src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + Delete report Meldung löschen - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts285 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts285 + Actions for the flagged account Aktionen für das markierte Konto - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts296 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts296 + Mark as accepted Als akzeptiert markieren - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts270 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts270 + Mark as rejected Als abgelehnt markieren - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts275 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts275 + Add internal note Interne Notiz hinzufügen - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts280 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts280 + Actions for the video Aktionen für das Video - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts78src/app/shared/shared-abuse-list/abuse-list-table.component.ts344 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts78 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts344 + Block video Video blockieren - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts349 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts349 + Video blocked. Video blockiert. - - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355src/app/shared/shared-moderation/video-block.component.ts60 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-moderation/video-block.component.ts60 + Unblock video Video nicht mehr blockieren - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts365 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts365 + Video unblocked. Video nicht mehr blockiert. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + 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.ts144 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts144 + Abuse deleted. Missbrauchsmeldung gelöscht. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts149 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts149 + Deleted comment Kommentar entfernt - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts225 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts225 + Messages with reporter Nachrichten mit dem Berichterstatter - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + Messages with moderators Nachrichten an Moderatoren - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts260 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts260 + Update internal note Interne Notiz aktualisieren - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts265 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts265 + Switch video block to manual Blockade des Videos als manuell kennzeichnen - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts60 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts60 + Video switched to manual block. Video wurde als manuell blockiert markiert. - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts66 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts66 + Do you really want to unblock this video? It will be available again in the videos list. Wollen Sie das Video wirklich entsperren? Es wird wieder in der Videoliste verfügbar sein. - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts134src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts180 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts134 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts180 + Unblock Entsperren - - - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/+admin/moderation/video-block-list/video-block-list.component.ts136src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts182src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts296 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts136 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts182 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts296 + Video unblocked. Video entsperrt. - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts141src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts188 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts141 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts188 + yes ja @@ -7071,25 +6998,25 @@ Erstelle mein Konto You don't have plugins installed yet. Du hast noch keine Plugins installiert. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Du hast noch keine Designs installiert. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Aktualisieren auf - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Möchten Sie wirklich deinstallieren? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Deinstallieren @@ -7100,39 +7027,30 @@ Erstelle mein Konto deinstalliert. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. Dies ist ein wichtiges Plugin-Upgrade. Bitte gehen Sie auf die Plugin-Homepage, um mögliche Versionshinweise zu prüfen. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Upgrade fortsetzen - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. aktualisiert. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Aufträge @@ -7146,25 +7064,25 @@ Erstelle mein Konto The plugin index is not available. Please retry later. Das Plugin-Index ist nicht verfügbar. Bitte versuchen Sie es später noch einmal. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Bitte installieren Sie nur Plugins oder Designs, denen Sie vertrauen, da sie jeden Code auf Ihrer Instanz ausführen können. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Installiere ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. Installiert. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Einstellungen aktualisiert. @@ -7371,18 +7289,18 @@ Erstelle mein Konto User updated. Benutzer aktualisiert. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Benutzer aktualisieren - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Eine E-Mail, die zum Zurücksetzen des Kennworts auffordert, wurde an gesendet. - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Benutzerliste @@ -7416,77 +7334,77 @@ Erstelle mein Konto Videos will be deleted, comments will be tombstoned. Videos werden gelöscht, Kommentare werden mit einem Grabstein markiert. - - - src/app/+admin/users/user-list/user-list.component.ts86src/app/shared/shared-moderation/user-moderation-dropdown.component.ts270 + src/app/+admin/users/user-list/user-list.component.ts86 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts270 + Ban Sperren - - - src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 + src/app/+admin/users/user-list/user-list.component.ts91 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 + User won't be able to login anymore, but videos and comments will be kept as is. Benutzer wird sich nicht mehr einloggen können, aber Videos und Kommentare bleiben erhalten. - - - src/app/+admin/users/user-list/user-list.component.ts92src/app/shared/shared-moderation/user-moderation-dropdown.component.ts275 + src/app/+admin/users/user-list/user-list.component.ts92 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts275 + Unban Sperre aufheben - - - - src/app/+admin/users/user-list/user-list.component.ts97src/app/+admin/users/user-list/user-list.component.ts176src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + src/app/+admin/users/user-list/user-list.component.ts97 + src/app/+admin/users/user-list/user-list.component.ts176 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + Set Email as Verified E-Mail als bestätigt setzen - - - src/app/+admin/users/user-list/user-list.component.ts104src/app/shared/shared-moderation/user-moderation-dropdown.component.ts286 + src/app/+admin/users/user-list/user-list.component.ts104 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts286 + You cannot ban root. Du kannst root nicht sperren. - - - src/app/+admin/users/user-list/user-list.component.ts163src/app/shared/shared-moderation/user-moderation-dropdown.component.ts59 + src/app/+admin/users/user-list/user-list.component.ts163 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts59 + Do you really want to unban users? Willst du wirklich den Bann von Benutzern aufheben? - - src/app/+admin/users/user-list/user-list.component.ts176 + src/app/+admin/users/user-list/user-list.component.ts176 + users unbanned. Bann von Benutzern aufgehoben. - - src/app/+admin/users/user-list/user-list.component.ts182 + src/app/+admin/users/user-list/user-list.component.ts182 + You cannot delete root. Du kannst die Wurzel nicht löschen. - - - src/app/+admin/users/user-list/user-list.component.ts193src/app/shared/shared-moderation/user-moderation-dropdown.component.ts87 + src/app/+admin/users/user-list/user-list.component.ts193 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts87 + If you remove these users, you will not be able to create others with the same username! Wenn du diesen Benutzer löschst, kannst du keine neuen Benutzer mit gleichem Benutzernamen einrichten! - - src/app/+admin/users/user-list/user-list.component.ts198 + src/app/+admin/users/user-list/user-list.component.ts198 + users deleted. Benutzer gelöscht. - - src/app/+admin/users/user-list/user-list.component.ts204 + src/app/+admin/users/user-list/user-list.component.ts204 + users email set as verified. E-Mail von Benutzern als bestätigt markiert. - - src/app/+admin/users/user-list/user-list.component.ts215 + src/app/+admin/users/user-list/user-list.component.ts215 + Account unmuted. Stummschaltung von Account aufgehoben. @@ -7502,28 +7420,28 @@ Erstelle mein Konto Videos history is enabled Video-Verlauf ist aktiviert - - src/app/+my-library/my-history/my-history.component.ts113 + src/app/+my-library/my-history/my-history.component.ts113 + Videos history is disabled Video-Verlauf ist deaktiviert - - src/app/+my-library/my-history/my-history.component.ts114 + src/app/+my-library/my-history/my-history.component.ts114 + Delete videos history Lösche Video-Verlauf - - src/app/+my-library/my-history/my-history.component.ts126 + src/app/+my-library/my-history/my-history.component.ts126 + Are you sure you want to delete all your videos history? Bist du sicher, dass du deinen Video-Verlauf löschen willst? - - src/app/+my-library/my-history/my-history.component.ts127 + src/app/+my-library/my-history/my-history.component.ts127 + Videos history deleted Video-Verlauf gelöscht - - src/app/+my-library/my-history/my-history.component.ts135 + src/app/+my-library/my-history/my-history.component.ts135 + My watch history Mein Verlauf @@ -7532,17 +7450,16 @@ Erstelle mein Konto 3 - Track watch history Verlauf verfolgen - - src/app/+my-library/my-history/my-history.component.html13 + src/app/+my-library/my-history/my-history.component.html13 + Ownership accepted Besitz geworden - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Bitte prüfe dein E-Mail-Postfach, um deine neue E-Mail-Adresse zu bestätigen. @@ -7734,24 +7651,23 @@ Erstelle mein Konto Unknown language Unbekannte Sprache - - src/app/shared/shared-user-settings/user-video-settings.component.ts56 + src/app/shared/shared-user-settings/user-video-settings.component.ts56 + 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.ts92 - + src/app/shared/shared-user-settings/user-video-settings.component.ts92 + Video settings updated. Videoeinstellungen geändert. - - src/app/shared/shared-user-settings/user-video-settings.component.ts169 + src/app/shared/shared-user-settings/user-video-settings.component.ts169 + Display/Video settings updated. Anzeige-/Videoeinstellungen aktualisiert. - - src/app/shared/shared-user-settings/user-video-settings.component.ts178 + src/app/shared/shared-user-settings/user-video-settings.component.ts178 + Video channel created. Videokanal erstellt. @@ -7794,18 +7710,18 @@ Erstelle mein Konto Please type the display name of the video channel () to confirm Bitte gib zum Bestätigen den Anzeigenamen des Videokanals ( ) ein - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts48 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts48 + Video channel deleted. Videokanal entfernt. - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts60 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts60 + Views for the day Aufrufe des Tages - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Kanal aktualisieren @@ -7831,6 +7747,12 @@ Erstelle mein Konto src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7854,9 +7776,9 @@ Erstelle mein Konto Update playlist Playlist aktualisieren - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Benachrichtigungen @@ -7882,15 +7804,15 @@ Erstelle mein Konto Do you really want to delete ? Willst du wirklich löschen? - - - - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts126src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/+my-library/my-videos/my-videos.component.ts141 + src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts126 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 + src/app/+my-library/my-videos/my-videos.component.ts141 + Change ownership Besitzer ändern - - src/app/+my-library/my-videos/my-videos.component.ts178 + src/app/+my-library/my-videos/my-videos.component.ts178 + Playlist deleted. Abspielliste gelöscht. @@ -7904,20 +7826,20 @@ Erstelle mein Konto Ownership changes Änderung des Besitzers - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Willst du wirklich Videos löschen? - - src/app/+my-library/my-videos/my-videos.component.ts114 + src/app/+my-library/my-videos/my-videos.component.ts114 + videos deleted. Videos entfernt. - - src/app/+my-library/my-videos/my-videos.component.ts131 + src/app/+my-library/my-videos/my-videos.component.ts131 + Do you really want to delete ? Willst du @@ -7931,9 +7853,9 @@ Erstelle mein Konto Video deleted. Video entfernt. - - - src/app/+my-library/my-videos/my-videos.component.ts149src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts214 + src/app/+my-library/my-videos/my-videos.component.ts149 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts214 + Ownership change request sent. Eine Anfrage zur Änderung des Besitzers wurde versendet. @@ -7942,9 +7864,8 @@ Erstelle mein Konto My channels Meine Kanäle - - src/app/+my-library/+my-video-channels/my-video-channels.component.html3 - + src/app/+my-library/+my-video-channels/my-video-channels.component.html3 + My playlists Meine Abspiellisten @@ -7955,17 +7876,16 @@ Erstelle mein Konto Meine Abos src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 - You don't have any subscription yet. Sie haben noch kein Abonnement. - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html13 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html13 + My abuse reports Meine Missbrauchsmeldungen - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Besitzer ändern @@ -7974,8 +7894,8 @@ Erstelle mein Konto My video history Mein Video-Verlauf - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Kanäle @@ -7994,25 +7914,19 @@ Erstelle mein Konto max size maximale Größe - - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47 + src/app/shared/shared-forms/preview-upload.component.ts39 + Maximize editor Editor maximieren - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Beenden des maximierten Editors - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Bitte prüfe jetzt dein E-Mail-Postfach, um dein Konto zu bestätigen und die Registrierung abzuschließen. @@ -8042,9 +7956,9 @@ Erstelle mein Konto Subscribe to the account Diesen Account abonnieren - - - src/app/+video-channels/video-channels.component.ts71src/app/+videos/+video-watch/video-watch.component.ts984 + src/app/+video-channels/video-channels.component.ts71 + src/app/+videos/+video-watch/video-watch.component.ts984 + PLAYLISTS PLAYLISTS @@ -8123,6 +8037,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Tastaturkürzel: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8143,7 +8073,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language jede Sprache - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON AN @@ -8153,35 +8083,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide verstecken - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur verwischen - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display anzeigen - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unbekannt - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Dein Passwort wurde zurückgesetzt! src/app/+reset-password/reset-password.component.ts47 - Today Heute - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Gestern @@ -8220,25 +8149,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Last 7 days Letzte 7 Tage - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days Letzte 30 Tage - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days Letzte 365 Tage - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + VOD-Videos src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Live-Videos src/app/+search/search-filters.component.ts 64 @@ -8247,52 +8180,52 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Kurz (< 4 min) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Mittel (4–10 min) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Lang (> 10 min) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Relevanz - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Veröffentlichungsdatum - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views Aufrufe - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Suchindex nicht erreichbar. Es werden stattdessen Instanzergebnisse angezeigt. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Fehler bei der Suche - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Suche - - - - - src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 + src/app/+search/search-routing.module.ts15 + src/app/+search/search.component.ts242 + src/app/shared/shared-main/misc/simple-search-input.component.ts15 + src/app/shared/shared-main/misc/simple-search-input.component.ts16 + @@ -8306,81 +8239,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular vor Jahren - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - Vor Jahr - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago vor Monaten - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - vor - Monat - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago vor Wochen - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - vor - Woche - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago vor Tagen - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - vor - Tag - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago vor Stunden - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - vor - Stunde - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago vor Minuten - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now Gerade eben - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec Sekunden @@ -9328,14 +9271,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instanzsprachen - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Alle Sprachen - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Versteckt @@ -9385,15 +9328,16 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular (channel page) (Kanalseite) - - - src/app/+videos/+video-watch/video-avatar-channel.component.ts19src/app/shared/shared-actor-image/actor-avatar.component.ts41src/app/shared/shared-video-miniature/video-miniature.component.ts118 + src/app/+videos/+video-watch/video-avatar-channel.component.ts19 + src/app/shared/shared-actor-image/actor-avatar.component.ts41 + src/app/shared/shared-video-miniature/video-miniature.component.ts118 + (account page) (Kontoseite) - - - src/app/+videos/+video-watch/video-avatar-channel.component.ts20src/app/shared/shared-actor-image/actor-avatar.component.ts40 + src/app/+videos/+video-watch/video-avatar-channel.component.ts20 + src/app/shared/shared-actor-image/actor-avatar.component.ts40 + Emphasis Hervorhebungen @@ -9483,19 +9427,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.ts444src/app/shared/shared-moderation/user-moderation-dropdown.component.ts176 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts444 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts176 + Mute server Server stummschalten - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts332 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts332 + Server muted by the instance. Server von der Instanz stummgeschaltet. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts456 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts456 + Add a message to communicate with the reporter Eine Nachricht zur Kommunikation mit dem Melder hinzufügen @@ -9724,9 +9668,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Captions Untertitel - - - src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 + src/app/shared/shared-abuse-list/abuse-details.component.ts26 + src/app/shared/shared-moderation/abuse.service.ts178 + The above can only be seen in captions (please describe which). Obiges kann nur in Untertiteln gesehen werden (geben Sie bitte an, in welchen). @@ -9800,8 +9744,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Moderator Moderator - - src/app/core/users/user.service.ts407 + src/app/core/users/user.service.ts407 + Video removed from Video von @@ -9847,29 +9791,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.ts381 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts381 + Actions for the comment Aktionen für den Kommentar - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + Delete comment Kommentar entfernen - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts416 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts416 + Do you really want to delete this comment? Wollen Sie diesen Kommentar wirklich löschen? - - - src/app/+videos/+video-watch/comment/video-comments.component.ts172src/app/shared/shared-abuse-list/abuse-list-table.component.ts420 + src/app/+videos/+video-watch/comment/video-comments.component.ts172 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts420 + Comment deleted. Kommentar gelöscht. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts428 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts428 + Encoder Encoder @@ -9916,26 +9860,26 @@ 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.ts90src/app/shared/shared-abuse-list/abuse-list-table.component.ts385src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts203 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts90 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts385 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts203 + Video deleted. Video gelöscht. - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts98src/app/shared/shared-abuse-list/abuse-list-table.component.ts393 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts98 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts393 + Actions for the reporter Aktionen für den Berichterstatter - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts320 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts320 + Mute reporter Berichterstatter stummschalten - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts326 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts326 + This video will be duplicated by your instance. Dieses Video wird von Ihrer Instanz dupliziert werden. @@ -9949,9 +9893,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Display live information Live-Übertragung Informationen anzeigen - - - src/app/+my-library/my-videos/my-videos.component.ts172src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts278 + src/app/+my-library/my-videos/my-videos.component.ts172 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts278 + Update Aktualisieren @@ -9975,8 +9919,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You need to be <a href="/login">logged in</a> to rate this video. Sie müssen <a href="/login">eingeloggt</a> sein, um dieses Video zu bewerten. - - src/app/+videos/+video-watch/video-watch.component.ts250 + src/app/+videos/+video-watch/video-watch.component.ts250 + Mirror Spiegeln @@ -9985,18 +9929,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Melden - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Entfernen - - src/app/+videos/+video-watch/comment/video-comment.component.ts186 + src/app/+videos/+video-watch/comment/video-comment.component.ts186 + Remove & re-draft Löschen & neu entwerfen - - src/app/+videos/+video-watch/comment/video-comment.component.ts194 + src/app/+videos/+video-watch/comment/video-comment.component.ts194 + {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}} {VAR_PLURAL, plural, =0 {Kommentare} =1 {1 Kommentar} other { Kommentare}} @@ -10008,9 +9952,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.ts302src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts302 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts322 + Open video actions Video-Aktionen öffnen @@ -10026,8 +9970,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.ts308 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts308 + Report Melden @@ -10076,29 +10020,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Published Veröffentlicht - - src/app/shared/shared-video-miniature/video-miniature.component.ts163 + src/app/shared/shared-video-miniature/video-miniature.component.ts163 + Publication scheduled on Veröffentlichung geplant für - - src/app/shared/shared-video-miniature/video-miniature.component.ts168 + src/app/shared/shared-video-miniature/video-miniature.component.ts168 + Waiting transcoding Warte auf Transkodierung - - src/app/shared/shared-video-miniature/video-miniature.component.ts172 + src/app/shared/shared-video-miniature/video-miniature.component.ts172 + To transcode Zur Transkodierung - - src/app/shared/shared-video-miniature/video-miniature.component.ts176 + src/app/shared/shared-video-miniature/video-miniature.component.ts176 + To import Zu importieren - - src/app/shared/shared-video-miniature/video-miniature.component.ts180 - + src/app/shared/shared-video-miniature/video-miniature.component.ts180 + + + + src/app/shared/shared-video-miniature/videos-selection.component.html 1 @@ -10122,33 +10068,33 @@ 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.ts385 + src/app/shared/shared-main/video/video.service.ts385 + Only shareable via a private link Nur verteilbar mit einem privaten Link - - src/app/shared/shared-main/video/video.service.ts389 + src/app/shared/shared-main/video/video.service.ts389 + Anyone can see this video Jeder kann dieses Video sehen - - src/app/shared/shared-main/video/video.service.ts393 + src/app/shared/shared-main/video/video.service.ts393 + 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.ts397 + src/app/shared/shared-main/video/video.service.ts397 + viewers Betrachter - - src/app/shared/shared-main/video/video.model.ts206 + src/app/shared/shared-main/video/video.model.ts206 + views Aufrufe - - src/app/shared/shared-main/video/video.model.ts209 + src/app/shared/shared-main/video/video.model.ts209 + Close Schließen @@ -10158,47 +10104,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide von Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Vorherige - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Nächste - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Letzter Monat - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Nächster Monat - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Monat wählen - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Jahr wählen - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10207,8 +10153,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10217,23 +10163,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Erste - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Vorherige - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Nächste - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Letzte - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10247,33 +10193,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Stunden - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minuten - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Stunden erhöhen - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Stunden verringern - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Minuten erhöhen - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Minuten verringern @@ -10282,13 +10228,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Sekunden - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Sekunden erhöhen @@ -10302,13 +10248,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Schließen @@ -10317,48 +10263,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Zu importierendes Video wurde aktualisiert. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Das Video wurde in dein Konto hochgeladen und ist privat. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Weitere Infos (Tags, Beschreibung, ...) werden verworfen, wenn du diese Seite verlässt. Bist du dir sicher? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? Dein Video ist noch nicht hochgeladen. Willst du diese Seite wirklich verlassen? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Hochladen - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload hochladen - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Hochladen abgebrochen - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Video veröffentlicht. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + 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. @@ -10377,23 +10317,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Stop autoplaying next video Automatische Wiedergabe des nächsten Videos ausschalten - - src/app/+videos/+video-watch/video-watch-playlist.component.ts220 + src/app/+videos/+video-watch/video-watch-playlist.component.ts220 + Autoplay next video Nächstes Video automatisch abspielen - - src/app/+videos/+video-watch/video-watch-playlist.component.ts221 + src/app/+videos/+video-watch/video-watch-playlist.component.ts221 + Stop looping playlist videos Wiederholung der Playlistvideos abbrechen - - src/app/+videos/+video-watch/video-watch-playlist.component.ts226 + src/app/+videos/+video-watch/video-watch-playlist.component.ts226 + Loop playlist videos Playlistvideos wiederholen - - src/app/+videos/+video-watch/video-watch-playlist.component.ts227 + src/app/+videos/+video-watch/video-watch-playlist.component.ts227 + Placeholder image Platzhalterbild @@ -10405,103 +10345,103 @@ 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.ts440 + src/app/+videos/+video-watch/video-watch.component.ts440 + Redirection Weiterleitung - - src/app/+videos/+video-watch/video-watch.component.ts441 + src/app/+videos/+video-watch/video-watch.component.ts441 + 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.ts571 + src/app/+videos/+video-watch/video-watch.component.ts571 + 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.ts572 + src/app/+videos/+video-watch/video-watch.component.ts572 + Up Next Nächstes - - src/app/+videos/+video-watch/video-watch.component.ts645 + src/app/+videos/+video-watch/video-watch.component.ts645 + Cancel Abbrechen - - src/app/+videos/+video-watch/video-watch.component.ts646 + src/app/+videos/+video-watch/video-watch.component.ts646 + Autoplay is suspended Autoplay ist unterbrochen - - src/app/+videos/+video-watch/video-watch.component.ts647 + src/app/+videos/+video-watch/video-watch.component.ts647 + Enter/exit fullscreen (requires player focus) Vollbildmodus betreten/verlassen (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts951 + src/app/+videos/+video-watch/video-watch.component.ts951 + Play/Pause the video (requires player focus) Video abspielen/pausieren (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts952 + src/app/+videos/+video-watch/video-watch.component.ts952 + Mute/unmute the video (requires player focus) Video stummschalten/Stummschaltung aufheben (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts953 + src/app/+videos/+video-watch/video-watch.component.ts953 + Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus) Springe zu einem Prozentsatz des Videos: 0 entspricht 0%, 9 entspricht 90% (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts955 + src/app/+videos/+video-watch/video-watch.component.ts955 + Increase the volume (requires player focus) Lautstärke erhöhen (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts957 + src/app/+videos/+video-watch/video-watch.component.ts957 + Decrease the volume (requires player focus) Lautstärke verringern (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts958 + src/app/+videos/+video-watch/video-watch.component.ts958 + Seek the video forward (requires player focus) Vorspulen (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts960 + src/app/+videos/+video-watch/video-watch.component.ts960 + Seek the video backward (requires player focus) Zurückspulen (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts961 + src/app/+videos/+video-watch/video-watch.component.ts961 + Increase playback rate (requires player focus) Abspielgeschwindigkeit erhöhen (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts963 + src/app/+videos/+video-watch/video-watch.component.ts963 + Decrease playback rate (requires player focus) Abspielgeschwindigkeit verringern (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts964 + src/app/+videos/+video-watch/video-watch.component.ts964 + Navigate in the video frame by frame (requires player focus) Einen Frame weitergehen (Player benötigt Fokus) - - src/app/+videos/+video-watch/video-watch.component.ts966 + src/app/+videos/+video-watch/video-watch.component.ts966 + Like the video Das Video gefällt mir - - src/app/+videos/+video-watch/video-watch.component.ts974 + src/app/+videos/+video-watch/video-watch.component.ts974 + Dislike the video Das Video gefällt mir nicht - - src/app/+videos/+video-watch/video-watch.component.ts979 + src/app/+videos/+video-watch/video-watch.component.ts979 + When active, the next video is automatically played after the current one. Wenn aktiv wird das nächste Video automatisch nach dem aktuellen abgespielt. @@ -10510,8 +10450,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Kürzlich hinzugefügt - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Videos aus deinen Abos @@ -10550,34 +10490,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Lokale Videos - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Videos entdecken - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Beliebte Videos - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Kürzlich hinzugefügte Videos - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Ein Video hochladen - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Ein Video bearbeiten - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf index 64490c02b..e73efc4bf 100644 --- a/client/src/locale/angular.el-GR.xlf +++ b/client/src/locale/angular.el-GR.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Το ιστορικό μου - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Αποθήκευση σε @@ -237,19 +237,19 @@ Create Δημιουργήστε - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video βίντεο - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. Ο σύνδεσμος που ακολουθεί περιέχει απόρρητη συμβολοσειρά και δεν θα πρέπει να τον μοιραστείτε με τρίτους. @@ -269,8 +269,8 @@ subtitles υπότιτλοι - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Μορφή αρχείου @@ -347,14 +347,14 @@ Ακύρωση - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Λήψη - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Αιτία... @@ -368,11 +368,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Υποβολή @@ -429,13 +426,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 θεατής} other { θεατές}} @@ -477,8 +471,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -544,19 +538,19 @@ Best Καλύτερα A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Βίντεο με τις περισσότερες διαδράσεις στα πρόφατα, μείον το ιστορικό του χρήστη - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Διαγραφή - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -585,13 +579,13 @@ Hide Απόκρυψη - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Μπάρα προόδου διαβάσματος - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Πλήρης σύνοψη @@ -831,8 +825,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers ακόλουθοι @@ -873,12 +867,12 @@ User Χρήστης - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Αποκλεισμός - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -906,7 +900,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Αποκλεισμός χρήστη @@ -1041,7 +1035,7 @@ Σύνδεση - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Ή συνδεθείτε με: @@ -1185,7 +1179,7 @@ The link will expire within 1 hour. συνδρομητές - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1338,7 +1332,7 @@ The link will expire within 1 hour. Οι ρυθμίσεις μου - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1423,27 +1417,27 @@ The link will expire within 1 hour. Συντομεύσεις πληκτρολογίου - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Βοήθεια - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Αποσύνδεση @@ -1475,106 +1469,86 @@ The link will expire within 1 hour. Τα βίντεο μου - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Οι εισαγωγές βίντεο μου - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Οι λίστες αναπαραγωγής μου - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Δημιουργία νέας λίστας αναπαραγωγής - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Οι συνδρομές μου - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Βίντεο - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Λίστες αναπαραγωγής - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Συνδρομές - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Ιστορικό - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS ΒΙΝΤΕΟ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel jobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Ανακαλύψτε - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Τάσεις - - src/app/menu/menu.component.html133 - - Recently added - Πρόσφατα - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Διαχείριση @@ -1584,12 +1558,12 @@ The link will expire within 1 hour. About Σχετικά - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Επικοινωνία - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Δείτε τις ειδοποιήσεις σας @@ -1600,9 +1574,9 @@ The link will expire within 1 hour. Notifications Ειδοποιήσεις - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Σημείωση όλων ως αναγνωσμένα @@ -1808,7 +1782,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1816,17 +1790,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Ημερομηνία δημοσίευσης @@ -2027,12 +1995,14 @@ The link will expire within 1 hour. Remove banner Remove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2074,12 +2044,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Κανάλι @@ -2104,27 +2076,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ Συχνές ερωτήσεις - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation Τεκμηρίωση API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Προγραμματισμός δημοσίευσης () @@ -2227,8 +2199,8 @@ The link will expire within 1 hour. Captions Υπότιτλοι - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Προεπισκόπηση βίντεο @@ -2281,11 +2253,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2372,12 +2341,12 @@ The link will expire within 1 hour. Update Ενημέρωση - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Επιλογή αρχείου για ανέβασμα @@ -2388,12 +2357,12 @@ The link will expire within 1 hour. Scheduled Προγραμματισμένο - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Εικόνα φόντου βίντεο @@ -2449,7 +2418,13 @@ The link will expire within 1 hour. Δημοσίευση - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2482,6 +2457,12 @@ The link will expire within 1 hour. Συγχαρητήρια, το βίντεο θα εισαχθεί μέσω BitTorrent! Μπορείτε εντωμεταξύ να προσθέσετε τις πληροφορίες του. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2984,13 +2965,13 @@ The link will expire within 1 hour. Lists Λίστες - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Έμφαση - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -3039,13 +3020,13 @@ The link will expire within 1 hour. Comment Σχόλιο - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Απάντηση - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Επιλεγμένο περιεχόμενο @@ -3095,11 +3076,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3111,11 +3089,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3300,7 +3275,7 @@ The link will expire within 1 hour. Unfollow Αφαίρεση ακολούθησης - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3365,8 +3340,8 @@ The link will expire within 1 hour. Create user Δημιουργία χρήστη - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3580,45 +3555,45 @@ The link will expire within 1 hour. Reports Αναφορές - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Σχόλια βίντεο - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Λογαριασμοί σε σίγαση - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Κόμβοι σε σίγαση - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Χρήστες - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3861,14 +3836,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Βίντεο @@ -4112,10 +4087,10 @@ The link will expire within 1 hour. Search Αναζήτηση - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4133,7 +4108,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Προβολή ρυθμίσεων @@ -4143,34 +4118,34 @@ The link will expire within 1 hour. Uninstall Απεγκατάσταση - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4225,18 +4200,18 @@ The link will expire within 1 hour. Jobs Εργασίες - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Καταγραφές - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Αποσφαλμάτωση - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Διαγραφή του σχολίου @@ -4479,11 +4454,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4591,11 +4563,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE Εμφανιση @@ -4619,137 +4587,105 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Ανακαλύψτε βίντεο - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Καλύτερα βίντεο - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Κανένα βίντεο εδώ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Recently added videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Τοπικά βίντεο - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Μήνυμα - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS ΝΕΟΙ ΧΡΗΣΤΕΣ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Η εγγραφή απαιτεί επιβεβαίωση του e-mail - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Όριο εγγραφών - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Χρήστες @@ -4806,177 +4742,150 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH ΑΝΑΖΗΤΗΣΗ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Διαχειριστής @@ -4985,54 +4894,44 @@ The link will expire within 1 hour. Admin email E-mail διαχειριστή - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Ενεργοποίηση φόρμας επικοινωνίας - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Βασικές ρυθμίσεις - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Το όνομα χρήστη σας στο Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE ΖΩΝΤΑΝΑ @@ -5084,8 +4983,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -5153,8 +5052,14 @@ The link will expire within 1 hour. Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5393,26 +5298,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Ρυθμίσεις για προχωρημένους - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Ενημέρωση ρυθμίσεων - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5585,8 +5483,8 @@ color: red; Change ownership Αλλαγή κατόχου - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Επιλέξτε τον νέο κάτοχο @@ -5675,13 +5573,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5789,8 +5687,8 @@ color: red; Delete your account Διαγραφή λογαριασμού - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -5995,13 +5893,13 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -6029,13 +5927,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Σε αποκλεισμό @@ -6067,11 +5965,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { videos}} @@ -6194,7 +6089,7 @@ channel with the same name ()! Stats Στατιστικά - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 This channel does not have playlists. Αυτό το κανάλι δεν έχει λίστες αναπαραγωγής. @@ -6596,18 +6491,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Ο σύνδεσμος αντιγράφηκε @@ -6762,8 +6657,8 @@ channel with the same name ()! Register Εγγραφή - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Το μήνυμά σας έχει σταλεί. @@ -6777,13 +6672,13 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT PEERTUBE ACCOUNT @@ -6795,8 +6690,8 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Έχει δημοσιεύσει @@ -6852,13 +6747,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6981,17 +6876,45 @@ channel with the same name ()! thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Οι ρυθμίσεις ενημερώθηκαν. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7477,26 +7400,26 @@ channel with the same name ()! You don't have plugins installed yet. Δεν έχετε εγκαταστήσει πρόσθετα ακόμα. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Δεν έχετε εγκαταστήσει θέματα ακόμα. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Ενημερώστε στην - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Θέλετε όντως να απεγκαταστήσετε το ; - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Απεγκατάσταση @@ -7508,32 +7431,23 @@ channel with the same name ()! απεγκαταστάθηκε. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. Το ενημερώθηκε. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Εργασίες @@ -7548,24 +7462,24 @@ channel with the same name ()! The plugin index is not available. Please retry later. Ο κατάλογος προσθέτων δεν είναι διαθέσιμος. Προσπαθήστε αργότερα. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Παρακαλούμε εγκαταστήστε μόνο πρόσθετα που εμπιστεύεστε, καθώς θα μπορούν να εκτελέσουν κώδικα στον κόμβο σας. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Εγκατάσταση του ; - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. Το εγκαταστάθηκε. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Οι ρυθμίσεις ενημερώθηκαν. @@ -7778,20 +7692,20 @@ channel with the same name ()! User updated. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Ενημέρωση πληροφοριών χρήστη - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Ένα e-mail για την ανανέωση κωδικού στάλθηκε προς . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8255,6 +8169,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8278,9 +8198,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Ειδοποιήσεις @@ -8332,8 +8252,8 @@ channel with the same name ()! Ownership changes Αλλαγές κατόχου - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Θέλετε πράγματι να διαγράψετε @@ -8396,8 +8316,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Αλλαγές κατόχου @@ -8406,8 +8326,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8432,19 +8352,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Και τώρα δείτε το email σας για να επιβεβαιώσετε τον λογαριασμό σας και να ολοκληρώσετε την εγγραφή. @@ -8560,6 +8474,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Συντομεύσεις πληκτρολογίου: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8580,7 +8510,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8590,22 +8520,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Άγνωστο - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Ο κωδικός σας έχει ανανεωθεί με επιτυχία! @@ -8711,17 +8641,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Προβολές - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Αναζήτηση @@ -8743,83 +8673,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular χρόνια πριν - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago μήνες πριν - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - μήνα πριν - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago εβδομάδες πριν - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - εβδομάδα πριν - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago ημέρες πριν - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - ημέρα πριν - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago ώρες πριν - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - ώρα πριν - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago λ. πριν - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9770,13 +9708,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Όλες οι γλώσσες - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Απόκρυψη @@ -10460,8 +10398,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Αναφορά - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Αφαίρεση @@ -10635,47 +10573,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Προηγούμενο - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Επόμενο - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Προηγούμενος μήνας - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Επόμενος μήνας - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Επιλογή μήνα - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Επιλογή έτους - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10685,7 +10623,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10695,22 +10633,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Πρώτο - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Προηγούμενο - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Επόμενο - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Τελευταίο - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10724,33 +10662,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Ώρες - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Λεπτά - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10759,13 +10697,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Δευτερόλεπτα - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10779,13 +10717,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Κλείσιμο @@ -10794,9 +10732,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Ενημερώθηκε το βίντεο προς εισαγωγή. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Το βίντεο ανέβηκε στον λογαριασμό σας και είναι ιδιωτικό. @@ -10824,11 +10762,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Το ανέβασμα ακυρώθηκε - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Το βίνεο δημοσιεύτηκε. @@ -10987,8 +10921,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Πρόσφατα - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Βίντεο από τις συνδρομές σας @@ -11027,34 +10961,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Τοπικά βίντεο - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Ανακαλύψτε βίντεο - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Μεταφόρτωση του βίντεο - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Επεξεργασία του βίντεο - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf index d8ed8c750..369249ea6 100644 --- a/client/src/locale/angular.en-GB.xlf +++ b/client/src/locale/angular.en-GB.xlf @@ -307,10 +307,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Save to @@ -388,12 +388,12 @@ - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -410,7 +410,7 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -483,13 +483,13 @@ Cancel - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Reason... @@ -503,11 +503,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submit @@ -565,13 +562,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -609,7 +603,7 @@ videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -674,17 +668,17 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Delete - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -712,10 +706,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Complete preview @@ -939,7 +933,7 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -970,12 +964,12 @@ src/app/helpers/utils.ts200 UserUser - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -1001,7 +995,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -1124,7 +1118,7 @@ Login - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1259,7 +1253,7 @@ The link will expire within 1 hour. subscribers - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1412,7 +1406,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1499,26 +1493,26 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1543,90 +1537,70 @@ The link will expire within 1 hour. My videosMy videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlistsMy playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptionsMy subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscriptions - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trending - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Recently added - - src/app/menu/menu.component.html138 Administration Administration @@ -1637,12 +1611,12 @@ The link will expire within 1 hour. About - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1653,7 +1627,7 @@ The link will expire within 1 hour. Notifications - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1830,7 +1804,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1838,17 +1812,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Published date @@ -2043,10 +2011,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2088,10 +2059,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel Channel @@ -2113,27 +2087,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2229,7 +2203,7 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2269,11 +2243,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2360,7 +2331,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2370,12 +2341,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2427,7 +2398,13 @@ The link will expire within 1 hour. Publish Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2460,7 +2437,13 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2914,10 +2897,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html19 ListsLists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 EmphasisEmphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 boldbold src/app/+videos/+video-watch/comment/video-comment-add.component.html23 @@ -2954,10 +2937,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html83 CommentComment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 ReplyReply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3003,11 +2986,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -3015,11 +2995,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -3195,7 +3172,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3257,7 +3234,7 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3459,25 +3436,25 @@ The link will expire within 1 hour. src/app/+my-account/my-account.component.ts28src/app/+admin/admin.component.ts47 ReportsReports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocksVideo blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accountsMuted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted serversMuted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 UsersUsers - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 ConfigurationConfiguration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3710,14 +3687,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3957,7 +3934,7 @@ The link will expire within 1 hour. Search - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -3975,7 +3952,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -3985,24 +3962,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4058,17 +4035,17 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -4271,11 +4248,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4382,11 +4356,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4409,120 +4379,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Local videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4580,141 +4520,117 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4722,28 +4638,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4753,42 +4666,35 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4839,7 +4742,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4885,7 +4788,13 @@ The link will expire within 1 hour. Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5098,25 +5007,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -5296,7 +5198,7 @@ color: red; Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5376,10 +5278,10 @@ color: red; src/app/+my-library/my-ownership/my-ownership.component.html78 Account settingsAccount settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elementsPlaylist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5487,7 +5389,7 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5684,10 +5586,10 @@ color: red; src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html14 Video channel videosVideo channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlistsVideo channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5713,10 +5615,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5744,11 +5646,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5851,7 +5750,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6257,13 +6156,13 @@ channel with the same name ()! About this instanceAbout this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTubeAbout PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6415,7 +6314,7 @@ channel with the same name ()! src/app/+signup/+register/register-step-terms.component.html6 RegisterRegister - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6430,10 +6329,10 @@ channel with the same name ()! Account videosAccount videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6442,7 +6341,7 @@ channel with the same name ()! Account video channelsAccount video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos Published @@ -6488,12 +6387,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6590,15 +6489,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configurationEdit custom configuration src/app/+admin/config/config.routes.ts26 @@ -7053,12 +6980,12 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to @@ -7067,14 +6994,14 @@ channel with the same name ()! - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 UninstallUninstall src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 @@ -7086,25 +7013,16 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. @@ -7113,7 +7031,7 @@ channel with the same name ()! updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 JobsJobs src/app/+admin/system/system.routes.ts26 @@ -7124,19 +7042,19 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. @@ -7145,7 +7063,7 @@ channel with the same name ()! installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7324,19 +7242,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users listUsers list src/app/+admin/users/users.routes.ts27 @@ -7760,6 +7678,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7781,7 +7705,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 NotificationsNotifications src/app/+my-account/my-account.component.ts55src/app/+my-account/my-account-routing.module.ts109 @@ -7826,7 +7750,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -7894,7 +7818,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -7902,7 +7826,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -7921,17 +7845,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8047,7 +7965,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Success @@ -8068,7 +8002,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -8076,22 +8010,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8181,17 +8115,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 SearchSearch src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 @@ -8209,16 +8143,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago @@ -8227,16 +8163,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - - month ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago @@ -8245,16 +8183,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - - week ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago @@ -8263,16 +8199,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - - day ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago @@ -8281,16 +8215,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - - hour ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago @@ -8299,12 +8231,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -9212,13 +9144,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -9887,7 +9819,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts302 ReportReport - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 RemoveRemove src/app/+videos/+video-watch/comment/video-comment.component.ts186 @@ -10047,49 +9979,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous monthPrevious month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next monthNext month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select monthSelect month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select yearSelect year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «««« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 »» - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »»»» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 FirstFirst - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 LastLast - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 @@ -10098,31 +10030,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 HoursHours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MMMM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 MinutesMinutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hoursIncrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hoursDecrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutesIncrement minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutesDecrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 SSSS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 SecondsSeconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment secondsIncrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 @@ -10131,10 +10063,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 CloseClose node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 @@ -10143,7 +10075,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10171,11 +10103,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -10344,7 +10272,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently addedRecently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10374,22 +10302,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videosLocal videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videosDiscover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videosTrending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videosRecently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a videoUpload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a videoEdit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 \ No newline at end of file diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf index ef95d4112..3e52efa70 100644 --- a/client/src/locale/angular.en-US.xlf +++ b/client/src/locale/angular.en-US.xlf @@ -200,10 +200,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Save to @@ -274,12 +274,12 @@ - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -296,7 +296,7 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -369,13 +369,13 @@ Cancel - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Reason... @@ -389,11 +389,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submit @@ -447,12 +444,9 @@ {VAR_PLURAL, plural, =1 {1 view} other { views}} src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -487,7 +481,7 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -548,17 +542,17 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Delete - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -586,10 +580,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Complete preview @@ -798,7 +792,7 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -829,12 +823,12 @@ src/app/helpers/utils.ts200 UserUser - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -860,7 +854,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -976,7 +970,7 @@ Login - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1105,7 +1099,7 @@ The link will expire within 1 hour. subscribers - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1232,7 +1226,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1311,26 +1305,26 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1355,90 +1349,70 @@ The link will expire within 1 hour. My videosMy videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlistsMy playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptionsMy subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscriptions - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trending - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Recently added - - src/app/menu/menu.component.html138 Administration Administration @@ -1449,12 +1423,12 @@ The link will expire within 1 hour. About - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1465,7 +1439,7 @@ The link will expire within 1 hour. Notifications - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1642,7 +1616,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1650,17 +1624,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Published date @@ -1850,10 +1818,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1895,10 +1866,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel Channel @@ -1920,27 +1894,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication () @@ -2034,7 +2008,7 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2074,11 +2048,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2162,7 +2133,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2172,12 +2143,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2223,7 +2194,13 @@ The link will expire within 1 hour. Publish Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2256,7 +2233,13 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2698,10 +2681,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html19 ListsLists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 EmphasisEmphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 boldbold src/app/+videos/+video-watch/comment/video-comment-add.component.html23 @@ -2738,10 +2721,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html83 CommentComment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 ReplyReply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -2780,11 +2763,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -2792,11 +2772,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -2962,7 +2939,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3020,7 +2997,7 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3210,25 +3187,25 @@ The link will expire within 1 hour. src/app/+my-account/my-account.component.ts28src/app/+admin/admin.component.ts47 ReportsReports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocksVideo blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accountsMuted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted serversMuted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 UsersUsers - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 ConfigurationConfiguration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3447,12 +3424,12 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3662,7 +3639,7 @@ The link will expire within 1 hour. Search - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -3680,7 +3657,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -3690,24 +3667,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3759,17 +3736,17 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -3967,11 +3944,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4078,11 +4052,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4105,120 +4075,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Local videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4276,141 +4216,117 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4418,28 +4334,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4449,42 +4362,35 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4535,7 +4438,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4581,7 +4484,13 @@ The link will expire within 1 hour. Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -4794,25 +4703,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -4988,7 +4890,7 @@ color: red; Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5063,10 +4965,10 @@ color: red; src/app/+my-library/my-ownership/my-ownership.component.html78 Account settingsAccount settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elementsPlaylist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5170,7 +5072,7 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5345,10 +5247,10 @@ color: red; src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html14 Video channel videosVideo channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlistsVideo channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5374,10 +5276,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5405,11 +5307,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5508,7 +5407,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -5879,13 +5778,13 @@ channel with the same name ()! About this instanceAbout this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTubeAbout PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6018,7 +5917,7 @@ channel with the same name ()! src/app/+signup/+register/register-step-terms.component.html6 RegisterRegister - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6033,10 +5932,10 @@ channel with the same name ()! Account videosAccount videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6045,7 +5944,7 @@ channel with the same name ()! Account video channelsAccount video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos Published videos @@ -6089,12 +5988,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6191,15 +6090,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configurationEdit custom configuration src/app/+admin/config/config.routes.ts26 @@ -6635,12 +6562,12 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to @@ -6649,12 +6576,12 @@ channel with the same name ()! - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 UninstallUninstall src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 @@ -6666,25 +6593,16 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. @@ -6693,7 +6611,7 @@ channel with the same name ()! updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 JobsJobs src/app/+admin/system/system.routes.ts26 @@ -6704,17 +6622,17 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. @@ -6723,7 +6641,7 @@ channel with the same name ()! installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -6896,17 +6814,17 @@ channel with the same name ()! User updated. User updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users listUsers list src/app/+admin/users/users.routes.ts27 @@ -7316,6 +7234,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7335,7 +7259,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 NotificationsNotifications src/app/+my-account/my-account.component.ts55src/app/+my-account/my-account-routing.module.ts109 @@ -7374,7 +7298,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete videos? @@ -7438,7 +7362,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -7446,7 +7370,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -7465,17 +7389,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -7587,7 +7505,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Success @@ -7608,7 +7542,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -7616,22 +7550,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -7721,17 +7655,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 SearchSearch src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 @@ -7749,16 +7683,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago @@ -7767,16 +7703,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - - month ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago @@ -7785,16 +7723,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - - week ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago @@ -7803,16 +7739,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - - day ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago @@ -7821,16 +7755,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - - hour ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago @@ -7839,12 +7771,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -8752,13 +8684,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -9396,7 +9328,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts302 ReportReport - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 RemoveRemove src/app/+videos/+video-watch/comment/video-comment.component.ts186 @@ -9556,49 +9488,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous monthPrevious month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next monthNext month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select monthSelect month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select yearSelect year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «««« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 »» - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »»»» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 FirstFirst - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 LastLast - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 @@ -9607,31 +9539,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 HoursHours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MMMM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 MinutesMinutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hoursIncrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hoursDecrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutesIncrement minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutesDecrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 SSSS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 SecondsSeconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment secondsIncrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 @@ -9640,10 +9572,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 CloseClose node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 @@ -9652,7 +9584,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -9680,11 +9612,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -9853,7 +9781,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently addedRecently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -9883,22 +9811,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videosLocal videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videosDiscover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videosTrending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videosRecently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a videoUpload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a videoEdit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 \ No newline at end of file diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf index 39a922937..015ced630 100644 --- a/client/src/locale/angular.eo.xlf +++ b/client/src/locale/angular.eo.xlf @@ -165,13 +165,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Historio de mia spektado - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Konservi al @@ -234,19 +234,19 @@ Create Krei - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video filmo - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -262,8 +262,8 @@ subtitles subteksto - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Formo @@ -340,14 +340,14 @@ Nuligi - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Elŝuto - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Kialo… @@ -361,11 +361,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Sendi @@ -422,13 +419,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 rigardanto} other { rigardantoj}} @@ -468,8 +462,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Neniu filmo} =1 {1 filmo} other { filmoj}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -532,17 +526,17 @@ Best A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Forigi - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -571,13 +565,13 @@ Hide Kaŝi - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Montri - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Plena antaŭrigardo @@ -802,8 +796,8 @@ Federation Federaĵo - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers abonantoj @@ -844,12 +838,12 @@ User Uzanto - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Forbari - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -878,7 +872,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Forbari ĉi tiun uzanton @@ -1006,7 +1000,7 @@ Saluti - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Aŭ saluti per @@ -1141,7 +1135,7 @@ The link will expire within 1 hour. subscribers abonantoj - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Bonvenu al PeerTube, kara administranto! @@ -1271,7 +1265,7 @@ The link will expire within 1 hour. Miaj agordoj - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Ĉi tiuj agordoj nur efikas al via salutaĵo ĉe tiu ĉi nodo. @@ -1348,27 +1342,27 @@ The link will expire within 1 hour. Klavkombinoj - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 povigata de PeerTube – Kopilasigo 2015–2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Helpo - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Helpiĝu pri uzo de PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube povigata de PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Adiaŭi @@ -1400,106 +1394,86 @@ The link will expire within 1 hour. Miaj filmoj - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Miaj enportoj de filmoj - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Miaj ludlistoj - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Krei novan ludliston - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Miaj abonoj - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Filmoj - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Fasado: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Ludlistoj - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Abonoj - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historio - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS FILMOJ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. permesas enporti plurajn filmojn paralele. ⚠️ Postulas restartigon de PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel paralelaj taskoj - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Permesi enportadon per HTTP-URL (ekz. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Esplori - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Furoraj - - src/app/menu/menu.component.html133 - - Recently added - Freŝe aldonitaj - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administrado @@ -1510,12 +1484,12 @@ The link will expire within 1 hour. Prio - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Kontakto - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Vidi viajn sciigojn @@ -1526,9 +1500,9 @@ The link will expire within 1 hour. Notifications Sciigoj - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Marki ĉion legita @@ -1722,7 +1696,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1730,17 +1704,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Dato de publikigo @@ -1925,10 +1893,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1968,12 +1939,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Priskriboj de filmoj estas implice mallongigitaj, kaj bezonos agon de la uzanto por etendiĝi. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Elektu la ĝustan permesilon por via verko. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kanalo @@ -1998,27 +1971,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ Oftaj demandoj - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Oftaj demandoj pri PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation Dokumentaĵo de API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Plani publikigon () @@ -2121,8 +2094,8 @@ The link will expire within 1 hour. Captions Transskriboj - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Antaŭrigardo al filmo @@ -2162,11 +2135,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2240,12 +2210,12 @@ The link will expire within 1 hour. Update Ĝisdatigi - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Elektu la alŝutotan dosieron @@ -2256,12 +2226,12 @@ The link will expire within 1 hour. Scheduled Planita - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Kaŝi la filmon ĝis la donita dato - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Fonbildo de filmo @@ -2311,7 +2281,13 @@ The link will expire within 1 hour. Publikigi - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Pardonu, la alŝuta funkcio estas malŝaltita por via konto. Se vi volas aldoni filmojn, administranto devas malŝlosi vian datumlimon. @@ -2344,6 +2320,12 @@ The link will expire within 1 hour. Gratulon; la filmo enportiĝos per « BitTorrent »! Vi jam povas aldoni informojn pri ĝi. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2813,13 +2795,13 @@ The link will expire within 1 hour. Lists Listojn - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emfazon - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold grason @@ -2868,13 +2850,13 @@ The link will expire within 1 hour. Comment Komenti - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Respondi - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Markita komento @@ -2917,11 +2899,8 @@ The link will expire within 1 hour. Renew token Renovigi ĵetonon - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Ĵetono renoviĝis. Ĝisdatigu la agordaron de via kliento. @@ -2933,11 +2912,8 @@ The link will expire within 1 hour. Applications Aplikaĵoj - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED ABONA FLUO @@ -3112,7 +3088,7 @@ The link will expire within 1 hour. Unfollow Malaboni - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Malfermi nodon en nova langeto @@ -3171,8 +3147,8 @@ The link will expire within 1 hour. Create user Krei uzanton - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Distingaĵoj de tabelo @@ -3370,45 +3346,45 @@ The link will expire within 1 hour. Reports Raportoj - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Blokado de filmoj - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Komentoj ĉe filmo - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Silentigitaj kontoj - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Silentigitaj serviloj - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Uzantoj - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Agordaro - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Blokado de filmoj @@ -3632,12 +3608,12 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 raporto} other { raportoj}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Filmo @@ -3849,10 +3825,10 @@ The link will expire within 1 hour. Search Serĉi - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Uzantoj povas trovi foran enhavon @@ -3870,7 +3846,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Agordoj de montrado @@ -3880,19 +3856,19 @@ The link will expire within 1 hour. Uninstall Malinstali - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 @@ -3900,12 +3876,12 @@ The link will expire within 1 hour. Ŝatoj A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Plej multe ŝatataj filmoj - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3956,18 +3932,18 @@ The link will expire within 1 hour. Jobs Taskoj - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Protokoloj - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Senerarigo - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Forigi ĉi tiun komenton @@ -4203,11 +4179,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4315,11 +4288,7 @@ The link will expire within 1 hour. ekz. 2vCore 2GB RAM, rekta ligilo al la luata servilo, ktp. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Informoj pri la nodo - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE ASPEKTO @@ -4343,137 +4312,105 @@ The link will expire within 1 hour. Bonveniga paĝo src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Eltrovi filmojn - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Furoraj paĝoj - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Plej bonaj filmoj - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Plej rigardataj filmoj - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Plej ŝatataj filmoj - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Freŝe aldonitaj filmoj - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Filmoj lokaj - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE DISSENDA MESAĜO - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Montri mesaĝon ĉe via nodo - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Ŝalti dissendan mesaĝon - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Permesi al uzantoj forkaŝi la dissendan mesaĝon - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Nivelo de dissenda mesaĝo - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Mesaĝo - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NOVAJ UZANTOJ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Administru uzantojn por agordi iliajn datumlimojn individue. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Registriĝo bezonas konfirmon de retpoŝtadreso - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Limo de registriĝoj - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {uzanto} other {uzantoj}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Registriĝo ne estos limigita al fiksita nombro de uzantoj. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Ebligi registradon - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Uzantoj @@ -4530,176 +4467,149 @@ The link will expire within 1 hour. Default video quota per user Norma datumlimo por filmoj por ĉiu uzanto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bitokoj - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Norma datumlimo por alŝutoj por ĉiu uzanto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Permesi enporton per torenta dosiero aŭ magneta URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Se uzanto ne estas markita fidata, ĝiaj filmoj restos privataj ĝis reguligisto ilin kontrolos. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Bloki novajn filmojn memage - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SERĈADO - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Permesi al uzantoj serĉadon de foraj URI/nomoj - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Permesi al viaj uzantoj trovi forajn filmojn/agantojn, kiuj eble ne federas kun via nodo - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Permesi al sennomuloj serĉadon de foraj URI/nomoj - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Permesi al sennomaj uzantoj trovi forajn filmojn/agantojn, kiuj eble ne federas kun via nodo - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Ĉi tiu funkcio grave dependas de la reguligado de la nodoj abonataj de via elektita serĉindekso. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. Vi devus uzi nur reguligatajn serĉindeksojn, or gastigi vian propran. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL URL de serĉindekso - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Malŝalti lokan serĉadon en serĉujo - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Alie loka serĉado restas implicite uzata - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Serĉujo implicite uzas la universalan serĉindekson - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Ŝalti universalan serĉadon - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERADO - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Administru rilatojn al aliaj nodoj. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Aliaj nodoj povas aboni la vian - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Permane aprobi novajn abonantojn de nodo - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Memage aboni nodojn reciproke - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Ĉi tiu funkcio bezonas multan atenton kaj ekstran reguligadon. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL URL de indekso - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Memage aboni nodojn el publika indekso - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRANTOJ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administranto @@ -4708,54 +4618,44 @@ The link will expire within 1 hour. Admin email Retpoŝtadreso de administranto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Ŝalti kontaktan formularon - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Baza agordaro - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Konserva transkodado - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TVITERO - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Donu la Tviter-konton, kiu reprezentas vian nodon, or plibonigi antaŭrigardojn al ligiloj. Se vi ne havas Tviter-konton, simple lasu la implicitan valoron. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Via Tvitera salutnomo - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Nodoj permesitaj de Tvitero - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. Se via nodo estas malimplice permesita de Tvitero, filmoludilo aperos en la afiŝo-fluo, je diskonigo de la filmo. Se la nodo ne estas, ni uzas bildokarton, kiu direktos al via nodo de PeerTube. Marku ĉi tiun butonon, konservu la agordaron, kaj provu per URL de filmo sur via nodo (https://ekzemplo.net/videos/watch/blabla) ĉe https://cards-dev.twitter.com/validator por vidi, ĉu via nodo estas permesita. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE TUJE @@ -4807,8 +4707,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {tujelsendo} other {tujelsendoj}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Maksimumo de samtempaj tujelsendoj kreitaj de unu uzanto (-1 por senlimo) @@ -4876,8 +4776,14 @@ The link will expire within 1 hour. Live streaming Tujelsendoj - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5112,26 +5018,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Vi ne povas permesi reludojn de tujelsendoj se vi ne ŝaltas transkodadon. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Altnivela agordaro - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Estas eraroj en la formo: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Efektivigi agordaron - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS AGORDOJ DE FILMO @@ -5299,8 +5198,8 @@ color: red; Change ownership Ŝanĝi posedon - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Elektu la sekvan posedanton @@ -5372,13 +5271,13 @@ color: red; Account settings Agordoj de konto - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Eroj de ludlisto - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Miaj enportoj @@ -5479,8 +5378,8 @@ color: red; Delete your account Forigi vian konton - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Paĝo de kanalo @@ -5659,12 +5558,12 @@ color: red; Video channel videos Filmoj de filma kanalo - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Ludlistoj de filma kanalo - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5690,13 +5589,13 @@ color: red; Verify account via email Kontroli konton per retpoŝto - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Peti sendon de retletero por kontroli vian konton - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Forbarita @@ -5724,11 +5623,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5827,7 +5723,7 @@ channel with the same name ()!Stats Statistiko - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6164,18 +6060,18 @@ channel with the same name ()! About this instance Pri ĉi tiu nodo - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Pri PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Pri la reto de ĉi tiu nodo - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Ligilo kopiiĝis @@ -6307,8 +6203,8 @@ channel with the same name ()! Register Registriĝi - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Via mesaĝo sendiĝis. @@ -6324,12 +6220,12 @@ channel with the same name ()!Account videos Filmoj de konto - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Serĉi filmojn en konto - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6340,7 +6236,7 @@ channel with the same name ()!Account video channels Filmaj kanaloj de konto - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6400,13 +6296,13 @@ channel with the same name ()! Instances you follow Nodoj, kiujn vi abonas - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Nodoj, kiuj vin abonas - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Nur sono @@ -6529,17 +6425,45 @@ channel with the same name ()!thread fadeno src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Agordaro ĝisdatiĝis. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Vi ŝaltis registriĝojn: ni memage markis la markobutonon « Bloki novajn filmojn memage » de la suba sekcio « Filmoj ». - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Redakti propran agordaron @@ -7004,24 +6928,24 @@ channel with the same name ()!You don't have plugins installed yet. Vi ankoraŭ ne instalis kromprogramojn. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Vi ankoraŭ ne instalis haŭtojn. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Ĝisdatigi al versio - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Ĉu vi certe volas malinstali kromprogramon ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Malinstali @@ -7033,32 +6957,23 @@ channel with the same name ()! malinstaliĝis. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. ĝisdatiĝis. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Taskoj @@ -7073,24 +6988,24 @@ channel with the same name ()!The plugin index is not available. Please retry later. Indekso de kromprogramoj ne atingeblas. Bonvolu reprovi poste. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Bonvolu instali nur kromprogramojn aŭ haŭtojn, kiujn vi fidas, ĉar ili povas ruli ĉian kodon sur via nodo. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Ĉu instali kromprogramon ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. instaliĝis. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Agordoj ĝisdatiĝis. @@ -7279,18 +7194,18 @@ channel with the same name ()! User updated. Uzanto ĝisdatigita. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Ĝisdatigi uzanton - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Retletero petanta restarigon de pasvorto sendiĝis al . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Listo de uzantoj @@ -7729,6 +7644,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7752,9 +7673,9 @@ channel with the same name ()! Update playlist Ĝisdatigi ludliston - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Sciigoj @@ -7802,8 +7723,8 @@ channel with the same name ()! Ownership changes Ŝanĝoj de posedo - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Ĉu vi certe volas forigi filmojn? @@ -7862,8 +7783,8 @@ channel with the same name ()! My abuse reports Miaj raportoj de misuzoj - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Posedaj ŝanĝoj @@ -7872,8 +7793,8 @@ channel with the same name ()! My video history Mia historio de filmoj - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Kanaloj @@ -7898,19 +7819,13 @@ channel with the same name ()! Maximize editor Maksimumigi redaktilon - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Eliri el maksimumigita redaktilo - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Nun bonvolu kontroli vian retpoŝton por kontroli vian konton kaj fini la registriĝon. @@ -8021,6 +7936,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Fulmoklavoj: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8041,7 +7972,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language ajna lingvo - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON JE @@ -8051,22 +7982,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide kaŝi - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur malklarigi - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display montri - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Nekonata - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Via pasvorto estas sukcese restarigita! @@ -8172,17 +8103,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Rigardoj - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Serĉindekso ne estas disponebla. Reprovante kun rezultoj de la nodo. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Eraris serĉado - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Serĉi @@ -8201,83 +8132,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular antaŭ jaroj - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - antaŭ - jaro - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago antaŭ monatoj - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - antaŭ - monato - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago antaŭ semajnoj - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - antaŭ - semajno - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago antaŭ tagoj - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - antaŭ - tago - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago antaŭ horoj - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - antaŭ - horo - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago antaŭ minutoj - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now ĵus - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9224,13 +9163,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.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Ĉiuj lingvoj - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Kaŝita @@ -9881,8 +9820,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Raporti - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Forigi @@ -10052,47 +9991,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Paĝo el Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Antaŭa - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Sekva - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Antaŭa monato - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Sekva monato - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Elekti monaton - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Elekti jaron - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10102,7 +10041,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10112,22 +10051,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Unua - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Antaŭa - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Sekva - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Lasta - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10141,33 +10080,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Horoj - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutoj - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Alkrementi horojn - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Dekrementi horojn - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Alkrementi minutojn - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Dekrementi minutojn @@ -10176,13 +10115,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Sekundoj - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Alkrementi sekundojn @@ -10196,13 +10135,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Fermi @@ -10213,7 +10152,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Enportota filmo ĝisdatiĝis. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Via filmo alŝutiĝis al via konto kaj estas privata. @@ -10241,11 +10180,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Alŝuto nuliĝis - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Filmo publikigita. @@ -10402,8 +10337,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Freŝdate aldonitaj - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Filmoj de viaj abonatoj @@ -10442,34 +10377,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Lokaj filmoj - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Trovi filmojn - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Furoraj filmoj - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Freŝdate aldonitaj filmoj - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Alŝuti filmon - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Redakti filmon - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf index 60e980bd7..d05e76c07 100644 --- a/client/src/locale/angular.es-ES.xlf +++ b/client/src/locale/angular.es-ES.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Mi historial de visionados - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Guardar a @@ -237,19 +237,19 @@ Create Crear - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. El siguiente enlace contiene un token privado y no debe compartirse con nadie. @@ -269,8 +269,8 @@ subtitles subtítulos - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Formato @@ -324,16 +324,20 @@ video vídeo - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + Your video quota is exceeded with this video (video size: , used: , quota: ) + Su cuota de video se excede con este video (tamaño del video:, usado: , quota: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Su cuota diaria de video se excede con este video (tamaño del video:, usado: , quota: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -349,14 +353,14 @@ Cancelar - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Descargar - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Motivo... @@ -372,11 +376,8 @@ No results. No hay resultados. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Enviar @@ -433,13 +434,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 espectador} other { espectadores}} @@ -479,8 +477,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { vídeos}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -541,19 +539,19 @@ Best Mejor A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos con la mayor cantidad de interacciones para videos recientes, menos el historial de usuario - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Eliminar - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos Solo videos en vivo @@ -565,17 +563,17 @@ Edit Editar - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Previsualización truncada @@ -584,13 +582,13 @@ Hide Esconder - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Mostrar - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Vista previa completa @@ -815,8 +813,8 @@ Federation Federación - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers seguidores @@ -830,14 +828,16 @@ The upload failed La carga falló - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted La conexión se interrumpió - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + El servidor encontró un error src/app/helpers/utils.ts 193 @@ -846,23 +846,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) Tu archivo no se pudo transferir antes del tiempo de espera establecido (generalmente 10min) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) Tu archivox era demasiado grande (tamaño máximo:) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User Usuario - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Expulsar - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -890,7 +890,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Expulsar este usuario @@ -1015,9 +1015,9 @@ Iniciar sesión Login Iniciar sesión - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with O inicia sesión con @@ -1151,8 +1151,8 @@ The link will expire within 1 hour. suscriptores - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! ¡Bienvenido a PeerTube, querido administrador! @@ -1279,9 +1279,9 @@ The link will expire within 1 hour. My settings Mi configuración - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Estos ajustes se aplican sólo a su sesión en este caso. @@ -1354,29 +1354,29 @@ The link will expire within 1 hour. Keyboard shortcuts Atajos de teclado - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 impulsado por PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Ayuda - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Obtén ayuda para usar PeerTube - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube funciona con PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Cerrar la sesión @@ -1406,108 +1406,88 @@ The link will expire within 1 hour. My videos Mis videos - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports EN MI BIBLIOTECA - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Mis listas de reproducción - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Crea una nueva lista de reproducción - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Mis Suscripciónes - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Vídeos - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Listas de reproducción - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Suscripciones - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historia - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VÍDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Importar simultaneidad de trabajos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. permite importar varios videos en paralelo. ⚠️ Requiere reiniciar PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel trabajos en paralelo - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Permitir la importación con URL HTTP (por ejemplo, YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Descubrir - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - Tendencias - src/app/menu/menu.component.html133 - - - Recently added - Recientes - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administración @@ -1516,13 +1496,13 @@ The link will expire within 1 hour. About Acerca de - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Contacto - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Ver tus notificaciones @@ -1533,9 +1513,9 @@ The link will expire within 1 hour. Notifications Notificaciones - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Marcar todo como leído @@ -1739,142 +1719,143 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Solo mostrar src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Videos en directo + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + Videos en VOD + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Fecha de publicación - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Año de publicación original - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... Después de... - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... Antes de... - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Duración - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Mostrar contenido sensible - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No No - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Categoría - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Restablecer - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Mostrar todas las categorías - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Licencia - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Mostrar todas las licencias - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Idioma - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Mostrar todos los idiomas - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Todas estas etiquetas - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags Una de estas estiquetas - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Buscar objetivo - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Vidiverso - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Restablecer - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Filtrar - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Canales de vídeo @@ -1947,12 +1928,14 @@ The link will expire within 1 hour. Remove banner Quitar banner src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - relación 6/1, tamaño recomendado: 1600x266, tamaño máximo:, extensiones: - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar Avatar de la cuenta @@ -1998,25 +1981,26 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Las descripciones de los vídeos se recortan por defecto y deben ser expandidas manualmente. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Escoge la licencia apropiada para su trabajo. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Canal - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Privacidad @@ -2028,27 +2012,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ Preguntas frecuentes - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Preguntas frecuentes sobre PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation Documentación de la API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Programar publicación ( ) @@ -2152,8 +2136,8 @@ The link will expire within 1 hour. Captions Subtítulos - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Vista previa @@ -2205,11 +2189,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 video} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2273,11 +2254,11 @@ The link will expire within 1 hour. Sorry, but something went wrong Lo sentimos, algo ha salido mal - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. Enhorabuena, ¡el vídeo en será importado! Ya puedes añadir información acerca del mismo. @@ -2286,12 +2267,12 @@ The link will expire within 1 hour. Update Actualizar - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Elige el archivo a subir @@ -2301,39 +2282,39 @@ The link will expire within 1 hour. Scheduled Programado - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Ocultar el video hasta una fecha específica - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Imagen de fondo de vídeo - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. Imagen que se fusionará con tu archivo de audio. La imagen elegida será definitiva y no se puede modificar. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Total de videos subidos - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Procesando… - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry Reintentar Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Cuota total de vídeo @@ -2343,19 +2324,25 @@ The link will expire within 1 hour. Congratulations! Your video is now available in your private library. ¡Bien! Tu video ahora está disponible en tu biblioteca privada. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished La publicación estará disponible cuando termine de subirse - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish Publicar - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Lo sentimos, la función de carga está deshabilitada para su cuenta. Si desea agregar videos, un administrador debe desbloquear su cuota. @@ -2386,6 +2373,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. Enhorabuena, ¡el vídeo sera importado con BitTorrent! Ya puedes añadir información sobre este vídeo. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2846,13 +2839,13 @@ The link will expire within 1 hour. Lists Listas - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Énfasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold negrita @@ -2901,13 +2894,13 @@ The link will expire within 1 hour. Comment Comentario - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Respuesta - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Comentario destacado @@ -2950,11 +2943,8 @@ The link will expire within 1 hour. Renew token Renovar token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renovado. Actualice la configuración de su cliente en consecuencia. @@ -2966,11 +2956,8 @@ The link will expire within 1 hour. Applications Alicaciones - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED ALIMENTACIÓN DE SUSCRIPCIÓN @@ -3076,10 +3063,10 @@ The link will expire within 1 hour. Accept Aceptar - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Rechazar @@ -3121,8 +3108,8 @@ The link will expire within 1 hour. Unfollow Dejar de seguir - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Abrir instancia en una pestaña nueva @@ -3183,8 +3170,8 @@ The link will expire within 1 hour. Create user Crear usuario - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Parámetros de la tabla @@ -3379,45 +3366,45 @@ The link will expire within 1 hour. Reports Informes - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Bloques de video - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Comentarios de video - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Cuentas silenciadas - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Servidores silenciados - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Usuarios - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuración - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Bloques de video @@ -3650,13 +3637,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 informe} other { informes}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Vídeo @@ -3756,11 +3743,11 @@ The link will expire within 1 hour. Instance Instancia - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Silenciado en @@ -3866,10 +3853,10 @@ The link will expire within 1 hour. Search Buscar - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Los usuarios pueden resolver contenido distante @@ -3884,10 +3871,10 @@ The link will expire within 1 hour. Settings Configuración - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Configuraciones de pantalla @@ -3896,35 +3883,35 @@ The link will expire within 1 hour. Uninstall Desinstalar - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Caliente A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos con la mayor cantidad de interacciones para videos recientes - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Vídeos con más reproducciones durante las últimas 24 horas - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Me gusta A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Vídeos que tienen más me gusta - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Para cargar sus nuevos complementos o temas instalados, actualice la página. @@ -3934,14 +3921,15 @@ The link will expire within 1 hour. Popular popular src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + por"" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {resultado} other {resultados} } @@ -3971,18 +3959,18 @@ The link will expire within 1 hour. Jobs Trabajos - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Eliminar este comentario @@ -4219,11 +4207,8 @@ The link will expire within 1 hour. With Hide or Blur thumbnails, a confirmation will be requested to watch the video. ConOcultar o Desenfocar miniaturas, se solicitará una confirmación para ver el video. - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Difuminar miniaturas @@ -4329,11 +4314,7 @@ The link will expire within 1 hour. ej.: 2vCore 2GB RAM, un enlace directo al servidor que alquila, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Información de instancia - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APARIENCIA @@ -4357,137 +4338,105 @@ The link will expire within 1 hour. Página de destino src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Descubrir vídeos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Páginas de tendencia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Página de tendencia predeterminada - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Mejores videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Videos calientes - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Vídeos más vistos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Videos recomendados - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Videos añadidos recientemente - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Vídeos locales - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE MENSAJE DE DIFUSIÓN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Muestra un mensaje en tu instancia - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Habilitar mensaje de difusión - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Permitir a los usuarios descartar el mensaje de difusión - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Difundir nivel de mensaje - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Mensaje - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS USUARIOS NUEVOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Gestionarusuariospara establecer su cuota individualmente. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification La suscripción requiere una verificación mediante correo electrónico - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Límite de registro - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {usuario} other {usuarios}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. El registro no se limitará a un número fijo de usuarios. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Habilitar registro - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Usuarios @@ -4544,177 +4493,150 @@ The link will expire within 1 hour. Default video quota per user Cupo de vídeo predeterminada por usuario - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Límite de carga diaria predeterminado por usuario - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Permitir importación con un archivo torrent o una URI magnet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. A menos que un usuario se marque como de confianza, sus videos permanecerán privados hasta que un moderador los revise. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Bloquear nuevos videos automáticamente - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH BUSCAR - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Permitir a los usuarios hacer búsquedas remotas de URI/identificador - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Autoriza a tus usuarios buscar videos / actores remotos que pueden no estar federados con su instancia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Permitir anónimo para hacer URI remoto / manejar búsqueda - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Autorizaa usuarios anónimospara buscar videos / actores remotos que pueden no estar federados con su instancia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Esta funcionalidad depende en gran medida de la moderación de las instancias seguida del índice de búsqueda que seleccione. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. Solo debe usar índices de búsqueda moderados en producción, o aloja tu propio. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL URL de índice de búsqueda - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Desactiva la búsqueda local en la barra de búsqueda - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default De lo contrario, la búsqueda local permanece utilizada por defecto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default La barra de búsqueda usa el índice de búsqueda global por defecto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Habilitar búsqueda global - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERACIÓN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Aministrarrelaciones con otras instancias. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Otras instancias pueden seguir la tuya - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Aprobar manualmente nuevos seguidores de instancia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Seguir automáticamente de vuelta instancias que sigan esta - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Esta funcionalidad requiere mucha atención y moderación adicional. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL URL de índice - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Siga automáticamente las instancias de un índice público - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL Verla documentaciónpara obtener más información sobre la URL esperada. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRADORES - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrador @@ -4723,54 +4645,44 @@ The link will expire within 1 hour. Admin email Correo del administrador - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Habilitar el formulario de contacto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Configuración básica - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Transcodificación VOD - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Proporcione la cuenta de Twitter que representa su instancia para mejorar las vistas previas de los enlaces. Si no tiene una cuenta de Twitter, deje el valor predeterminado. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Tu usuario de Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instancia permitida por Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. Si Twitter permite explícitamente su instancia, se incrustará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.Si la instancia no lo es, usamos una tarjeta de enlace de imagen que lo redireccionará a su instancia de PeerTube.Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en https://cards-dev.twitter.com/validator para ver si su instancia está permitida. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE VIVO @@ -4822,8 +4734,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {directo} other {directos}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") (-1 para 'ilimitado') (-1 para 'ilimitado') @@ -4891,8 +4803,14 @@ The link will expire within 1 hour. Live streaming Transmisión en vivo - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5126,26 +5044,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. No puede permitir la reproducción en vivo si no habilita la transcodificación. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Configuración avanzada - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Hay errores en el formulario: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Actualizar configuración - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS AJUSTES DE VIDEO @@ -5314,8 +5225,8 @@ color: red; Change ownership Cambiar el titular - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Seleccionar el próxima titular @@ -5356,7 +5267,6 @@ color: red; Seleccione un canal para recibir el video src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes Mi propiedad cambia @@ -5398,13 +5308,13 @@ color: red; Account settings Configuraciones de la cuenta - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Elementos de la lista de reproducción - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Mis importaciones @@ -5509,8 +5419,8 @@ color: red; Delete your account Eliminar tu cuenta - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Página del canal @@ -5693,13 +5603,13 @@ color: red; Video channel videos Videos del canal de video - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Listas de reproducción de canales de video - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Administrar canal @@ -5728,13 +5638,13 @@ color: red; Verify account via email Verificar cuenta por correo electrónico - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Solicite enviar un correo electrónico para verificar su cuenta - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Expulsados @@ -5766,11 +5676,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 abonado} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 video} other { videos}} @@ -5887,8 +5794,8 @@ channel with the same name ()! Stats Estadísticas - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. Este canal no tiene listas de reproducción. @@ -6221,18 +6128,18 @@ channel with the same name ()! About this instance Acerca de esta instancia - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Acerca de PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Acerca de la red de esta instancia - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Enlace copiado @@ -6358,8 +6265,8 @@ channel with the same name ()! Register Registrarse - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Su mensaje ha sido enviado. @@ -6373,13 +6280,13 @@ channel with the same name ()! Account videos Videos de cuenta - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Buscar videos dentro de la cuenta - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT CUENTA PEERTUBE @@ -6391,8 +6298,8 @@ channel with the same name ()! Account video channels Canales de video de la cuenta - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos videos publicados @@ -6446,13 +6353,13 @@ channel with the same name ()! Instances you follow Instancias que sigues - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instancias que te siguen - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Solo audio @@ -6575,17 +6482,45 @@ channel with the same name ()!thread hilo src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. La configuración ha sido actualizada. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Ha habilitado el registro: habilitamos automáticamente la casilla de verificación 'Bloquear nuevos videos automáticamente' de la sección 'Videos' justo debajo. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Editar configuración personalizada @@ -7061,25 +6996,25 @@ channel with the same name ()! You don't have plugins installed yet. Aún no tienes complementos instalados. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Aún no tienes temas instalados. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Actualización para - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? ¿Realmente quieres desinstalar ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Desinstalar @@ -7090,39 +7025,30 @@ channel with the same name ()! desinstalado. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. Esta es una importante actualización de complementos. Vaya a la página de inicio del complemento para consultar las posibles notas de la versión. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Actualizar - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Continuar con la actualización - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. actualizado. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Trabajos @@ -7136,25 +7062,25 @@ channel with the same name ()! The plugin index is not available. Please retry later. El índice del complemento no está disponible. Vuelva a intentarlo más tarde. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Instale solo complementos o temas en los que confíe, ya que pueden ejecutar cualquier código en su instancia. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? ¿Instalar ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. instalado. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Ajustes actualizan. @@ -7361,18 +7287,18 @@ channel with the same name ()! User updated. Usuario actualizado. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Actualizar usuario - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Se ha enviado un correo electrónico solicitando el restablecimiento de la contraseña a . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Lista de usuarios @@ -7530,8 +7456,8 @@ channel with the same name ()! Ownership accepted Titularidad aceptada - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Verifique sus correos electrónicos para verificar su nuevo correo electrónico. @@ -7792,8 +7718,8 @@ channel with the same name ()! Views for the day Vistas para el día - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Actualizar canal de video @@ -7819,6 +7745,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7842,9 +7774,9 @@ channel with the same name ()! Update playlist Actualizar lista de reproducción - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notificaciones @@ -7892,8 +7824,8 @@ channel with the same name ()! Ownership changes Cambios de propiedad - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? ¿De verdad quieres eliminar vídeos? @@ -7950,8 +7882,8 @@ channel with the same name ()! My abuse reports Mis informes de abuso - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Cambios de titularidad @@ -7960,8 +7892,8 @@ channel with the same name ()! My video history Mi historial de video - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Canales @@ -7986,19 +7918,13 @@ channel with the same name ()! Maximize editor Maximizar editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Salir del editor maximizado - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Ahora revise sus correos electrónicos para verificar su cuenta y completar el registro. @@ -8109,6 +8035,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Atajos de teclado: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8128,8 +8070,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language cualquier idioma - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON EN @@ -8138,36 +8080,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide esconder - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur difuminar - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display monitor - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown Desconocido - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! ¡Tu contraseña ha sido restablecida con éxito! src/app/+reset-password/reset-password.component.ts47 - Today Hoy - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Ayer @@ -8206,25 +8147,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Last 7 days Últimos 7 días - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days Últimos 30 días - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days Últimos 365 días - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + Vídeos en VOD src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Vídeos en directo src/app/+search/search-filters.component.ts 64 @@ -8233,44 +8178,44 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Corto (< 4 min) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Medio (4-10 min) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Largo (> 10 min) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Relevancia - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Fecha de publicación - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views Visualizaciones - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. El índice de búsqueda no está disponible. Reintentando con resultados de instancia en su lugar. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Error de búsqueda - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Buscar @@ -8292,83 +8237,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hace años - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - Hace - años - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago hace meses - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - hace - mes - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago hace semanas - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - hace - semana - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago hace días - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - hace - día - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago hace horas - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - hace - hora - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago hace min - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now justo ahora - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9318,14 +9271,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Idiomas de instancia - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Todos los idiomas - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Oculto @@ -9980,8 +9933,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Informe - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Eliminar @@ -10145,47 +10098,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide de Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Anterior - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Próximo - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Mes anterior - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Próximo mes - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Seleccione mes - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Seleccionar año - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10194,8 +10147,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10204,23 +10157,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Primero - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Anterior - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Próximo - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Último - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10234,33 +10187,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Horas - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutos - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Horas incrementales - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Disminuir horas - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Incrementar minutos - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Disminuir minutos @@ -10269,13 +10222,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Segundos - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Incrementar segundos @@ -10289,13 +10242,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Cerrar @@ -10304,48 +10257,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Vídeo a importar actualizado. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Tu vídeo ha sido subida a tu cuenta y es privado. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Pero los datos asociados (etiquetas, descripción...) se perderán, ¿seguro que quieres abandonar esta página? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? Tu vídeo aún no se ha subido, ¿seguro que quieres abandonar esta página? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Subir - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload Cargue - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Subida cancelada - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Vídeo publicado. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + 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. @@ -10497,8 +10444,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recientes - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Vídeos desde sus suscripciones @@ -10537,34 +10484,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Vídeos locales - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Descubrir videos - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Vídeos de tendencia - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Vídeos añadidos recientemente - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Subir un video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Editar un video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf index e5ea35068..23ee44fab 100644 --- a/client/src/locale/angular.eu-ES.xlf +++ b/client/src/locale/angular.eu-ES.xlf @@ -211,13 +211,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Nire ikustaldien erregistroa - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Gorde hemen @@ -280,19 +280,19 @@ Create Sortu - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video bideoa - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -308,8 +308,8 @@ subtitles azpitituluak - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Formatua @@ -384,14 +384,14 @@ Utzi - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Deskargatu - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Arrazoia... @@ -405,11 +405,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Bidali @@ -468,13 +465,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -514,8 +508,8 @@ {VAR_PLURAL, plural, =0 {Bideorik ez} =1 {Bideo 1} other { bideo} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -580,18 +574,18 @@ Hoberenak A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Ezabatu - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -620,13 +614,13 @@ Hide Ezkutatu - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Erakutsi - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Aurrebista osoa @@ -866,8 +860,8 @@ Federation Federazioa - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers jarraitzaile @@ -908,12 +902,12 @@ User Erabiltzailea - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Debekatu - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -942,7 +936,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Debekatu erabiltzaile hau @@ -1071,7 +1065,7 @@ Hasi saioa - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Edo hasi saioa honekin @@ -1212,7 +1206,7 @@ The link will expire within 1 hour. harpidedun - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Ongi etorri PeerTubera, administratzaile maitea! @@ -1346,7 +1340,7 @@ The link will expire within 1 hour. Nire ezarpenak - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Ezarpen hauek soilik instantzia honetako saio honetarako bakarrik gordeko dira. @@ -1421,27 +1415,27 @@ The link will expire within 1 hour. Teklatu-lasterbideak - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 PeerTube-rekin egina - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Laguntza - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Lortu PeerTube erabiltzeko laguntza - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube PeerTube-rekin egina - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Saioa itxi @@ -1473,106 +1467,86 @@ The link will expire within 1 hour. Nire bideoak - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Nire inportatutako bideoak - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Nire erreprodukzio-zerrendak - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Sortu erreprodukzio-zerrenda - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Nire harpidetzak - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Bideoak - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interfazea: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Erreprodukzio-zerrendak - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Harpidetzak - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historia - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS BIDEOAK - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel jobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Aurkitu - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Joerak - - src/app/menu/menu.component.html133 - - Recently added - Gehitutako azkenak - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administrazioa @@ -1583,12 +1557,12 @@ The link will expire within 1 hour. Honi buruz - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Kontaktatu - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Ikusi zure jakinarazpenak @@ -1599,9 +1573,9 @@ The link will expire within 1 hour. Notifications Jakinarazpenak - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Dena irakurrita bezala markatu @@ -1795,7 +1769,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1803,17 +1777,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Argitaratze data @@ -1998,10 +1966,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2041,12 +2012,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Bideoen deskribapenak lehenetsita daude, eta eskuzko ekintza bat behar da horiek zabaltzeko. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Aukeratu zure lanarentzako lizentzia egokia. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kanala @@ -2071,27 +2044,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ Ohiko galderak - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube PeerTube-ren inguruan maiz egiten diren galderak - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API APIa - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API dokumentazioa - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Programatutako argitaratzea ( @@ -2196,8 +2169,8 @@ The link will expire within 1 hour. Captions Azpitituluak - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Bideo aurreikuspena @@ -2237,11 +2210,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2319,12 +2289,12 @@ The link will expire within 1 hour. Update Eguneratu - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Hautatu igo beharreko bideoa @@ -2335,12 +2305,12 @@ The link will expire within 1 hour. Scheduled Programatuta - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Ezkutatu bideoa data zehatz bat arte - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Bideoaren atzeko irudia @@ -2390,7 +2360,13 @@ The link will expire within 1 hour. Argitaratu - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Igotzeko-funtzioa desgaituta dago zure konturako. Bideoak gehitu nahi badituzu, administratzaile batek zure kuota desblokeatu behar du. @@ -2423,6 +2399,12 @@ The link will expire within 1 hour. Zorionak, bideoa BitTorrent bidez inportatuko da! Bideoaren informazioa gehitzen hasi zaitezke. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2897,13 +2879,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -2952,13 +2934,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Nabarmendutako iruzkina @@ -3008,11 +2990,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3024,11 +3003,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3213,7 +3189,7 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Zabaldu instantzia fitxa berri batean @@ -3276,8 +3252,8 @@ The link will expire within 1 hour. Create user Sortu erabiltzailea - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3489,45 +3465,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3769,14 +3745,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Bideoa @@ -4020,10 +3996,10 @@ The link will expire within 1 hour. Search Bilatu - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Erabiltzaileek urrutitik ebatz dezakete edukia @@ -4041,7 +4017,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4051,34 +4027,34 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Instalatu berri diren plugin edo themeak ikusteko, berritu orria. @@ -4127,18 +4103,18 @@ The link will expire within 1 hour. Jobs Lanak - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4379,11 +4355,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4491,11 +4464,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4519,137 +4488,105 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Bideoak aurkitu - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Best videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Berriki gehitutako bideoak - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Tokiko bideoak - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS ERABILTZAILE BERRIAK - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Izena emateko eposta helbidea baieztatu behar da - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Izena emateko muga - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Erabiltzaileak @@ -4706,177 +4643,150 @@ The link will expire within 1 hour. Default video quota per user Erabiltzaileen bideo kuota lehenetsia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Erabiltzaileen eguneko igoera muga lehenetsia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Torrent fitxategi edo magnet URI bidez inportatzea baimendu - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Erabiltzaile bat konfiantzazko gisa markatu ezean, haren bideoak ez dira argitaratuko moderatzaile batek berrikusi arte. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Beste instantziek zurea jarraitu dezakete - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Instantziaren jarraitzaile berriak eskuz onartu - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Funtzionalitate honek arreta handia eta moderazio lan gehigarria eskatzen ditu. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Indize publiko bateko instantziak automatikoki jarraitu - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATZAILEAK - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administratzailea @@ -4885,54 +4795,44 @@ The link will expire within 1 hour. Admin email Administratzailearen eposta - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Kontaktu formularioak gaitu - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Oinarrizko konfigurazioa - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Zure Twitter erabiltzaile-izena - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -4984,8 +4884,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -5053,8 +4953,14 @@ The link will expire within 1 hour. Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5293,26 +5199,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Konfigurazio aurreratua - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Eguneratu konfigurazioa - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS BIDEO EZARPENAK @@ -5484,8 +5383,8 @@ color: red; Change ownership Aldatu jabetza - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Hautatu hurrengo jabea @@ -5563,13 +5462,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5675,8 +5574,8 @@ color: red; Delete your account Ezabatu zure kontua - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -5863,12 +5762,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5894,13 +5793,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Debekatua @@ -5928,11 +5827,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6037,7 +5933,7 @@ channel with the same name ()! Stats Estatistikak - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6443,18 +6339,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6589,8 +6485,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6606,12 +6502,12 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6622,7 +6518,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6684,13 +6580,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6813,17 +6709,45 @@ channel with the same name ()! thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Konfigurazioa eguneratuta. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7309,26 +7233,26 @@ channel with the same name ()! You don't have plugins installed yet. Momentuz ez dago pluginik instalatuta. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7340,32 +7264,23 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7380,26 +7295,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Mesedez plugin eta themeak jatorri ezagunetatik bakarrik instalatu, hauek edozein kode exekutatu baitdezakete zure instantzian. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7594,20 +7509,20 @@ channel with the same name ()! User updated. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Eguneratu erabiltzailea - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8059,6 +7974,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8084,9 +8005,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8140,8 +8061,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Ziur @@ -8204,8 +8125,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Jabetza aldaketak @@ -8214,8 +8135,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8240,19 +8161,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8366,6 +8281,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Teklatu laster-bideak: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8386,7 +8317,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8396,22 +8327,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Zure pasahitza ongi berrezarri da! @@ -8517,17 +8448,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Ikustaldiak - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8546,83 +8477,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular duela urte - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago duela hilabete - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - duela hilabete - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago duela aste - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - duela aste - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago duela egun - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - duela egun - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago duela ordu - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - duela ordu - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago duela minutu - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9573,13 +9512,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -10259,8 +10198,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10432,47 +10371,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10482,7 +10421,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10492,22 +10431,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10521,33 +10460,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10556,13 +10495,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10576,13 +10515,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10593,7 +10532,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Inportatzeko bideoa eguneratuta. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Zure bideoa zure kontura igo da eta pribatua da. @@ -10621,11 +10560,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Igoera ezeztatuta - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Bideoa argitaratuta. @@ -10784,8 +10719,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Zure harpidetzetako bideoak @@ -10824,34 +10759,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Local videos - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf index a94571983..d5c2f1a53 100644 --- a/client/src/locale/angular.fa-IR.xlf +++ b/client/src/locale/angular.fa-IR.xlf @@ -198,10 +198,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Save to @@ -258,12 +258,12 @@ Create Create - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -280,7 +280,7 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -353,12 +353,12 @@ Cancel - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... دلیل... @@ -372,11 +372,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submit @@ -424,13 +421,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -468,7 +462,7 @@ videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -518,15 +512,15 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete حذف - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -545,10 +539,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview تکمیل‌پیشنمایش @@ -767,7 +761,7 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -800,12 +794,12 @@ User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -817,7 +811,7 @@ Cancel لغو - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -927,7 +921,7 @@ Login ورود - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1055,7 +1049,7 @@ The link will expire within 1 hour. subscribers - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1208,7 +1202,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1293,26 +1287,26 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1340,93 +1334,73 @@ The link will expire within 1 hour. My videos My videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos فیلم‌ها - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions اشتراک - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - مورد بحث - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - به تازگی اضافه شده - - src/app/menu/menu.component.html138 Administration مدیریت @@ -1436,12 +1410,12 @@ The link will expire within 1 hour. About درباره - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1451,7 +1425,7 @@ The link will expire within 1 hour. Notifications Notifications - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1622,7 +1596,7 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1630,17 +1604,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date تاریخ انتشار @@ -1822,10 +1790,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1860,10 +1831,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel Channel @@ -1873,27 +1847,27 @@ The link will expire within 1 hour. Privacy Privacy - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -1989,7 +1963,7 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2029,11 +2003,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2111,7 +2082,7 @@ The link will expire within 1 hour. Update Update - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2121,12 +2092,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2176,7 +2147,13 @@ The link will expire within 1 hour. Publish Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2208,7 +2185,13 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2662,12 +2645,12 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -2717,12 +2700,12 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -2767,11 +2750,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -2779,11 +2759,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -2927,7 +2904,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -2987,7 +2964,7 @@ The link will expire within 1 hour. Create user ایجاد کاربر - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3170,35 +3147,35 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3422,14 +3399,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video ویدئو @@ -3646,7 +3623,7 @@ The link will expire within 1 hour. Search Search - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -3661,7 +3638,7 @@ The link will expire within 1 hour. Settings Settings - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -3671,24 +3648,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3743,17 +3720,17 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -3954,11 +3931,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4056,11 +4030,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4083,120 +4053,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - ویدئو‌های محلی - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users کاربران @@ -4246,168 +4186,141 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator مدیر @@ -4417,42 +4330,35 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username نام‌کاربری توییتر شما - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4503,7 +4406,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4549,7 +4452,13 @@ The link will expire within 1 hour. Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -4762,25 +4671,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -4952,7 +4854,7 @@ color: red; Change ownership Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5031,14 +4933,14 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5138,7 +5040,7 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5330,12 +5232,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5362,10 +5264,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5393,11 +5295,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5498,7 +5397,7 @@ channel with the same name ()! Stats آمار - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -5895,15 +5794,15 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6053,7 +5952,7 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6070,10 +5969,10 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6084,7 +5983,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6134,12 +6033,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6236,15 +6135,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -6677,26 +6604,26 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -6708,32 +6635,23 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -6748,26 +6666,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -6953,19 +6871,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -7391,6 +7309,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7414,7 +7338,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 @@ -7462,7 +7386,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -7525,7 +7449,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -7533,7 +7457,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -7551,17 +7475,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -7677,7 +7595,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Success @@ -7697,7 +7631,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -7705,22 +7639,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -7817,17 +7751,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -7845,82 +7779,90 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - year ago - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - month ago - - month ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - week ago - - week ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - day ago - - day ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - hour ago - - hour ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -8813,12 +8755,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -9468,7 +9410,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -9632,42 +9574,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -9677,7 +9619,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -9687,22 +9629,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -9717,32 +9659,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -9752,12 +9694,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -9772,12 +9714,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -9787,7 +9729,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -9815,11 +9757,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - بارگزاری لغوشد - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. ویدئو انتشار‌یافت @@ -9999,7 +9937,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10031,32 +9969,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Local videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf index 205b61c7d..940bec793 100644 --- a/client/src/locale/angular.fi-FI.xlf +++ b/client/src/locale/angular.fi-FI.xlf @@ -313,10 +313,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Tallenna kohteeseen @@ -394,12 +394,12 @@ - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -416,7 +416,7 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -489,13 +489,13 @@ Peruuta - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Lataa - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Syy... @@ -509,11 +509,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Lähetä @@ -571,13 +568,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -615,7 +609,7 @@ videota} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -680,17 +674,17 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Poista - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -718,10 +712,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Kokonainen esikatselu @@ -940,7 +934,7 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -971,12 +965,12 @@ src/app/helpers/utils.ts200 UserUser - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Sulje - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -1002,7 +996,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Sulje tämä käyttäjä @@ -1125,7 +1119,7 @@ Kirjaudu sisään - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1258,7 +1252,7 @@ The link will expire within 1 hour. tilaajaa - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1389,7 +1383,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1476,26 +1470,26 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1520,90 +1514,70 @@ The link will expire within 1 hour. My videosMy videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlistsMy playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptionsMy subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videot - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Soittolistat - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Tilaukset - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historia - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Löydöt - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Nousussa - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Vasta lisätyt - - src/app/menu/menu.component.html138 Administration Hallinta @@ -1614,12 +1588,12 @@ The link will expire within 1 hour. Tietoja - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Näytä ilmoitukset @@ -1630,7 +1604,7 @@ The link will expire within 1 hour. Ilmoitukset - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1809,7 +1783,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1817,17 +1791,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Julkaisuaika @@ -2026,10 +1994,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2069,10 +2040,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel Kanava @@ -2094,27 +2068,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Ajoita julkaisu ( @@ -2210,7 +2184,7 @@ The link will expire within 1 hour. Captions Merkinnät - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Videon esikatselu @@ -2250,11 +2224,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2339,7 +2310,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Valitse ladattava tiedosto @@ -2349,12 +2320,12 @@ The link will expire within 1 hour. Scheduled Ajoitettu - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Videon taustakuva @@ -2400,7 +2371,13 @@ The link will expire within 1 hour. Publish Julkaise - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2433,7 +2410,13 @@ The link will expire within 1 hour. Onnea, videosi tuodaan BitTorrentilla! Voit alkaa jo lisäämään tietoa tästä videosta. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2891,10 +2874,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html19 ListsLists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 EmphasisEmphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 boldbold src/app/+videos/+video-watch/comment/video-comment-add.component.html23 @@ -2931,10 +2914,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html83 CommentComment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 ReplyReply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Korostettu kommentti @@ -2980,11 +2963,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -2992,11 +2972,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -3172,7 +3149,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3234,7 +3211,7 @@ The link will expire within 1 hour. Create user Luo tili - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3436,25 +3413,25 @@ The link will expire within 1 hour. src/app/+my-account/my-account.component.ts28src/app/+admin/admin.component.ts47 ReportsReports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocksVideo blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accountsMuted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted serversMuted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 UsersUsers - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 ConfigurationConfiguration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3687,14 +3664,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3934,7 +3911,7 @@ The link will expire within 1 hour. Hae - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -3952,7 +3929,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -3962,24 +3939,24 @@ The link will expire within 1 hour. Uninstall Poista - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4033,17 +4010,17 @@ The link will expire within 1 hour. Jobs Työt - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logit - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug-tila - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -4246,11 +4223,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4357,11 +4331,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4384,120 +4354,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Paikalliset videot - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Rekisteröintiraja - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Tilejä @@ -4555,141 +4495,117 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4697,28 +4613,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Ylläpitäjä @@ -4728,42 +4641,35 @@ The link will expire within 1 hour. Admin email Ylläpidon sähköpostiosoite - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Ota yhteydenottolomake käyttöön - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Peruskokoonpano - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Sinun Twitter käyttäjänimi - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4814,7 +4717,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4860,7 +4763,13 @@ The link will expire within 1 hour. Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5073,25 +4982,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Lisäasetukset - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Päivitä konfiguraatio - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -5271,7 +5173,7 @@ color: red; Vaihda omistajuutta - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Valitse seuraava omistaja @@ -5351,10 +5253,10 @@ color: red; src/app/+my-library/my-ownership/my-ownership.component.html78 Account settingsAccount settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elementsPlaylist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5462,7 +5364,7 @@ color: red; Delete your account Poista käyttäjäsi - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5657,10 +5559,10 @@ color: red; src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html14 Video channel videosVideo channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlistsVideo channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5684,10 +5586,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Suljettu @@ -5715,11 +5617,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5822,7 +5721,7 @@ channel with the same name ()! Stats Tilastot - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6240,13 +6139,13 @@ channel with the same name ()! About this instanceAbout this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTubeAbout PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6380,7 +6279,7 @@ channel with the same name ()! src/app/+signup/+register/register-step-terms.component.html6 RegisterRegister - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6395,10 +6294,10 @@ channel with the same name ()! Account videosAccount videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6407,7 +6306,7 @@ channel with the same name ()! Account video channelsAccount video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos Julkaistiin @@ -6453,12 +6352,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6555,15 +6454,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Konfigurointi päivitetty. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configurationEdit custom configuration src/app/+admin/config/config.routes.ts26 @@ -7018,12 +6945,12 @@ channel with the same name ()! You don't have plugins installed yet. Sinulla ei ole vielä lisäosia asennettuna. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Sinulla ei ole vielä teemoja asennettuna. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to @@ -7032,14 +6959,14 @@ channel with the same name ()! - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Haluatko varmasti poistaa lisäosan ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 UninstallUninstall src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 @@ -7051,25 +6978,16 @@ channel with the same name ()! poistettiin. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. @@ -7078,7 +6996,7 @@ channel with the same name ()! päivitettiin. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 JobsJobs src/app/+admin/system/system.routes.ts26 @@ -7089,19 +7007,19 @@ channel with the same name ()! The plugin index is not available. Please retry later. Lisäosalistaus ei ole saatavilla. Yritä myöhemmin uudelleen. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Asenna vain lisäosia ja teemoja mihin luotat, koska ne pystyvät suorittamaan komentoja instanssillasi. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Asennetaanko ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. @@ -7110,7 +7028,7 @@ channel with the same name ()! asennettiin. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Asetukset päivitetty. @@ -7289,19 +7207,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Päivitä tili - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users listUsers list src/app/+admin/users/users.routes.ts27 @@ -7725,6 +7643,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7746,7 +7670,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 NotificationsNotifications src/app/+my-account/my-account.component.ts55src/app/+my-account/my-account-routing.module.ts109 @@ -7791,7 +7715,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -7859,7 +7783,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Omistajuusmuutokset @@ -7867,7 +7791,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -7886,17 +7810,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8012,7 +7930,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Pikanäppäimet: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Onnistui @@ -8033,7 +7967,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -8041,22 +7975,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8146,17 +8080,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Näyttökertoja - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 SearchSearch src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 @@ -8174,16 +8108,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular vuotta sitten - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago @@ -8192,16 +8128,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular kuukautta sitten - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - - kuukausi sitten - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago @@ -8210,16 +8148,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular viikkoa sitten - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - - viikko sitten - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago @@ -8228,16 +8164,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular päivää sitten - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - - päivä sitten - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago @@ -8246,16 +8180,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular tuntia sitten - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - - tunti sitten - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago @@ -8264,12 +8196,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minuuttia sitten - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -9177,13 +9109,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Piilotettu @@ -9852,7 +9784,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts302 ReportReport - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 RemoveRemove src/app/+videos/+video-watch/comment/video-comment.component.ts186 @@ -10012,49 +9944,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous monthPrevious month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next monthNext month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select monthSelect month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select yearSelect year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «««« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 »» - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »»»» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 FirstFirst - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 LastLast - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 @@ -10063,31 +9995,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 HoursHours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MMMM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 MinutesMinutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hoursIncrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hoursDecrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutesIncrement minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutesDecrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 SSSS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 SecondsSeconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment secondsIncrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 @@ -10096,10 +10028,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 CloseClose node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 @@ -10108,7 +10040,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Tuotava video päivitetty. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10136,11 +10068,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Lataus peruttu - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video julkaistu. @@ -10309,7 +10237,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently addedRecently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10339,22 +10267,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videosLocal videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videosDiscover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videosTrending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videosRecently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a videoUpload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a videoEdit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 \ No newline at end of file diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf index 5e0585c98..f41474525 100644 --- a/client/src/locale/angular.fr-FR.xlf +++ b/client/src/locale/angular.fr-FR.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Mon historique de visionnage - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Enregistrer vers @@ -237,19 +237,19 @@ Create Créer - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video vidéo - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. Le lien suivant contient un jeton privé et ne doit être partagé avec personne. @@ -260,7 +260,7 @@ - + src/app/shared/shared-video-miniature/video-download.component.html 39 @@ -269,8 +269,8 @@ subtitles sous-titres - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -315,7 +315,7 @@ Simple - Simple + Simple src/app/shared/shared-video-miniature/video-download.component.html 125,126 @@ -324,16 +324,20 @@ video vidéo - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + 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 : ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Votre quota journalier est dépassé avec cette vidéo (taille de la vidéo : , utilisé : , quota : ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -349,14 +353,14 @@ Annuler - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Télécharger - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Motivation… @@ -372,11 +376,8 @@ No results. Pas de résultats. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Soumettre @@ -433,13 +434,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 spectateur} other { spectateurs}} @@ -479,8 +477,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other { vidéos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -541,19 +539,19 @@ Best Meilleur A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Vidéos avec le plus d’interactions pour les vidéos récentes, excluant l’historique de l’utilisateur - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Supprimer - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos uniquement les vidéos en direct @@ -565,17 +563,17 @@ Edit Modifier - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Prévisualisation tronquée @@ -584,13 +582,13 @@ Hide Cacher - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Afficher - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Prévisualisation complète @@ -815,8 +813,8 @@ Federation Fédération - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers abonné·e(s) @@ -830,14 +828,16 @@ The upload failed Le téléversement a échoué - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted La connexion a été interrompue - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + Le serveur a rencontré une erreur src/app/helpers/utils.ts 193 @@ -846,23 +846,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) Votre n'a pas pu être transféré avant le délai fixé (généralement 10min) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) Votre fichier est trop volumineux (taille max. : ) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User Utilisateur·rice - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Bannir - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. Un·e utilisateur·rice banni·e ne sera plus capable de se connecter. @@ -888,7 +888,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Bannir cet·te utilisateur·rice @@ -1013,9 +1013,9 @@ Login Se connecter - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Ou connectez vous @@ -1149,8 +1149,8 @@ The link will expire within 1 hour. abonné·e·s - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Bienvenue sur PeerTube, cher·e administrateur·rice ! @@ -1277,9 +1277,9 @@ The link will expire within 1 hour. My settings Mes paramètres - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Ces paramètres s'appliquent uniquement à votre session sur cette instance. @@ -1354,29 +1354,29 @@ The link will expire within 1 hour. Keyboard shortcuts Raccourcis clavier - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 alimenté par PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Aide - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Obtenez de l'aide en utilisant PeerTube - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube alimenté par PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Se déconnecter @@ -1406,108 +1406,88 @@ The link will expire within 1 hour. My videos Mes vidéos - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Mes importations de vidéos - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Mes listes de lecture - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Créer une nouvelle sélection - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Mes abonnements - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Vidéos - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface : - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Listes de lecture - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Abonnements - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historique - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDÉOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Importer des travaux en même temps - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. permet d'importer plusieurs vidéos en parallèle. ⚠️ Nécessite un redémarrage de PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel travaux en parallèle - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Permettre l'import via URL HTTP (par exemple YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Découvrir - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - Tendances - src/app/menu/menu.component.html133 - - - Recently added - Récemment ajoutées - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administration @@ -1516,13 +1496,13 @@ The link will expire within 1 hour. About À propos - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Contactez - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Voir vos notifications @@ -1533,9 +1513,9 @@ The link will expire within 1 hour. Notifications Notifications - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Marquer tout comme lu @@ -1739,142 +1719,143 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Ne montrer que src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Directs + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + Vidéos VOD + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Date de publication - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Année de publication originale - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... Après... - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... Avant... - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Durée - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Afficher le contenu sensible - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes Oui - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No Non - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Catégorie - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Réinitialiser - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Afficher toutes les catégories - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Licence - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Afficher toutes les licences - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Langue - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Afficher tous les langues - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Tous les mots clés suivants - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags Un seul des mots clés suivants - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Recherche la cible - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Vidiverse - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Réinitialiser - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Filtre - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Les chaînes vidéos @@ -1949,12 +1930,14 @@ The link will expire within 1 hour. Remove banner Supprimer la bannière src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - rapport 6/1, taille recommandée : 1600x266, taille maximale : , extensions : - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar Avatar du compte @@ -2002,25 +1985,26 @@ The link will expire within 1 hour. Les descriptions vidéo sont tronquées par défaut et nécessitent une action manuelle pour les développer. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choisissezla licence appropriée pour votre travail. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Chaîne - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Confidentialité @@ -2032,27 +2016,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Foire aux questions sur PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation Documentation de l'API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Programmation de la publication ( ) @@ -2156,8 +2140,8 @@ The link will expire within 1 hour. Captions Sous-titres - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Prévisualisation de la vidéo @@ -2209,11 +2193,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 vidéos} other { vidéos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2277,11 +2258,11 @@ The link will expire within 1 hour. Sorry, but something went wrong Désolé, mais quelque chose s'est mal passé - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. Félicitations, la vidéo : va être importée. Vous pouvez déjà ajouter les informations relatives à celle-ci. @@ -2290,12 +2271,12 @@ The link will expire within 1 hour. Update Mettre à jour - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Sélectionner le fichier à téléverser @@ -2305,39 +2286,39 @@ The link will expire within 1 hour. Scheduled Planifié - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 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.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Image d'arrière-plan de la vidéo - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. Image qui sera fusionnée avec le fichier audio. L'image choisie sera définitive et ne pourra pas être modifiée. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Total de vidéos envoyées - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Traitement en cours… - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry Réessayer Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Total du quota vidéo @@ -2347,19 +2328,25 @@ The link will expire within 1 hour. Congratulations! Your video is now available in your private library. Félicitations ! Votre vidéo est à présent disponible dans votre bibliothèque personnelle. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished Vous pourrez publier cette vidéo lorsque l'envoi sera terminé - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish Publier - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Désolé, la fonction de téléchargement est désactivée pour votre compte. Si vous souhaitez ajouter des vidéos, un administrateur doit débloquer votre quota. @@ -2391,6 +2378,12 @@ The link will expire within 1 hour. Félicitations, la vidéo va être importée avec BitTorrent ! Vous pouvez déjà ajouter les informations relatives à celle-ci. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2523,7 +2516,7 @@ The link will expire within 1 hour. Support - Support + Supportez src/app/shared/shared-support-modal/support-modal.component.html 3 @@ -2855,13 +2848,13 @@ The link will expire within 1 hour. Lists Listes - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Accentuation - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold gras @@ -2910,13 +2903,13 @@ The link will expire within 1 hour. Comment Commentaire - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Réponse - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Commentaire mis en exergue @@ -2959,11 +2952,8 @@ The link will expire within 1 hour. Renew token Renouveler le jeton - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renouvelé. Mettez à jour la configuration de vos clients en conséquence. @@ -2975,11 +2965,8 @@ The link will expire within 1 hour. Applications Les applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED FLUX D'ABONNEMENT @@ -3085,10 +3072,10 @@ The link will expire within 1 hour. Accept Accepter - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Refuser @@ -3130,8 +3117,8 @@ The link will expire within 1 hour. Unfollow Arrêter de suivre - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Ouvrir l'instance dans une nouvelle fenêtre @@ -3166,7 +3153,7 @@ The link will expire within 1 hour. Action - Action + Action src/app/+admin/follows/following-list/following-list.component.html30 src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html27 src/app/shared/shared-moderation/account-blocklist.component.html22 @@ -3192,8 +3179,8 @@ The link will expire within 1 hour. Create user Créer un utilisateur - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Paramètres des tables @@ -3388,45 +3375,45 @@ The link will expire within 1 hour. Reports Rapports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Vidéo(s) bloquée(s) - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Commentaires de la vidéo - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Comptes ignorés - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Serveurs ignorés - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Utilisateurs - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Vidéos bloquées @@ -3661,13 +3648,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 signalement} other { signalements} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Vidéo @@ -3767,11 +3754,11 @@ The link will expire within 1 hour. Instance Instance - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Silencé le @@ -3802,7 +3789,7 @@ The link will expire within 1 hour. Showing to of muted instances - Affiche les instances à sur silencées + Affiche les instances à sur rendues muettes src/app/shared/shared-moderation/server-blocklist.component.html11 src/app/shared/shared-moderation/server-blocklist.component.html11 @@ -3877,10 +3864,10 @@ The link will expire within 1 hour. Search Rechercher - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Les utilisateurs peuvent résoudre des contenus distants @@ -3895,10 +3882,10 @@ The link will expire within 1 hour. Settings Paramètres - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Paramètres d'affichage @@ -3907,35 +3894,35 @@ The link will expire within 1 hour. Uninstall Désinstaller - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot "Hot" A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Vidéos avec le plus d’interactions pour les vidéos récentes - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Vidéos les plus vues au cours des dernières 24 heures - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes "Likes" A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Les vidéos les plus appréciées - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Pour charger vos nouveaux thèmes ou modules d'extension installés, rafraîchissez la page. @@ -3945,14 +3932,15 @@ The link will expire within 1 hour. Popular Populaire src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + pour "" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {résultat} other {résultats} } @@ -3984,18 +3972,18 @@ The link will expire within 1 hour. Jobs Travaux - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Journaux - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debugger - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Supprimer ce commentaire @@ -4232,11 +4220,8 @@ The link will expire within 1 hour. With Hide or Blur thumbnails, a confirmation will be requested to watch the video. Avec cache ou floute les vignettes, une confirmation sera demandée pour regarder la vidéo. - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Flouter les miniatures @@ -4342,11 +4327,7 @@ The link will expire within 1 hour. e.g. 2vCore 2GB RAM, un lien vers les spécifications du serveur que vous louez, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Informations sur l'instance - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPARENCE @@ -4370,137 +4351,105 @@ The link will expire within 1 hour. Page d'accueil src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Découvrir des vidéos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Les pages tendances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page La page tendance par défaut - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Les meilleures vidéos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Vidéos d'actualité - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Les vidéos les plus regardées - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Vidéos les plus appréciées - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Vidéos récemment ajoutées - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Vidéos locales - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE MESSAGE D'ACCUEIL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Afficher un message sur votre instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Activer le message d'accueil - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Permettre aux visiteurs de fermer le message d'accueil - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Niveau d'importance du message d'accueil - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NOUVEAUX UTILISATEURS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Gérer les utilisateurs pour qu'ils fixent leur quota individuellement. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification L'inscription requiert la vérification par courriel - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Nombre maximum d'utilisateurs - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {utilisateur} other {utilisateurs}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. L'inscription ne sera pas limitée à un nombre fixe d'utilisateurs. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Permettre l'inscription - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Utilisateurs @@ -4557,177 +4506,150 @@ The link will expire within 1 hour. Default video quota per user Quota de vidéo par défaut par utilisateur - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes octets - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Limite de téléversement journalière par défaut par utilisateur - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Permettre l'import avec un fichier torrent ou un URI magnet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. À moins qu'un utilisateur soit marqué en tant qu'utilisateur de confiance, leurs vidéos resteront privées jusqu'à ce qu'un modérateur les examine. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Bloquer les nouvelles vidéos automatiquement - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH RECHERCHE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Permettre aux utilisateurs d'effectuer des recherches à distance sur l'URI/handle - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Permettez à vos utilisateurs de chercher des vidéos/acteurs distants potentiellement non fédérés avec votre instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Permettre à des utilisateurs anonymes de faire des recherches à distance sur l'URI/handle - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Permettez à des utilisateurs anonymes de chercher des vidéos/acteurs distants potentiellement non fédérés avec votre instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Cette fonctionnalité dépend fortement de la modération des instances suivies par l'index de recherche que vous sélectionnez. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. Vous ne devez utiliser que des index de recherche modérés en production, ou héberger le vôtre. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL URL de l'index de recherche - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Désactiver la recherche locale dans la barre de recherche - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Sinon, la recherche locale reste utilisée par défaut - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default La barre de recherche utilise par défaut l'index de recherche global - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Permettre la recherche globale - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FÉDÉRATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Gérer relations avec d’autres instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours D'autres instances peuvent suivre la vôtre - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Approuver manuellement le suivi par de nouvelles instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Suivre automatiquement des instances en retour - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Cette fonctionnalité requiert beaucoup d’attention et une modération supplémentaire. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL URL de l'index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Suivre automatiquement les instances listées sur un index public - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL Voir la documentation pour plus d’informations sur l’URL prévue - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATEURS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrateur @@ -4736,54 +4658,44 @@ The link will expire within 1 hour. Admin email Courriel de l'administrateur.ice - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Activer le formulaire de contact - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Configuration basique - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Transcodage de la VOD - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Fournissez le compte Twitter représentant votre instance pour améliorer l’aperçu des liens. Si vous n’avez pas de compte Twitter, laissez simplement la valeur par défaut. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Votre identifiant Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance permise par Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. Si votre instance est explicitement autorisée par Twitter, un lecteur vidéo sera intégré au flux Twitter sur le partage vidéo PeerTube. Si l'instance ne l'est pas, nous utilisons une carte de lien d'image qui redirigera vers votre instance PeerTube. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE DIRECT @@ -4835,8 +4747,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {direct} other {directs}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Nombre maximal de lives simultanées créées par utilisateur (-1 pour "illimité") @@ -4904,8 +4816,14 @@ The link will expire within 1 hour. Live streaming Diffusion en direct - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5139,26 +5057,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Vous ne pouvez pas autoriser la diffusion en direct si vous n'activez pas le transcodage. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Configuration avancée - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Il y a des erreurs dans le formulaire : - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Mettre à jour la configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS PARAMÈTRES DES VIDÉOS @@ -5327,8 +5238,8 @@ color: red; Change ownership Changer de propriétaire - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Sélectionner la·e prochain·e propriétaire @@ -5369,7 +5280,6 @@ color: red; Sélectionner une chaîne pour recevoir la vidéo src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes Ma propriété change @@ -5411,13 +5321,13 @@ color: red; Account settings Paramètres du compte - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Détail de la liste de lecture - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Mes importations @@ -5522,8 +5432,8 @@ color: red; Delete your account Supprimer votre compte - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Page de la chaîne @@ -5706,13 +5616,13 @@ color: red; Video channel videos Contenus d'une chaîne de vidéos - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Listes de lecture d'une chaîne de vidéos - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Gérer la chaîne @@ -5741,13 +5651,13 @@ color: red; Verify account via email Vérifier votre compte par courriel - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Envoyer un courriel pour vérifier votre compte - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Bannis @@ -5779,11 +5689,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subscriber} other { souscripteurs}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { vidéos}} @@ -5900,8 +5807,8 @@ channel with the same name ()! Stats Statistiques - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. Cette chaîne n'a aucune liste de lecture. @@ -6234,18 +6141,18 @@ channel with the same name ()! About this instance À propos de cette instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube À propos de PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network À propos du réseau de cette intance - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Lien copié @@ -6377,8 +6284,8 @@ channel with the same name ()! Register Inscription - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Votre message a été envoyé. @@ -6392,13 +6299,13 @@ channel with the same name ()! Account videos Vidéos du compte - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Rechercher des vidéos dans le compte - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT COMPTE PEERTUBE @@ -6410,8 +6317,8 @@ channel with the same name ()! Account video channels Chaînes vidéos du compte - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos A publié vidéos @@ -6465,13 +6372,13 @@ channel with the same name ()! Instances you follow Les instances que vous suivez - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Les instances qui vous suivent - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio seulement @@ -6594,17 +6501,45 @@ channel with the same name ()!thread tâche src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. La configuration a été mise à jour. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Vous avez activé l'inscription : nous avons automatiquement activé la case à cocher "Bloquer automatiquement les nouvelles vidéos" de la section "Vidéos" juste en dessous. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Modifier la configuration de l'instance @@ -6894,7 +6829,7 @@ channel with the same name ()! Instance muted. - Instance silencée. + Instance rendue muette. src/app/shared/shared-moderation/server-blocklist.component.ts68 src/app/shared/shared-moderation/user-moderation-dropdown.component.ts148 @@ -6910,7 +6845,7 @@ channel with the same name ()! Violent or Repulsive - VIolent ou répugnant + Violent ou répugnant src/app/shared/shared-abuse-list/abuse-details.component.ts19 @@ -7078,25 +7013,25 @@ channel with the same name ()! You don't have plugins installed yet. Vous n'avez aucun plugin installé pour le moment. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Vous n'avez aucun thème installé pour le moment. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Mettre à jour vers - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Voulez-vous vraiment désinstaller ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Désinstaller @@ -7107,39 +7042,30 @@ channel with the same name ()! désinstallé. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. Il s'agit d'une mise à jour majeure du plugin. Veuillez vous rendre sur la page d'accueil du plugin pour vérifier les notes de version potentielles. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Mise à jour - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Procéder à la mise à jour - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. mis à jour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Travaux @@ -7153,25 +7079,25 @@ channel with the same name ()! The plugin index is not available. Please retry later. La liste des plugins n'est pas disponible. Veuillez réessayer plus tard. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Veuillez n'installer que des plugins ou des thèmes en lesquels vous avez confiance, car ils peuvent exécuter n'importe quel code sur votre instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Installer ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installé. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Paramètres mis à jour. @@ -7378,18 +7304,18 @@ channel with the same name ()! User updated. Utilisateur·rice mis·e à jour. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Mettre à jour l'utilisateur·rice - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Un courriel demandant la réinitialisation du mot de passe a été envoyé à . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Liste des utilisateurs @@ -7547,8 +7473,8 @@ channel with the same name ()! Ownership accepted Changement de propriété accepté - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Veuillez vérifier vos courriels pour vérifier votre nouveau courriel. @@ -7809,8 +7735,8 @@ channel with the same name ()! Views for the day Vues pour la journée - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Mettre à jour une chaîne de vidéos @@ -7836,6 +7762,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7859,9 +7791,9 @@ channel with the same name ()! Update playlist Mettre à jour la liste de lecture - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -7909,8 +7841,8 @@ channel with the same name ()! Ownership changes Changements de propriété - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Souhaitez-vous vraiment supprimer vidéos ? @@ -7967,8 +7899,8 @@ channel with the same name ()! My abuse reports Mes signalements - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Changements de propriétaires @@ -7977,8 +7909,8 @@ channel with the same name ()! My video history Mon historique vidéo - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Chaînes @@ -8003,19 +7935,13 @@ channel with the same name ()! Maximize editor Agrandir l'éditeur - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Sortir de l'éditeur agrandi - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Maintenant, veuillez vérifier vos courriels pour vérifier votre compte et compléter votre inscription. @@ -8126,6 +8052,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Raccourcis clavier : src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8145,8 +8087,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language toute langue - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON SUR @@ -8155,36 +8097,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide cacher - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur flouter - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display afficher - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown Inconnu - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! Votre mot de passe a été réinitialisé avec succès ! src/app/+reset-password/reset-password.component.ts47 - Today Aujourd'hui - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Hier @@ -8223,25 +8164,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Last 7 days Les 7 derniers jours - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days Les 30 derniers jours - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days Les 365 derniers jours - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + vidéos VOD src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Directs src/app/+search/search-filters.component.ts 64 @@ -8250,44 +8195,44 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Courte (< 4 min) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Moyenne (4-10 min) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Longue (> 10 min) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Pertinence - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Date de publication - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views Vues - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. L'index de recherche n'est pas disponible. Essayez plutôt avec les résultats de l'instance. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Erreur de recherche - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Recherche @@ -8298,7 +8243,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - + src/app/+search/search.component.html 5 @@ -8309,83 +8254,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular il y a ans - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - il y a - an - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago il y a mois - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - il y a - mois - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago il y a semaines - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - il y a - semaine - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago il y a jours - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - il y a - jour - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago il y a heures - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - il y a - heure - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago il y a min - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now à l'instant - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec s @@ -9333,14 +9286,14 @@ 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.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Toutes les langues - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Cacher @@ -9431,7 +9384,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Close search - Recherche approchée + Fermer la recherche src/app/shared/shared-main/misc/simple-search-input.component.html 14 @@ -9995,8 +9948,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Signaler - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Suppression @@ -10110,7 +10063,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - + src/app/shared/shared-video-miniature/videos-selection.component.html 1 @@ -10160,47 +10113,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Diapositive de Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Précédent - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Suivant - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Mois précédent - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Mois suivant - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Sélectionner le mois - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Sélectionner l'année - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10209,8 +10162,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10219,23 +10172,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Première - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Précédent - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Suivant - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Dernière - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10249,33 +10202,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Heures - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Augmenter les heures - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Décrémenter les heures - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Incrémenter les minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Décrémenter les minutes @@ -10284,13 +10237,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Secondes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Incrémenter les secondes @@ -10304,13 +10257,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Fermer @@ -10319,48 +10272,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Les vidéos à importer ont été mises à jour. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Votre vidéo a été téléversée sur votre compte et elle est privée. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Les données associées (étiquettes, description, etc.) seront par contre perdues ; êtes-vous sûr·e de vouloir quitter cette page ? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? Votre vidéo n'est pas encore téléversé ; êtes-vous sûr·e de vouloir quitter cette page ? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Mise en ligne - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload Téléverser - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Mise en ligne annulée - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Vidéo publiée. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + 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. @@ -10512,8 +10459,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Ajoutées récemment - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Vidéos issues de vos abonnements @@ -10552,34 +10499,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Vidéos locales - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Découvrir des vidéos - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Vidéos en tendances - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Vidéos récemment ajoutées - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Envoyer une vidéo - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Mise à jour d'une vidéo - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.fr.xlf b/client/src/locale/angular.fr.xlf index 5efbe0b4a..0bb64a678 100644 --- a/client/src/locale/angular.fr.xlf +++ b/client/src/locale/angular.fr.xlf @@ -514,7 +514,7 @@ 1 - + Trending Tendances @@ -530,7 +530,7 @@ 137 - + Recently added Récemment ajouté @@ -538,7 +538,7 @@ 142 - + Local videos Vidéos locales @@ -13540,7 +13540,7 @@ 43,44 - + Choose the appropriate license for your work. Choisissez la licence appropriée pour votre contenu. @@ -14220,7 +14220,7 @@ 1 - + Instance information Informations sur l'instance @@ -14228,7 +14228,7 @@ 7 - + Basic configuration Configuration basique @@ -14244,7 +14244,7 @@ 701 - + Advanced configuration Configuration avancée @@ -14484,7 +14484,7 @@ 268 - + Discover videos Découvrir des vidéos @@ -14508,7 +14508,7 @@ 273 - + Recently added videos Vidéos récemment ajoutées diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf index 0d264283e..069858b03 100644 --- a/client/src/locale/angular.gd.xlf +++ b/client/src/locale/angular.gd.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Eachdraidh dhe na choimhead mi air - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Sàbhail gu @@ -237,19 +237,19 @@ Create Cruthaich - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. @@ -269,8 +269,8 @@ subtitles fo-thiotalan - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Fòrmat @@ -345,14 +345,14 @@ Cancel Sguir dheth - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Luchdaich a-nuas - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Adhbhar… @@ -364,11 +364,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Cuir a-null @@ -425,13 +422,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =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} } @@ -469,8 +463,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Gun video} =1 {1 video} one { video} two { video} few { videothan} other { video}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -532,19 +526,19 @@ Best As fheàrr A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Na videothan o chionn ghoirid leis na h-eadar-ghìomhan as trice às aonais eachdraidh a’ chleachdaiche - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Sguab às - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -573,13 +567,13 @@ Hide Falaich - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Seall - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Ro-shealladh slàn @@ -804,8 +798,8 @@ Federation Co-nasgadh - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers luchd-leantainn @@ -846,12 +840,12 @@ User Cleachdaiche - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Toirmisg - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. Chan urrainn do chleachdaiche a chaidh a thoirmeasg clàradh a-steach tuilleadh. @@ -877,7 +871,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Toirmisg an cleachdaiche seo @@ -1003,7 +997,7 @@ Clàraich a-steach - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with No clàraich a-steach le @@ -1134,7 +1128,7 @@ The link will expire within 1 hour. fo-sgrìobhadh air - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Fàilte ort dha PeerTube, a rianaire chòir! @@ -1263,7 +1257,7 @@ The link will expire within 1 hour. Na roghainnean agam - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Cha dèid na roghainnean seo a chur an sàs ach air an t-seisean agad air an ionstans seo. @@ -1338,27 +1332,27 @@ The link will expire within 1 hour. Ath-ghoiridean a’ mheur-chlàir - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 le cumhachd PeerTube – Còir-lethbhreac shaor 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Cobhair - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Faigh cobhair le cleachdadh PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube le cumhachd PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Clàraich a-mach @@ -1390,106 +1384,86 @@ The link will expire within 1 hour. Na videothan agam - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Na videothan air an ion-phortadh - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Na liostaichean-cluich agam - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Cruthaich liosta-chluich ùr - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Na fo-sgrìobhaidhean agam - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videothan - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Eadar-aghaidh: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Liostaichean-cluich - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Fo-sgrìobhaidhean - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Eachdraidh - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOTHAN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Co-ruith nan obraichean ion-phortaidh - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. leigidh seo leat iomadh video ion-phortadh aig an aon àm. ⚠️ Bidh PeerTube feumach air ath-thòiseachadh. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel obraichean ’gan co-ruith - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Ceadaich ion-phortadh videothan le URL HTTP (can YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Fidir - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - A’ treandadh - - src/app/menu/menu.component.html133 - - Recently added - O chionn ghoirid - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Rianachd @@ -1499,12 +1473,12 @@ The link will expire within 1 hour. About Mu dhèidhinn - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Fios thugainn - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Seall na brathan agad @@ -1515,9 +1489,9 @@ The link will expire within 1 hour. Notifications Brathan - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Cuir comharra gun deach na h-uile a leughadh @@ -1721,7 +1695,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1729,17 +1703,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Ceann-là an fhoillseachaidh @@ -1929,12 +1897,14 @@ The link will expire within 1 hour. Remove banner Remove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1974,12 +1944,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Thèid tuairisgeulan nam videothan a ghiorrachadh gu fèin-obrachail ’s feumaidh iad gnìomh a làimh gus an leudachadh. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Tagh an ceadachas iomchaidh dhan obair agad. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Seanail @@ -2004,27 +1976,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ CÀBHA - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Ceistean àbhaisteach mu PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation Docamaideadh an API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Cuir foillseachadh air an sgeideal () @@ -2125,8 +2097,8 @@ The link will expire within 1 hour. Captions Fo-thiotalan - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Ro-shealladh air video @@ -2179,11 +2151,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2262,12 +2231,12 @@ The link will expire within 1 hour. Update Ùraich - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Tagh am faidhle ri luchdadh suas @@ -2278,12 +2247,12 @@ The link will expire within 1 hour. Scheduled Sgeidealaichte - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 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.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Dealbh cùlaibh video @@ -2331,7 +2300,13 @@ The link will expire within 1 hour. Foillsich - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Tha sinn duilich ach chaidh gleus an luchdaidh suas a chur à comas dhan chunntas agad. Ma tha thu airson videothan a chur ris, feumaidh rianaire an glas a thoirt far a’ chuota agad. @@ -2362,6 +2337,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. Meal do naidheachd, thèid a’ video ion-phortadh le BitTorrent! ’S urrainn dhut fiosrachadh mun video seo a chur ris mu thràth. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2807,13 +2788,13 @@ The link will expire within 1 hour. Lists Liostaichean - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Cudrom - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold trom @@ -2862,13 +2843,13 @@ The link will expire within 1 hour. Comment Beachd - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Freagairt - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Beachd soillsichte @@ -2911,11 +2892,8 @@ The link will expire within 1 hour. Renew token Ath-nuadhaich an tòcan - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Chaidh an tòcan ath-nuadhachadh. Ùraich rèiteachadh a’ chliant agad dha rèir. @@ -2927,11 +2905,8 @@ The link will expire within 1 hour. Applications Aplacaidean - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED INBHIR FO-SGRÌOBHAIDH @@ -3104,7 +3079,7 @@ The link will expire within 1 hour. Unfollow Na lean tuilleadh - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Fosgail an t-ionstans ann an taba ùr @@ -3165,8 +3140,8 @@ The link will expire within 1 hour. Create user Cruthaich cleachdaiche - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Paramadairean a’ chlàir @@ -3364,45 +3339,45 @@ The link will expire within 1 hour. Reports Gearanan - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Bacadh videothan - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Beachdan air videothan - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Cunntasan mùchte - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Frithealaichean mùchte - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Cleachdaichean - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Rèiteachadh - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Bacadh videothan @@ -3627,12 +3602,12 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 ghearan} one { ghearan} two { ghearan} few { gearanan} other { gearan}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3844,10 +3819,10 @@ The link will expire within 1 hour. Search Lorg - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Chan urrainn dhan luchd-chleachdaidh susbaint chèin fhuasgladh @@ -3865,7 +3840,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Roghainnean taisbeanaidh @@ -3875,34 +3850,34 @@ The link will expire within 1 hour. Uninstall Dì-stàlaich - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Brod A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Na videothan leis na h-eadar-ghìomhan as trice o chionn ghoirid - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Na videothan a chaidh a choimhead orra as trice am broinn an 24 uair a thìde mu dheireadh - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Nas toigh le daoine A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videothan air a bheil fèill as motha - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Airson na plugain no ùrlaran a tha dìreach air an stàladh a luchdadh, ath-nuadhaich an duilleag. @@ -3949,18 +3924,18 @@ The link will expire within 1 hour. Jobs Obraichean - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logaichean - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Dì-bhugaich - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Sguab às am beachd seo @@ -4198,11 +4173,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4310,11 +4282,7 @@ The link will expire within 1 hour. can. 2vCore 2GB RAM, ceangal dìreach ris an fhrithealaiche air mhàl agad is msaa. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Fiosrachadh mun ionstans - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE COLTAS @@ -4338,137 +4306,105 @@ The link will expire within 1 hour. Duilleag-laighe src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Fidir videothan - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Duilleagan a’ treandadh - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Duilleag thùsail an treandaidh - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Na videothan as fheàrr - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Brod nam videothan - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Na videothan air an coimhead orra as trice - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Videothan air a bheil fèill mhòr - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Videothan air an cur ris o chionn ghoirid - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Videothan ionadail - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE CRAOL TEACHDAIREACHD - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Seall teachdaireachd air an ionstans agad - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Cuir craoladh teachdaireachd an comas - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Leig leis an luchd-cleachdaidh an teachdaireachd a tha ’ga craoladh a leigeil seachad - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Ìre na teachdaireachd a tha ’ga craoladh - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Teachdaireachd - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS CLEACHDAICHEAN ÙRA - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Iarraidh clàradh dearbhadh puist-d - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Cuingeachadh clàraidh - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {cleachdaiche} other {cleachdaichean}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Cha bhi an clàradh cuingichte air àireamh shocraichte de chleachdaichean. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Cuir an clàradh an comas - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Buill @@ -4525,177 +4461,150 @@ The link will expire within 1 hour. Default video quota per user Cuota tùsail de videothan airson gach cleachdaiche - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes baidht - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Crìoch thùsail air videothan a luchdaicheas cleachdaiche suas air an aon latha - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Ceadaich ion-phortadh le faidhle torrent no URI magnet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Mura deach comharrachadh gu bheil earbsa ann an cleachdaiche, bidh na videothan aige prìobhaideach gus an dèan maoir lèirmheas orra. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Cuir bacadh air videothan ùra gu fèin-obrachail - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH LORG - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Ceadaich gun dèan an luchd-cleachdaidh lorg air URI/làimhsichear cèin - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Ceadaich gun lorg an luchd-cleachdaidh agad videothan/actairean nach deach a cho-nasgadh leis an ionstans agad ma dh’fhaoidte - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Ceadaich gun dèan luchd-cleachdaidh gun ainm lorg air URI/làimhsichear cèin - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Ceadaich gun lorg luchd-cleachdaidh gun ainm videothan/actairean nach deach a cho-nasgadh leis an ionstans agad ma dh’fhaoidte - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Tha an gleus seo an dian-eisimeil air maorsainneachd nan ionstansan air an lean an inneacs-luirg a thaghas tu. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL URL an inneics luirg - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Cuir an comas an lorg ionadail ann am bàr nan lorg - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Mura cuir, bidh an lorg ionadail ’ga chleachdadh mar bhun-roghainn - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Cleachdaidh bàr nan lorg an t-inneacs luirg uile-choitcheann mar bhun-roghainn - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Cuir an lorg uile-choitcheann an comas - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION CO-NASGADH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Stiùirich na dàimhean le ionstansan eile. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours ’S urrainn do dh’ionstansan eile leantainn air an fhear agad - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Aontaich ri ionstansan-leantainn ùra a làimh - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Lean air na h-ionstansan a leanar ort-sa gu fèin-obrachail - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Tha an gleus seo feumach air tòrr aire is maorsainneachd a bharrachd. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL URL an inneics - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Lean air ionstansan inneics phoblaich gu fèin-obrachail - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS RIANAIREAN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Rianaire @@ -4704,54 +4613,44 @@ The link will expire within 1 hour. Admin email Post-d an rianaire - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Cuir foirm conaltraidh an comas - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Rèiteachadh bunasach - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Tar-chòdachadh videothan air an iarraidh - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Thoir seachad an cunntas Twitter a riochdaicheas an t-ionstans agad a thoirt piseach air ro-sheallaidhean nan ceanglaichean. Mur eil cunntas Twitter agad, fàg an luach tùsail mar a tha e. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username An t-ainm-cleachdaiche Twitter agad - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Tha Twitter a’ ceadachadh an t-ionstans agad - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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 dhe PeerTube agad. Cuir cromag sa bogsa seo is cuir fo dheuchainn e le URL video an ionstans agad (https://ball-eisimpleir.com/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE BEÒ @@ -4803,8 +4702,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {sruthadh beò} one {sruthaidhean beòtha} two {sruthaidhean beòtha} few {sruthaidhean beòtha} other {sruthaidhean beòtha} } - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") An àireamh as motha de shruthan beòtha a dh’fhaodas cleachdaiche a chruthachadh (cleachd -1 airson sruthadh gun chrìoch) @@ -4872,8 +4771,14 @@ The link will expire within 1 hour. Live streaming Sruthadh beò - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5106,26 +5011,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Chan urrainn dhut ath-chluichean beòtha a cheadachadh mus cuir thu an tar-chòdachadh an comas. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Rèiteachadh adhartach - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Tha mearachdan san fhoirm: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Ùraich an rèiteachadh - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS ROGHAINNEAN VIDEO @@ -5293,8 +5191,8 @@ color: red; Change ownership Atharraich an sealbhadair - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Tagh an ath-shealbhadair @@ -5376,13 +5274,13 @@ color: red; Account settings Roghainnean a’ chunntais - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Nithean liosta-chluich - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Na dh’ion-phortaich mi @@ -5485,8 +5383,8 @@ color: red; Delete your account Sguab às an cunntas agad - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Duilleag na seanail @@ -5663,13 +5561,13 @@ color: red; Video channel videos Videothan na seanail - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Liostaichean-cluich na seanail - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5695,13 +5593,13 @@ color: red; Verify account via email Dearbh an cunntas air a’ phost-d - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Iarr gun dèid post-d a chur thugad airson an cunntas agad a dhearbhadh - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Air a thoirmeasg @@ -5733,11 +5631,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { videos}} @@ -5856,7 +5751,7 @@ channel with the same name ()!Stats Stadastaireachd - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 This channel does not have playlists. Chan eil liosta-chluich aig an t-seanail seo. @@ -6189,18 +6084,18 @@ channel with the same name ()! About this instance Mun ionstans seo - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Mu PheerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Mu lìonra an ionstans seo - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Chaidh lethbhreac dhen cheangal a dhèanamh @@ -6326,8 +6221,8 @@ channel with the same name ()! Register Clàraich leinn - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Chaidh an teachdaireachd agad a chur. @@ -6341,13 +6236,13 @@ channel with the same name ()! Account videos Videothan a’ chunntais - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Lorg videothan am broinn a’ chunntais - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT PEERTUBE ACCOUNT @@ -6359,8 +6254,8 @@ channel with the same name ()! Account video channels Seanailean video a’ chunntais - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Videothan foillsichte () @@ -6412,13 +6307,13 @@ channel with the same name ()! Instances you follow Na h-ionstansan air a leanas tu - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Na h-ionstansan a tha a’ leantainn ort - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Fuaim a-mhàin @@ -6541,17 +6436,45 @@ channel with the same name ()!thread snàithlean src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Chaidh an rèiteachadh ùrachadh. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Chuir thu an clàradh an comas: chuir sinne cromag ris a’ bhogsa “Cuir bacadh air videothan ùra gu fèin-obrachail” san earrann “Videothan” gu h-ìosal. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Deasaich an rèiteachadh gnàthaichte @@ -7008,22 +6931,22 @@ channel with the same name ()!You don't have plugins installed yet. Chan do stàlaich thu plugan sam bith fhathast. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Chan do stàlaich thu ùrlar sam bith fhathast. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Ùraich gu - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? A bheil thu cinnteach gu bheil thu airson a dhì-stàladh? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Dì-stàlaich @@ -7033,30 +6956,21 @@ channel with the same name ()! uninstalled. Chaidh a dhì-stàladh. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. Chaidh ùrachadh. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Obraichean @@ -7071,22 +6985,22 @@ channel with the same name ()!The plugin index is not available. Please retry later. Chan eil inneacs nam plugan ri làimh. Feuch ris a-rithist an ceann greis. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Na stàlaich ach plugain no ùrlaran sa bheil earbsa agad on as urrainn dhaibh còd sam bith a ruith air an ionstans agad. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? A bheil thu airson a stàladh? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. Chaidh a stàladh. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Chaidh na roghainnean ùrachadh. @@ -7293,18 +7207,18 @@ channel with the same name ()! User updated. Chaidh an cleachdaiche ùrachadh. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Ùraich an cleachdaiche - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Chaidh post-d a dh’iarras ath-shuidheachadh an fhacail-fhaire a chur gu . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Liosta nan cleachdaichean @@ -7747,6 +7661,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7770,9 +7690,9 @@ channel with the same name ()! Update playlist Ùraich an liosta-chluich - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Brathan @@ -7820,8 +7740,8 @@ channel with the same name ()! Ownership changes Atharraichean air an t-sealbh - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? A bheil thu cinnteach gu bheil thu airson na videothan () a sguabadh às? @@ -7876,8 +7796,8 @@ channel with the same name ()! My abuse reports Gearanan a rinn mi mu mhì-ghnàthachadh - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Atharraichean air an t-sealbh @@ -7886,8 +7806,8 @@ channel with the same name ()! My video history Eachdraidh nam videothan agam - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Seanailean @@ -7912,19 +7832,13 @@ channel with the same name ()! Maximize editor Làn-mheudaich an deasaiche - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Fàg an deasaiche làn-mheudaichte - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Nise, thoir sùil air a’ phost-d agad airson an cunntas agad a dhearbhadh ’s an clàradh a choileanadh. @@ -8035,6 +7949,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Ath-ghoiridean a’ mheur-chlàir: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8055,7 +7985,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language cànan sam bith - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON AIR @@ -8065,22 +7995,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide falaich - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur sgleò - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display taisbean - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Chan eil fhios - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Chaidh am facal-faire agad ath-shuidheachadh! @@ -8186,17 +8116,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Seallaidhean - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Chan eil inneacs luirg ri fhaighinn. A’ feuchainn ris le toraidhean an ionstans ’na àite. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Mearachd luirg - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Lorg @@ -8216,63 +8146,81 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago bliadhna(ichean) air ais - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - bliadhna air ais - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago mìos(an) ar ais - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - mhìos air ais - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago seachdain(ean) air ais - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - seachdain air ais - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago là(ithean) air ais - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - latha air ais - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago uair(ean) a thìde air ais - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - uair a thìde air ais - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago mion air ais - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now an-dràsta fhèin - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec diog @@ -9220,13 +9168,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Cànain an ionstans - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Na h-uile cànan - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Falaichte @@ -9857,8 +9805,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Dèan gearan - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Thoir air falbh @@ -10030,47 +9978,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Sleamhnag à Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Air ais - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Air adhart - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Am mìos roimhe - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month An ath mhìos - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Tagh mìos - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Tagh bliadhna - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10080,7 +10028,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10090,22 +10038,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First A’ chiad fhear - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Air ais - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Air adhart - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Am fear mu dheireadh - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10119,33 +10067,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Uairean a thìde - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Mionaidean - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Meudaich na h-uairean - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Lughdaich na h-uairean - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Meudaich na mionaidean - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Lughdaich na mionaidean @@ -10154,13 +10102,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Diogan - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Meudaich na diogan @@ -10174,13 +10122,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Dùin @@ -10189,9 +10137,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Chaidh a’ video ri ion-phortadh ùrachadh. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Chaidh a’ video agad a luchdadh suas dhan chunntas agad ’s tha e prìobhaideach. @@ -10217,11 +10165,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Luchdaich suas src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Chaidh sgur dhen luchdadh suas - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Chaidh a’ video fhoillseachadh. @@ -10400,8 +10344,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added O chionn ghoirid - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Videothan o na fo-sgrìobhaidhean agad @@ -10440,34 +10384,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Videothan ionadail - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Fidir videothan - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Videothan a’ treandadh - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Videothan air an cur ris o chionn ghoirid - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Luchdaich suas video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Deasaich video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf index 289ee41b9..cbc230f96 100644 --- a/client/src/locale/angular.gl-ES.xlf +++ b/client/src/locale/angular.gl-ES.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Historial de visualizacións - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Gardar en @@ -237,19 +237,19 @@ Create Crear - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video vídeo - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. A seguinte ligazón contén un token privado e non deberías compartilo con ninguén. @@ -269,8 +269,8 @@ subtitles subtítulos - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Formato @@ -324,16 +324,20 @@ video vídeo - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + 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: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Con este vídeo superas a túa cota diaria de vídeo (tamaño do vídeo: , used: , cota: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -349,14 +353,14 @@ Cancelar - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Descargar - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Razón... @@ -372,11 +376,8 @@ No results. Sen resultados. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Enviar @@ -433,13 +434,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 espectadora} other { espectadoras}} @@ -479,8 +477,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 vídeo} other { vídeos}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -541,19 +539,19 @@ Best A mellor A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Vídeos con máis interaccións entre os recentes, menos historial da usuaria - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Eliminar - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos Só vídeos en directo @@ -565,17 +563,17 @@ Edit Editar - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Vista previa recortada @@ -584,13 +582,13 @@ Hide Agochar - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Mostrar - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Vista previa completa @@ -815,8 +813,8 @@ Federation Federación - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers seguidoras @@ -830,14 +828,16 @@ The upload failed A subida fallou - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted Conexión interrumpida - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + O servidor atopou un erro src/app/helpers/utils.ts 193 @@ -846,23 +846,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) O teu ficheiro non se pode transferir antes da marxe establecida (normalmente 10min) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) O ficheiro era demasiado grande (tamaño max.: ) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User Usuaria - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Vetar - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -890,7 +890,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Vetar esta usuaria @@ -1016,9 +1016,9 @@ Login Conectar - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Ou conéctate con @@ -1152,8 +1152,8 @@ The link will expire within 1 hour. subscritoras - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Benvida administradora de PeerTube! @@ -1280,9 +1280,9 @@ The link will expire within 1 hour. My settings Preferencias - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Estos axustes só se aplican á túa sesión nesta instancia. @@ -1357,29 +1357,29 @@ The link will expire within 1 hour. Keyboard shortcuts Atallos do teclado - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 grazas a PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Axuda - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Aprende a usar PeerTube - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube grazas a PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Desconectar @@ -1409,108 +1409,88 @@ The link will expire within 1 hour. My videos Vídeos - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Vídeos importados - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Listaxes - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Crear nova listaxe - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Subscricións - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Vídeos - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Listas - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscricións - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historial - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VÍDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Concurrencia de tarefas de importación - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. permite a importación de varios vídeos en paralelo. ⚠️ Require reiniciar PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel tarefas en paralelo - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Permite importar con HTTP URL (ex. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Descubrir - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - En voga - src/app/menu/menu.component.html133 - - - Recently added - Últimos engadidos - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administración @@ -1519,13 +1499,13 @@ The link will expire within 1 hour. About Acerca de - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Contacto - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Ver as notificacións @@ -1536,9 +1516,9 @@ The link will expire within 1 hour. Notifications Notificacións - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Marca todo lido @@ -1742,142 +1722,143 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Mostrar só src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Vídeos en directo + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + Vídeos VOD + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Data de publicación - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Ano orixinal da publicación - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... Despois... - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... Antes... - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Duración - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Mostrar contido sensible - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes Si - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No Non - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Categoría - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Restablecer - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Mostra todas as categorías - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Licenza - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Mostra todas as licenzas - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Idioma - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Mostra todos os idiomas - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Todas estas etiquetas - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags Unha de estas etiquetas - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Obxetivo da busca - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Videoverso - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Restablecer - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Filtro - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Canles de vídeo @@ -1952,12 +1933,14 @@ The link will expire within 1 hour. Remove banner Elimina a cabeceira src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - proporción 6/1, tamaño recomendable: 1600x266, tamaño máx: , extensións: - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar Avatar da conta @@ -2003,25 +1986,26 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. As descricións dos vídeos están recortadas e requiren intervención manual para expandilas. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Elixe a licenza axeitada para o teu traballo. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Canle - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Intimidade @@ -2033,27 +2017,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ PMF - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Preguntas Máis Frecuentes acerca de PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation documentación da API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Programa a publicación () @@ -2157,8 +2141,8 @@ The link will expire within 1 hour. Captions Subtítulos - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Vista previa @@ -2210,11 +2194,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 vídeo} other { vídeos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2278,11 +2259,11 @@ The link will expire within 1 hour. Sorry, but something went wrong Lamentámolo, pero algo fallou - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. Parabéns, o vídeos tras será importado! Xa podes ver información acerca deste vídeo. @@ -2291,12 +2272,12 @@ The link will expire within 1 hour. Update Actualizar - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Escoller ficheiro a subir @@ -2306,39 +2287,39 @@ The link will expire within 1 hour. Scheduled Programado - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Agochar o vídeo ata unha data concreta - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Imaxe de fondo do vídeo - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. Imaxe que se xuntará co ficheiro de audio. A imaxe elexida será definitiva e non se pode modificar. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Vídeo total subido - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Procesando… - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry Reintentar Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Cota total de vídeo @@ -2348,19 +2329,25 @@ The link will expire within 1 hour. Congratulations! Your video is now available in your private library. Parabéns! O vídeo xa está dispoñible na túa biblioteca privada. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished A publicación estará dispoñible cando remate a subida - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish Publicar - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Lamentámolo, a túa conta non permite subir contidos. Se queres engadir vídeos, unha administradora debe aumentar a túa cota. @@ -2391,6 +2378,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. Parabéns, o vídeo será importado con BitTorrent! Xa podes engadir información acerca do vídeo. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2856,13 +2849,13 @@ The link will expire within 1 hour. Lists Listas - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Énfase - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold remarcado @@ -2911,13 +2904,13 @@ The link will expire within 1 hour. Comment Comentar - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Responder - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Comentario destacado @@ -2960,11 +2953,8 @@ The link will expire within 1 hour. Renew token Renovar testemuño - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Testemuño renovado. Actualiza o cliente dacordo a esta configuración. @@ -2976,11 +2966,8 @@ The link will expire within 1 hour. Applications Aplicacións - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED FONTE DA SUBSCRICIÓN @@ -3086,10 +3073,10 @@ The link will expire within 1 hour. Accept Aceptar - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Rexeitar @@ -3129,8 +3116,8 @@ The link will expire within 1 hour. Unfollow Deixar de seguir - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Abrir instancia en nova lapela @@ -3191,8 +3178,8 @@ The link will expire within 1 hour. Create user Crear usuaria - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Parámetros da táboa @@ -3387,45 +3374,45 @@ The link will expire within 1 hour. Reports Denuncias - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Bloqueo de vídeos - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Comentarios - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Contas acaladas - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Servidores acalados - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Usuarias - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuración - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Bloqueo de vídeos @@ -3658,13 +3645,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 denuncia} other { denuncias}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Vídeo @@ -3764,11 +3751,11 @@ The link will expire within 1 hour. Instance Instancia - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Acalado o @@ -3874,10 +3861,10 @@ The link will expire within 1 hour. Search Buscar - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content As usuarias poden resolver contido distante @@ -3892,10 +3879,10 @@ The link will expire within 1 hour. Settings Axustes - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Axustes da visualización @@ -3904,35 +3891,35 @@ The link will expire within 1 hour. Uninstall Desinstalar - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot En voga A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Vídeos con máis interaccións para os vídeos recentes - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Vídeos con máis visualizacións nas últimas 24 horas - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Góstame A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Vídeos con máis likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Para cargar os novos plugins ou decorados instalados, actualiza a páxina. @@ -3942,14 +3929,15 @@ The link will expire within 1 hour. Popular Popular src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + para "" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {result} other {results} } @@ -3979,18 +3967,18 @@ The link will expire within 1 hour. Jobs Tarefas - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Rexistros - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Depurar - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Elimina este comentario @@ -4227,11 +4215,8 @@ The link will expire within 1 hour. With Hide or Blur thumbnails, a confirmation will be requested to watch the video. Con Agochar ou Difuminar miniaturas, pedirase confirmación para ver o vídeo. - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Emborrar icona @@ -4337,11 +4322,7 @@ The link will expire within 1 hour. ex. 2vCore 2GB RAM, ligazón ó servidor que alugaches, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Información sobre a instancia - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APARENCIA @@ -4365,137 +4346,105 @@ The link will expire within 1 hour. Páxina de benvida src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Descubrir vídeos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Páxinas que son tendencia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Páxina de tendencias por omisión - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Mellores vídeos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Vídeos en voga - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Vídeos máis vistos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Vídeos máis gustados - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Engadidos recentemente - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Vídeos en local - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE MENSAXE DE DIFUSIÓN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Mostra unha mensaxe na túa instancia - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Activar mensaxe de difusión - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Permitir que as usuarias desboten a mensaxe de difusión - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Nivel da mensaxe de difusión - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Mensaxe - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NOVAS USUARIAS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Xestionar usuarias para establecer a súa cota individualmente. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification O rexistro require verificar o email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Rexistro limitado - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {usuaria} other {usuarias}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. O rexistro non estará limitado a un número fixo de usuarias. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Activar rexistro - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Usuarias @@ -4552,177 +4501,150 @@ The link will expire within 1 hour. Default video quota per user Cota de vídeo por defecto para as usuarias - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Límite de subida diaria para as usuarias - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Permitir importar cun ficheiro torrent ou magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. A non ser que a usuaria esté marcada como de confianza, os seus vídeos permanecerán privados ata ser revisados pola moderación. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Bloquear novos vídeos automáticamente - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH BUSCAR - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Permitirlle ás usuarias facer buscas de URI/alcumes remotos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Permitirlle ás usuarias atopar vídeos/actores remotos que poderían non estar federados coa túa instancia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Permitir a busca anónima de URI/alcumes remotos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Permitirlle a usuarias anónimas atopar vídeos/actores remotos que poderían non estar federados coa túa instancia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Esta función depende moito da moderación das instancias seguidas polo índice de buscas que ti escolleches. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. Só deberías usar índices de busca moderados en produción, ou hospedar o teu propio. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL URL do índice de buscas - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Desactivar busca local na barra de busca - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Doutro xeito a busca local será utilizada por defecto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default A barra de busca usa por defecto o índice de busca global - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Activar busca global - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERACIÓN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Xestionar relacións con outras instancias. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Outras instancias poden seguir a túa - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Aprobar manualmente novas seguidoras da instancia - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automaticamente seguir de volta a instancias - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Esta función require moita atención e traballo extra de moderación. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL URL do índice - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Seguir automáticamente instancias dun índice público - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL Le a documentación para saber máis acerca do URL agardado. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRADORAS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administración @@ -4731,54 +4653,44 @@ The link will expire within 1 hour. Admin email Correo-e da Admin - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Activar o formulario de contacto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Configuración básica - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Transcodificación VOD - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Proporciona a conta en Twitter que representa a túa instancia para mellorar a vista previa das ligazóns. Se non tes conta en Twitter, deixa o valor por defecto. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username O seu alcume na Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instancia permitida por Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. Se a túa instancia está explícitamente aprobada por Twitter, aparecerá un reprodutor incrustado na cronoloxía de Twitter cando se comparta un vídeo de PeerTube. Se a instancia non o está, usamos unha imaxe tipo tarxeta que redirixe á túa instancia PeerTube. Marca este cadro, garda a configuración e comproba se funciona cun vídeo da túa instancia (https://example.com/videos/watch/blabla) en https://cards-dev.twitter.com/validator para ver se a túa instancia está permitida. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE DIRECTO @@ -4830,8 +4742,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {directo} other {directos}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Número máximo de directos simultáneos por usuaria (-1 para "sen límite") @@ -4899,8 +4811,14 @@ The link will expire within 1 hour. Live streaming Emisión en Directo - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5134,26 +5052,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Non podes permitir a repetición do directo se non activas a recodificación. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Configuración avanzada - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Hai erros no formulario: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Actualizar configuración - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS AXUSTES DE VÍDEO @@ -5322,8 +5233,8 @@ color: red; Change ownership Cambiar propietaria - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Elixe a nova propietaria @@ -5364,7 +5275,6 @@ color: red; Elixe unha canle para recibir o vídeo src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes Os meus cambios de propiedade @@ -5404,13 +5314,13 @@ color: red; Account settings Axustes da conta - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Elementos da lista - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Importacións @@ -5513,8 +5423,8 @@ color: red; Delete your account Elimina a túa conta - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Páxina da canle @@ -5690,13 +5600,13 @@ color: red; Video channel videos Vídeos da canle - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Listas da canle - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Xestionar canle @@ -5723,13 +5633,13 @@ color: red; Verify account via email Verificar conta por email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Pedir enviar un email para verficiar a túa conta - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Prohibido @@ -5761,11 +5671,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subscritora} other { subscritoras}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 vídeo} other { vídeos}} @@ -5882,8 +5789,8 @@ channel with the same name ()! Stats Estatísticas - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. Esta canle non ten listas de reprodución. @@ -6216,18 +6123,18 @@ channel with the same name ()! About this instance Acerca desta instancia - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Acerca de PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Acerca da rede desta instancia - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Ligazón copiada @@ -6355,8 +6262,8 @@ channel with the same name ()! Register Inscribirse - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. A túa mensaxe foi enviada. @@ -6370,13 +6277,13 @@ channel with the same name ()! Account videos Vídeos da conta - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Buscar vídeos da conta - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT CONTA PEERTUBE @@ -6388,8 +6295,8 @@ channel with the same name ()! Account video channels Canles de vídeo da conta - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Publicou vídeos @@ -6441,13 +6348,13 @@ channel with the same name ()! Instances you follow Instancias que segues - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instancias que te seguen - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Só audio @@ -6570,17 +6477,45 @@ channel with the same name ()!thread tema src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Configuración actualizada. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Activaches o rexistro: activamos automáticamente a opción de "Bloquear os novos vídeos automáticamente" na sección "Vídeos" xusto abaixo. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Editar configuración personalizada @@ -7046,23 +6981,23 @@ channel with the same name ()! You don't have plugins installed yet. Aínda non tes plugins instalados. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Aínda non tes decorados instalados. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Actualizar a - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Desexas desinstalar ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Desinstalar @@ -7071,37 +7006,28 @@ channel with the same name ()! uninstalled. desinstalado. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. Esta é unha a actualización maior do complemento. Vai á web do complemento para ler as notas da publicación. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Actualizar - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Realizar a actualización - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. actualizado. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Tarefas @@ -7115,23 +7041,23 @@ channel with the same name ()! The plugin index is not available. Please retry later. O índice de plugins non está dispoñible, inténtao máis tarde. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Instala só decorados e plugins nos que confíes, porque poden executar calquera código na túa instancia. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Instalar ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. instalado. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Axustes actualizados. @@ -7338,18 +7264,18 @@ channel with the same name ()! User updated. Usuaria actualizada. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Actualizar usuaria - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Enviouse un email a solicitando un cambio de contrasinal. - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Lista de usuarias @@ -7501,8 +7427,8 @@ channel with the same name ()! Ownership accepted Propiedade aceptada - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Comproba o teu correo para verificar o teu novo email. @@ -7763,8 +7689,8 @@ channel with the same name ()! Views for the day Visualizacións do día - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Actualizar canle de vídeo @@ -7790,6 +7716,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7813,9 +7745,9 @@ channel with the same name ()! Update playlist Actualizar lista - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notificacións @@ -7863,8 +7795,8 @@ channel with the same name ()! Ownership changes Cambios na propiedade - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Desexas eliminar vídeos? @@ -7917,8 +7849,8 @@ channel with the same name ()! My abuse reports Denuncias por abuso - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Cambios de propiedade @@ -7927,8 +7859,8 @@ channel with the same name ()! My video history Historial de vídeos - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Canles @@ -7953,19 +7885,13 @@ channel with the same name ()! Maximize editor Maximizar editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Saír da maximización - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Comproba o correo para verificar a túa conta e completar o rexistro. @@ -8076,6 +8002,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Atallos de teclado: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8095,8 +8037,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language tódolos idiomas - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON EN @@ -8105,36 +8047,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide agochar - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur esborranchar - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display mostrar - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown Descoñecido - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! Restableceuse correctamente o contrasinal! src/app/+reset-password/reset-password.component.ts47 - Today Hoxe - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Onte @@ -8173,25 +8114,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Last 7 days Últimos 7 días - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days Últimos 30 días - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days Últimos 365 días - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + Vídeos VOD src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Vídeos en directo src/app/+search/search-filters.component.ts 64 @@ -8200,44 +8145,44 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Curto (< 4 min) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Medio (4-10 min) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Longo (> 10 min) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Relevancia - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Data de publicación - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views Visualizacións - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Non está dispoñible a busca no índice, intentándoo cos resultados na instancia. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Erro na busca - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Buscar @@ -8257,63 +8202,81 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago Fai anos - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - Fai un ano - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago Fai meses - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - Fai mes - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago Fai semanas - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - Fai una semana - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago Fai días - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - Fai día - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago Fai horas - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - Fai hora - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago Fai min - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now xusto agora - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec seg @@ -9261,14 +9224,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Idiomas da instancia - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Tódolos idiomas - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Agochado @@ -9901,8 +9864,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Denunciar - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Eliminar @@ -10066,47 +10029,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Diapositiva de Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Anterior - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Seguinte - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Mes anterior - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Mes seguinte - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Elixe mes - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Elixe ano - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10115,8 +10078,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10125,23 +10088,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Primeira - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Anterior - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Seguinte - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Última - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10155,33 +10118,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Horas - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutos - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Aumentar horas - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Diminuír horas - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Aumentar minutos - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Diminuír minutos @@ -10190,13 +10153,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Segundos - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Aumentar segundos @@ -10210,13 +10173,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Pechar @@ -10225,46 +10188,40 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Actualizado o vídeo a importar. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. O vídeo subeuse á túa conta e é privado. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Pero os datos asociados (etiquetas, descrición...) perderanse, queres saír igualmente desta páxina? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? O vídeo aínda non se subiu, desexas realmente saír desta páxina? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Subir - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload Subir - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Subida cancelada - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Vídeo publicado. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + You have unsaved changes! If you leave, your changes will be lost. Tes cambios sen gardar! Se saes perderás os cambios. @@ -10416,8 +10373,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Engadidos recentemente - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Vídeos das túas subscricións @@ -10456,34 +10413,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Vídeos locais - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Descubrir vídeos - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Vídeos tendencia - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Vídeos recentemente engadidos - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Subir un vídeo - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Editar un vídeo - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.he.xlf b/client/src/locale/angular.he.xlf index c7b585de5..b18603a9a 100644 --- a/client/src/locale/angular.he.xlf +++ b/client/src/locale/angular.he.xlf @@ -2522,7 +2522,7 @@ 1 - + Instance information @@ -2530,7 +2530,7 @@ 7 - + Basic configuration @@ -2546,7 +2546,7 @@ 649 - + Advanced configuration @@ -2834,7 +2834,7 @@ 268 - + Discover videos @@ -2858,7 +2858,7 @@ 273 - + Recently added videos @@ -2866,7 +2866,7 @@ 274 - + Local videos @@ -9972,7 +9972,7 @@ 117 - + Trending @@ -9988,7 +9988,7 @@ 127 - + Recently added diff --git a/client/src/locale/angular.hr.xlf b/client/src/locale/angular.hr.xlf index db3104f70..39958ca46 100644 --- a/client/src/locale/angular.hr.xlf +++ b/client/src/locale/angular.hr.xlf @@ -1619,7 +1619,7 @@ 27 - + Discover videos @@ -1627,7 +1627,7 @@ 31 - + Trending pages @@ -1695,7 +1695,7 @@ 59 - + Recently added videos @@ -1703,7 +1703,7 @@ 41 - + Local videos @@ -2275,7 +2275,7 @@ 1 - + Instance information @@ -2283,7 +2283,7 @@ 7 - + Basic configuration @@ -2311,7 +2311,7 @@ 67 - + Advanced configuration @@ -9074,7 +9074,7 @@ 43,44 - + Choose the appropriate license for your work. @@ -11386,7 +11386,7 @@ 123 - + Trending @@ -11394,7 +11394,7 @@ 132 - + Recently added diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf index 468f1b0b8..358e7c7f1 100644 --- a/client/src/locale/angular.hu-HU.xlf +++ b/client/src/locale/angular.hu-HU.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Saját megtekintési előzmények - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Mentés ide @@ -237,19 +237,19 @@ Create Létrehozás - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video videó - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. @@ -269,8 +269,8 @@ subtitles felirat - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Formátum @@ -347,14 +347,14 @@ Cancel Mégse - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Letöltés - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Indok… @@ -368,11 +368,8 @@ No results. No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Elküldés @@ -429,13 +426,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 néző} other { néző}} @@ -473,8 +467,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Nincs videó} =1 {1 videó} other { videó} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -535,19 +529,19 @@ Best Best A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Törlés - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos Only live videos @@ -578,13 +572,13 @@ Hide Hide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Show - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Teljes előnézet @@ -809,8 +803,8 @@ Federation Föderáció - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers követő @@ -850,13 +844,13 @@ User Felhasználó - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Kitiltás - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. Egy kitiltott felhasználó többé nem fog tudni bejelentkezni. @@ -882,7 +876,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Felhasználó kitiltása @@ -1008,9 +1002,9 @@ Login Bejelentkezés - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Vagy jelentkezzen be ezzel: @@ -1142,8 +1136,8 @@ The link will expire within 1 hour. feliratkozó - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Üdvözöli a PeerTube, kedves rendszergazda! @@ -1270,9 +1264,9 @@ The link will expire within 1 hour. My settings My settings - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1345,29 +1339,29 @@ The link will expire within 1 hour. Keyboard shortcuts Gyorsbillentyűk - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Súgó - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Segítségkérés a PeerTube használatához - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube a gépházban: PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Kijelentkezés @@ -1397,108 +1391,88 @@ The link will expire within 1 hour. My videos Saját videók - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Saját lejátszólisták - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Feliratkozások - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videók - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Lejátszási listák - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Feliratkozások - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Előzmények - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEÓK - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel jobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Felfedezés - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - Felkapott - src/app/menu/menu.component.html133 - - - Recently added - Legutóbb hozzáadott - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Adminisztráció @@ -1507,13 +1481,13 @@ The link will expire within 1 hour. About Névjegy - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Partner - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Értesítések megtekintése @@ -1524,9 +1498,9 @@ The link will expire within 1 hour. Notifications Értesítések - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Összes megjelölése olvasottként @@ -1730,7 +1704,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1738,17 +1712,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Közzététel dátuma @@ -1938,12 +1906,14 @@ The link will expire within 1 hour. Remove banner Remove banner src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - ratio 6/1, recommended size: 1600x266, max size: , extensions: - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar Account avatar @@ -1989,12 +1959,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. A videók leírásai alapértelmezetten meg lesznek vágva, és kézi művelet szükséges a kinyitásukhoz. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Csatorna @@ -2019,27 +1991,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ GYIK - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Gyakori kérdések a PeerTube szoftverrel kapcsolatban - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation API dokumentáció - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Közzététel ütemezése ( ) @@ -2141,8 +2113,8 @@ The link will expire within 1 hour. Captions Képaláírások - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Videó előnézete @@ -2194,11 +2166,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2275,12 +2244,12 @@ The link will expire within 1 hour. Update Frissítés - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload A feltöltendő fájl kiválasztása @@ -2290,13 +2259,13 @@ The link will expire within 1 hour. Scheduled Ütemezett - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date A videó elrejtése egy megadott dátumig - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Videó háttérképe @@ -2344,7 +2313,13 @@ The link will expire within 1 hour. Közzététel - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sajnáljuk, a feltöltési funkció tiltott a fiókjában. Ha videókat akar hozzáadni, akkor egy rendszergazdának fel kell oldania a kvótája zárolását. @@ -2375,6 +2350,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. Gratulálunk, a videó importálva lesz BitTorrent használatával! Már megadhatja a videóval kapcsolatos információkat. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2835,13 +2816,13 @@ The link will expire within 1 hour. Lists Listák - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Kiemelés - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold félkövér @@ -2890,13 +2871,13 @@ The link will expire within 1 hour. Comment Hozzászólás - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Válasz - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Kiemelt hozzászólás @@ -2939,11 +2920,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -2955,11 +2933,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3110,8 +3085,8 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Példány megnyitása új lapon @@ -3172,8 +3147,8 @@ The link will expire within 1 hour. Create user Felhasználó létrehozása - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Táblázat paraméterei @@ -3368,45 +3343,45 @@ The link will expire within 1 hour. Reports Jelentések - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Videó blokkolások - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Némított fiókok - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Némított kiszolgálók - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Felhasználók - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Beállítások - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Videó tiltások @@ -3639,13 +3614,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 jelentés} other { jelentés}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Videó @@ -3855,10 +3830,10 @@ The link will expire within 1 hour. Search Keresés - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content A felhasználók feloldhatják a távoli tartalmat @@ -3873,10 +3848,10 @@ The link will expire within 1 hour. Settings Beállítások - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Megjelenítési beállítások @@ -3885,35 +3860,35 @@ The link will expire within 1 hour. Uninstall Eltávolítás - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Az új telepített bővítmények vagy témák betöltéséhez frissítse az oldalt. @@ -3960,18 +3935,18 @@ The link will expire within 1 hour. Jobs Feladatok - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Naplók - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Hibakeresés - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4208,11 +4183,8 @@ The link will expire within 1 hour. 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Bélyegképek elhomályosítása @@ -4318,11 +4290,7 @@ The link will expire within 1 hour. azaz 2vCore 2GB RAM, egy közvetlen hivatkozás a bérelt kiszolgálóra stb. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Példányinformációk - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE MEGJELENÉS @@ -4346,137 +4314,105 @@ The link will expire within 1 hour. Kezdőlap src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Videók felfedezése - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Best videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Legkedveltebb videók - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Legutóbb hozzáadott videók - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Helyi videók - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE ÜZENETSZÓRÁS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Üzenetszórás engedélyezése - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message A felhasználók bezárhatják a szórt üzenetet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Szórt üzenet szintje - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Üzenet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS ÚJ FELHASZNÁLÓK - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification A regisztráció e-mail ellenőrzést igényel - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Regisztrációs korlát - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Regisztráció engedélyezése - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Felhasználók @@ -4533,177 +4469,150 @@ The link will expire within 1 hour. Default video quota per user Alapértelmezett videokvóta felhasználóként - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Alapértelmezett napi feltöltési korlát felhasználóként - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Importálás engedélyezése torrent-fájllal vagy egy mágnes URI-val - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Hacsak egy felhasználó nincs megbízhatóként megjelölve, a videói mindaddig személyes állapotban maradnak, amíg egy moderátor meg nem vizsgálja azokat. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Új videók automatikus letiltása - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH KERESÉS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search A felhasználók végezhetnek távoli URI/felhasználónév keresést - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Engedélyezés a felhasználói számára, hogy olyan távoli videókat/szereplőket keressenek, akik nem biztos, hogy föderálnak az Ön példányával - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search A vendégek végezhetnek távoli URI/felhasználónév keresést - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Engedélyezés a névtelen felhasználók számára, hogy olyan távoli videókat/szereplőket keressenek, akik nem biztos, hogy föderálnak az Ön példányával - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Ez a funkcionalitás nagyban függ a kiválasztott keresőindex által követett példányok moderációjától. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Keresőindex URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Helyi keresés letiltása a keresősávban - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Különben a helyi keresés lesz alapértelmezetten használva - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default A keresősáv a globális keresőindexet használja alapértelmezetten - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Globális keresés engedélyezése - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FÖDERÁCIÓ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Más példányok követhetik az Önét - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Új példánykövetők kézi jóváhagyása - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Példányok automatikus visszakövetése - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Ez a funkció nagyon sok figyelmet és további moderálást igényel. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Egy nyilvános index példányainak automatikus követése - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS RENDSZERGAZDÁK - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Rendszergazda @@ -4712,54 +4621,44 @@ The link will expire within 1 hour. Admin email Rendszergazda e-mail - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Kapcsolatfelvételi űrlap engedélyezése - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Alapvető beállítás - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username A Twitter felhasználóneve - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Példány Twitter által engedélyezve - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -4811,8 +4710,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -4880,8 +4779,14 @@ The link will expire within 1 hour. Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5121,26 +5026,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Speciális beállítás - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Beállítás frissítése - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEOBEÁLLÍTÁSOK @@ -5309,8 +5207,8 @@ color: red; Change ownership Tulajdonjog megváltoztatása - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner A következő tulajdonos kiválasztása @@ -5391,13 +5289,13 @@ color: red; Account settings Fiókbeállítások - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Lejátszólista elemek - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Saját importok @@ -5502,8 +5400,8 @@ color: red; Delete your account Fiók törlése - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Csatornaoldal @@ -5684,13 +5582,13 @@ color: red; Video channel videos Videócsatorna videói - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Videócsatorna lejátszólistái - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel @@ -5717,13 +5615,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Kitiltva @@ -5755,11 +5653,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { videos}} @@ -5876,8 +5771,8 @@ channel with the same name ()! Stats Statisztikák - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. Ennek a csatornának nincsenek lejátszási listái. @@ -6210,18 +6105,18 @@ channel with the same name ()! About this instance A példány névjegye - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube A PeerTube névjegye - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6349,8 +6244,8 @@ channel with the same name ()! Register Regisztráció - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Az üzenete el lett küldve. @@ -6364,13 +6259,13 @@ channel with the same name ()! Account videos Fiók videói - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT PEERTUBE ACCOUNT @@ -6382,8 +6277,8 @@ channel with the same name ()! Account video channels Fiók videócsatornái - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos videó közzétéve @@ -6437,13 +6332,13 @@ channel with the same name ()! Instances you follow Példányok, amiket követ - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Példányok, amik követik - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Csak hang @@ -6566,17 +6461,45 @@ channel with the same name ()!thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Beállítás frissítve. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Egyéni beállítások szerkesztése @@ -7040,25 +6963,25 @@ channel with the same name ()! You don't have plugins installed yet. Még nincsenek telepített bővítményei. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Még nincsenek telepített témái. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Frissítés erre: - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Valóban el szeretné távolítani a(z) bővítményt? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Eltávolítás @@ -7069,39 +6992,30 @@ channel with the same name ()! eltávolítva. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Proceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. frissítve. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Feladatok @@ -7115,25 +7029,25 @@ channel with the same name ()! The plugin index is not available. Please retry later. A bővítményindex nem érhető el. Próbálja újra később. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Csak olyan bővítményeket vagy témákat telepítsen, amelyekben megbízik, mivel azok bármilyen kódot végrehajthatnak az Ön példányán. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Telepíti a(z) bővítményt? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. telepítve. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Beállítások frissítve. @@ -7340,18 +7254,18 @@ channel with the same name ()! User updated. felhasználó frissítve. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Felhasználó frissítése - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Egy jelszó-visszaállítást kérő e-mail lett küldve számára. - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Felhasználók listája @@ -7799,6 +7713,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7822,9 +7742,9 @@ channel with the same name ()! Update playlist Lejátszólista frissítése - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Értesítések @@ -7872,8 +7792,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Valóban törölni szeretne videót? @@ -7930,8 +7850,8 @@ channel with the same name ()! My abuse reports Visszaélési jelentések - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Tulajdonjog-változtatások @@ -7940,8 +7860,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -7966,19 +7886,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Most nézze meg az e-mailjeit a fiókja ellenőrzéséhez és a regisztráció befejezéséhez. @@ -8089,6 +8003,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Gyorsbillentyűk: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8108,8 +8038,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language bármely nyelv - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON ON @@ -8118,23 +8048,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide elrejtés - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur homályosítás - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display megjelenítés - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown Ismeretlen - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! A jelszava sikeresen vissza lett állítva! @@ -8240,17 +8170,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Megtekintések - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. A keresőindex nem érhető el. Újrapróbálkozás a példány találataival. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Keresési hiba - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Keresés @@ -8272,83 +8202,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular évvel ezelőtt - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - évvel ezelőtt - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago hónappal ezelőtt - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - hónappal ezelőtt - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago héttel ezelőtt - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - héttel ezelőtt - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago nappal ezelőtt - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - nappal ezelőtt - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago órával ezelőtt - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - órával ezelőtt - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago perccel ezelőtt - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now épp most - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9299,14 +9237,14 @@ 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.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Összes nyelv - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Rejtett @@ -9961,8 +9899,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Jelentés - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Eltávolítás @@ -10136,47 +10074,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Előző - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Következő - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Előző hónap - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Következő hónap - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Válasszon hónapot - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Válasszon évet - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10185,8 +10123,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10195,23 +10133,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Első - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Előző - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Következő - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Utolsó - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10225,33 +10163,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Óra - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Perc - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Óra növelése - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Óra csökkentése - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Perc növelése - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Perc csökkentése @@ -10260,13 +10198,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Másodperc - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Másodperc növelése @@ -10280,13 +10218,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Bezárás @@ -10295,9 +10233,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Az importálandó videó frissítve. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. A videó fel lett töltve a fiókjába, és személyes. @@ -10325,11 +10263,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Feltöltés megszakítása - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Videó közzétéve. @@ -10488,8 +10422,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Nemrég hozzáadott - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Videók a feliratkozóitól @@ -10528,34 +10462,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Helyi videók - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Videók felfedezése - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Felkapott videók - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Nemrég hozzáadott videók - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Videó feltöltése - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Videó szerkesztése - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.id.xlf b/client/src/locale/angular.id.xlf index 43c16a3d9..dfa76783b 100644 --- a/client/src/locale/angular.id.xlf +++ b/client/src/locale/angular.id.xlf @@ -1619,7 +1619,7 @@ 27 - + Discover videos @@ -1627,7 +1627,7 @@ 31 - + Trending pages @@ -1695,7 +1695,7 @@ 59 - + Recently added videos @@ -1703,7 +1703,7 @@ 41 - + Local videos @@ -2275,7 +2275,7 @@ 1 - + Instance information @@ -2283,7 +2283,7 @@ 7 - + Basic configuration @@ -2311,7 +2311,7 @@ 67 - + Advanced configuration @@ -9074,7 +9074,7 @@ 43,44 - + Choose the appropriate license for your work. @@ -11386,7 +11386,7 @@ 123 - + Trending @@ -11394,7 +11394,7 @@ 132 - + Recently added diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf index d10994db3..634b9461b 100644 --- a/client/src/locale/angular.it-IT.xlf +++ b/client/src/locale/angular.it-IT.xlf @@ -162,13 +162,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history La mia cronologia di visualizzazione - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Salva in @@ -231,19 +231,19 @@ Create Crea - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -259,8 +259,8 @@ subtitles sottotitoli - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Formato @@ -335,14 +335,14 @@ Annulla - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Scarica - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Motivo... @@ -356,11 +356,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Invia @@ -417,13 +414,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -463,8 +457,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { video}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -527,18 +521,18 @@ I migliori A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Cancella - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -567,13 +561,13 @@ Hide Nascondi - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Mostra - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Anteprima completa @@ -798,8 +792,8 @@ Federation Federazione - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers follower @@ -840,12 +834,12 @@ User Utente - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Espelli (ban) - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -874,7 +868,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Espelli questo utente @@ -1002,7 +996,7 @@ Accedi - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with O accedi con @@ -1137,7 +1131,7 @@ The link will expire within 1 hour. iscritti - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Benvenuto su PeerTube, caro amministratore! @@ -1265,7 +1259,7 @@ The link will expire within 1 hour. Le mie impostazioni - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Queste impostazioni vengono applicate solo alla tua sessione su questa istanza. @@ -1342,27 +1336,27 @@ The link will expire within 1 hour. Scorciatoie da tastiera - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 Offerto da PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Aiuto - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Ottieni aiuto nell'utilizzo di PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube offerto da PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Disconnetti @@ -1394,106 +1388,86 @@ The link will expire within 1 hour. I miei video - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Le mie importazioni video - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Le mie playlist - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Crea una nuova playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Le mie iscrizioni - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Video - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interfaccia: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlist - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Iscrizioni - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Cronologia - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEO - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. consente di importare video multipli in parallelo. ⚠️ Richiede di riavviare PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel lavori in parallelo - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Consente importazione con URL HTTP (ad es. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Scopri - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Popolari - - src/app/menu/menu.component.html133 - - Recently added - Aggiunti di recente - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Amministrazione @@ -1504,12 +1478,12 @@ The link will expire within 1 hour. Informazioni - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contatti - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Vedi le notifiche @@ -1520,9 +1494,9 @@ The link will expire within 1 hour. Notifications Notifiche - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Marca tutti come letti @@ -1716,7 +1690,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1724,17 +1698,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Data di pubblicazione @@ -1919,10 +1887,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1962,12 +1933,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Le descrizioni dei video sono troncate in modo predefinito e viene richiesta un'azione manuale per espanderle. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Scegli la licenza appropriata per il tuo lavoro. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Canale @@ -1992,27 +1965,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Domande frequenti su Peertube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation Documentazione API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Programma la pubblicazione () @@ -2115,8 +2088,8 @@ The link will expire within 1 hour. Captions Descrizioni - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Anteprima del video @@ -2156,11 +2129,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2234,12 +2204,12 @@ The link will expire within 1 hour. Update Aggiorna - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Seleziona il file da caricare @@ -2250,12 +2220,12 @@ The link will expire within 1 hour. Scheduled Programmato - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Nascondi il video fino ad una data specifica - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Immagine di sfondo del video @@ -2305,7 +2275,13 @@ The link will expire within 1 hour. Pubblica - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Spiacente, la funzionalità di upload è disabilitata per il tuo account. Se vuoi aggiungere video, un amministratore deve sbloccare la tua quota. @@ -2338,6 +2314,12 @@ The link will expire within 1 hour. Congratulazioni, il video verrà importato con BitTorrent! Puoi già aggiungere informazioni relative a questo video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2802,13 +2784,13 @@ The link will expire within 1 hour. Lists Liste - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Enfasi - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold grassetto @@ -2857,13 +2839,13 @@ The link will expire within 1 hour. Comment Commenta - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Rispondi - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Commento in evidenza @@ -2906,11 +2888,8 @@ The link will expire within 1 hour. Renew token Rinnovare il token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token rinnovato. Pensa a adattare la configurazione del tuo client. @@ -2922,11 +2901,8 @@ The link will expire within 1 hour. Applications Applicazioni - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SOTTOSCRIZIONE FLUSSO / FEED @@ -3099,7 +3075,7 @@ The link will expire within 1 hour. Unfollow Smetti di seguire - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Apri l'istanza in una nuova scheda @@ -3158,8 +3134,8 @@ The link will expire within 1 hour. Create user Crea utente - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Parametri della tabella @@ -3357,45 +3333,45 @@ The link will expire within 1 hour. Reports Segnalazioni - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video bloccati - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Commenti del video - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Accounts silenziati - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Servers silenziati - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Utenti - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configurazione - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video bloccati @@ -3621,12 +3597,12 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3838,10 +3814,10 @@ The link will expire within 1 hour. Search Ricerca - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Gli utenti possono risolvere contenuti distanti @@ -3859,7 +3835,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Visualizza impostazioni @@ -3869,34 +3845,34 @@ The link will expire within 1 hour. Uninstall Disinstalla - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Mi piace A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Video che hanno più mi piace - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Per caricare i nuovi plugin o temi installati, aggiorna la pagina. @@ -3943,18 +3919,18 @@ The link will expire within 1 hour. Jobs Lavori - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Registri - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Elimina questo commento @@ -4190,11 +4166,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4302,11 +4275,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, un link diretto al server che hai noleggiato, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Informazioni sull'istanza - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE ASPETTO @@ -4330,137 +4299,105 @@ The link will expire within 1 hour. Pagina iniziale src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Scopri i video - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Best videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos I video più piaciuti - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Video aggiunti recentemente - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Video locali - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE MESSAGGIO A TUTTI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Abilita messaggio broadcast - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Consenti agli utenti di eliminare il messaggio trasmesso - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Livello del messaggio di trasmissione - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Messaggio - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NUOVI UTENTI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification La registrazione richiede una verifica via email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Limite registrazioni - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {utente} other {utenti}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Abilita registrazione - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Utenti @@ -4517,177 +4454,150 @@ The link will expire within 1 hour. Default video quota per user Quantità predefinita di video per utente - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Limite giornaliero di caricamenti per utente - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Permetti l'import con un file torrent o il link magnet-URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. A meno che un utente sia marcato come attendibile, i loro video rimarranno privati fino a quando un moderatore non li recensisce. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Blocca automaticamente i nuovi video - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH RICERCA - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Consenti agli utenti di eseguire la ricerca URI / gestire in remoto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Consenti ai tuoi utenti di cercare video/attori remoti che potrebbero non essere federati con la tua istanza - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Consenti a anonymous di eseguire la ricerca remota di URI / handle - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Consenti a utenti anonimi di cercare video/attori remoti che potrebbero non essere federati con la tua istanza - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Questa funzionalità dipende in larga misura dalla moderazione delle istanze seguita dall'indice di ricerca selezionato. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL URL dell'indice di ricerca - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disabilita la ricerca locale nella barra di ricerca - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default In caso contrario, la ricerca locale rimane utilizzata per impostazione predefinita - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default La barra di ricerca utilizza l'indice di ricerca globale per impostazione predefinita - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Abilita la ricerca globale - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERAZIONE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Altre istanze possono seguire la tua - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Approva manualmente i nuovi follower dell'istanza - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Segui automaticamente le istanze - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Questa funzionalità richiede molta attenzione e moderazione ulteriore. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Indice URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Segui automaticamente le istanze di un indice pubblico - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS AMMINISTRATORI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Amministratore @@ -4696,54 +4606,44 @@ The link will expire within 1 hour. Admin email Email Amministratore - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Abilita modulo di contatto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Configurazione di base - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Transcodifica VOD - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Il tuo username Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Istanza consentita da Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE DIRETTA @@ -4795,8 +4695,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {diretta} other {dirette}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -4864,8 +4764,14 @@ The link will expire within 1 hour. Live streaming Diretta streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5106,26 +5012,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Non puoi consentire la riproduzione dal vivo se non abiliti la transcodifica. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Configurazione avanzata - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Aggiorna configurazione - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS IMPOSTAZIONI VIDEO @@ -5293,8 +5192,8 @@ color: red; Change ownership Cambia proprietà - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Seleziona il prossimo proprietario @@ -5366,13 +5265,13 @@ color: red; Account settings Impostazioni dell'Account - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Elementi della playlist - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Le mie importazioni @@ -5473,8 +5372,8 @@ color: red; Delete your account Elimina il tuo account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Pagina del Canale @@ -5651,12 +5550,12 @@ color: red; Video channel videos Video del canale - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Playlists del canale video - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5684,13 +5583,13 @@ color: red; Verify account via email Verifica l'account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Chiedi di inviare un'e-mail per verificare il tuo account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Espulso @@ -5718,11 +5617,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5821,7 +5717,7 @@ channel with the same name ()!Stats Statistiche - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6158,18 +6054,18 @@ channel with the same name ()! About this instance Informazioni su questa istanza - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Informazioni su PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Informazioni sulla rete di questa istanza - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Collegamento copiato @@ -6297,8 +6193,8 @@ channel with the same name ()! Register Registrazione - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Messaggio inviato. @@ -6314,12 +6210,12 @@ channel with the same name ()!Account videos Video dell'Account - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6330,7 +6226,7 @@ channel with the same name ()!Account video channels Canali video dell'Account - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6388,13 +6284,13 @@ channel with the same name ()! Instances you follow Istanze che segui - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Istanze che ti seguono - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Solo audio @@ -6517,17 +6413,45 @@ channel with the same name ()!thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Configurazione aggiornata. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Hai abilitato la registrazione: abbiamo automaticamente abilitato la casella di controllo "Blocca automaticamente i nuovi video" della sezione "Video" appena sotto. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Modifica configurazione personalizzata @@ -6986,22 +6910,22 @@ channel with the same name ()!You don't have plugins installed yet. Non hai ancora nessun plugin installato. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Non hai ancora nessun tema installato. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Aggiorna a - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Vuoi veramente disinstallare ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Disinstalla @@ -7011,30 +6935,21 @@ channel with the same name ()! uninstalled. disinstallato. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. aggiornato. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Lavori @@ -7049,22 +6964,22 @@ channel with the same name ()!The plugin index is not available. Please retry later. L'indice del plugin non è disponibile. Riprova più tardi. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Installa solo plugin o temi di cui ti fidi, poiché possono eseguire qualsiasi codice sulla tua istanza. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Installa ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installato. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Impostazioni aggiornate. @@ -7253,18 +7168,18 @@ channel with the same name ()! User updated. Utente aggiornato. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Modifica utente - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Un'email per la richiesta di reimpostare la password è stata inviata a . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Lista utenti @@ -7704,6 +7619,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7727,9 +7648,9 @@ channel with the same name ()! Update playlist Aggiorna playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifiche @@ -7777,8 +7698,8 @@ channel with the same name ()! Ownership changes Cambiamenti di proprietà - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Vuoi veramente cancellare video? @@ -7837,8 +7758,8 @@ channel with the same name ()! My abuse reports I miei rapporti di abuso - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Cambi di proprietario @@ -7847,8 +7768,8 @@ channel with the same name ()! My video history La mia cronologia video - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Canali @@ -7873,19 +7794,13 @@ channel with the same name ()! Maximize editor Ingrandisci l'editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Uscire dall'editor ingrandito - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Ora controlla le tue e-mail per verificare il tuo account e completare la registrazione. @@ -7996,6 +7911,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Scorciatoie per la tastiera: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8016,7 +7947,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language qualsiasi lingua - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON SU @@ -8026,22 +7957,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide nascondi - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur sfocatura - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display schermo - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Sconosciuto - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! La tua password è stata reimpostata con successo! @@ -8147,17 +8078,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Visualizzazioni - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. L'indice di ricerca non è disponibile. Nuovo tentativo con i risultati dell'istanza. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Errore nella ricerca - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Ricerca @@ -8176,81 +8107,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular anni fa - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - anno fa - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago mesi fa - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - mese fa - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago settimane fa - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - settimana fa - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago giorni fa - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - giorno fa - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago ore fa - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - ora fa - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago min fa - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now adesso - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec sec @@ -9197,13 +9138,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Lingue istanza - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Tutte le lingue - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Nascosto @@ -9844,8 +9785,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Segnala - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Rimuovere @@ -10015,47 +9956,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Diapositiva di Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Predecente - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Prossimo - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Mese precedente - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Prossimo mese - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Seleziona mese - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Seleziona anno - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10065,7 +10006,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10075,22 +10016,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Primo - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Precedente - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Prossimo - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Ultimo - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10104,33 +10045,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Ore - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minuti - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Incrementa le ore - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrementa ore - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Incrementa minuti - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrementa minuti @@ -10139,13 +10080,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Secondi - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Incrementa secondi @@ -10159,13 +10100,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Chiudi @@ -10176,7 +10117,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video da importare aggiornato. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Il video è stato caricato sul proprio account ed è privato. @@ -10202,11 +10143,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Carica src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Caricamento annullato - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video pubblicato. @@ -10365,8 +10302,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Aggiunti di Recente - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Video dalle tue iscrizioni @@ -10405,34 +10342,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Video locali - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Scopri video - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Video di tendenza - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Video recentemente aggiunti - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Carica un video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Modifica un video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf index 9a2d0ff62..8b5c84541 100644 --- a/client/src/locale/angular.ja-JP.xlf +++ b/client/src/locale/angular.ja-JP.xlf @@ -263,10 +263,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to 保存 @@ -323,12 +323,12 @@ Create 作成 - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -345,7 +345,7 @@ subtitles 字幕 - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -418,12 +418,12 @@ キャンセル - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download ダウンロード - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... 理由… @@ -437,11 +437,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit 送信 @@ -487,13 +484,10 @@ {VAR_PLURAL, plural, =1 {1回視聴} other { 回視聴} } src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -529,7 +523,7 @@ videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -579,15 +573,15 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete 削除 - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -606,10 +600,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview 完全なプレビュー @@ -833,7 +827,7 @@ Federation 連合 - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers フォロワー @@ -866,12 +860,12 @@ User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban BAN - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -883,7 +877,7 @@ Cancel キャンセル - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user このユーザーをBANする @@ -1001,7 +995,7 @@ Login ログイン - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1127,7 +1121,7 @@ The link will expire within 1 hour. 人 - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1281,7 +1275,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1368,26 +1362,26 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1415,93 +1409,73 @@ The link will expire within 1 hour. My videos 自分の動画 - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlists 自分の再生リスト - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptions 自分の登録チャンネル - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos 動画 - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists 再生リスト - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions 登録チャンネル - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History 履歴 - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS 動画 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover ディスカバー - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - 急上昇 - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - 最近投稿された動画 - - src/app/menu/menu.component.html138 Administration 管理 @@ -1511,12 +1485,12 @@ The link will expire within 1 hour. About このインスタンスについて - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact 連絡先 - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications 通知を表示 @@ -1526,7 +1500,7 @@ The link will expire within 1 hour. Notifications 通知 - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1698,7 +1672,7 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1706,17 +1680,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date 公開日 @@ -1898,10 +1866,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1936,10 +1907,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel チャンネル @@ -1949,27 +1923,27 @@ The link will expire within 1 hour. Privacy 公開設定 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () スケジュール公開 ( @@ -2071,7 +2045,7 @@ The link will expire within 1 hour. Captions 字幕 - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2111,11 +2085,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2193,7 +2164,7 @@ The link will expire within 1 hour. Update 更新 - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload アップロードするファイルを選択する @@ -2203,12 +2174,12 @@ The link will expire within 1 hour. Scheduled スケジュールされました - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2258,7 +2229,13 @@ The link will expire within 1 hour. Publish 公開 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2290,7 +2267,13 @@ The link will expire within 1 hour. おめでとうございます。動画は BitTorrent でインポートされます! この動画に関する情報をすでに追加できます。 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created lives Cannot create live because this instance have too many created lives @@ -2750,12 +2733,12 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -2805,12 +2788,12 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment 注目のコメント @@ -2855,11 +2838,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -2867,11 +2847,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -3010,7 +2987,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3070,7 +3047,7 @@ The link will expire within 1 hour. Create user ユーザー作成 - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3253,35 +3230,35 @@ The link will expire within 1 hour. Reports 報告 - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3505,14 +3482,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video 動画 @@ -3729,7 +3706,7 @@ The link will expire within 1 hour. Search 検索 - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -3744,7 +3721,7 @@ The link will expire within 1 hour. Settings 設定 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings 表示設定 @@ -3754,24 +3731,24 @@ The link will expire within 1 hour. Uninstall アンインストールする - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3826,17 +3803,17 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs ログ - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug デバッグ - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -4045,11 +4022,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4147,11 +4121,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - インスタンス情報 - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4174,120 +4144,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - 動画を見いだす - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos 最も好まれている動画 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - 最近投稿された動画 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - ローカル動画 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE アナウンスメッセージ発表 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message アナウンスメッセージをONにする - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message ユーザーがアナウンスメッセージの解除を可能にする - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level アナウンスメッセージの段階 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message メッセージ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification 登録にはメールの確認が必須 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit 登録可能ユーザー数 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users ユーザー @@ -4337,170 +4277,143 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI TorrentファイルかMagnet URIのインポートを可能にする - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH 検索 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS 管理者 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator 管理者 @@ -4510,42 +4423,35 @@ The link will expire within 1 hour. Admin email 管理者のメールアドレス - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form 問い合わせフォームを有効にする - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - 基本設定 - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Twitterユーザー名 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE @@ -4604,7 +4507,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4663,7 +4566,13 @@ The link will expire within 1 hour. Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING トランスコーディング @@ -4879,25 +4788,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - その他の設定 - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration 設定を更新 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5068,7 +4970,7 @@ color: red; Change ownership 所有権を変更する - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner 次の所有者を選択 @@ -5147,14 +5049,14 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5254,7 +5156,7 @@ color: red; Delete your account アカウントを削除する - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5442,12 +5344,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5476,12 +5378,12 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5509,11 +5411,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5614,7 +5513,7 @@ channel with the same name ()! Stats 統計 - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6013,17 +5912,17 @@ channel with the same name ()! About this instance このインスタンスについて - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTube PeerTubeについて - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6173,7 +6072,7 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6190,10 +6089,10 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6204,7 +6103,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6252,12 +6151,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only 音声のみ @@ -6364,15 +6263,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. 設定が更新されました。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -6803,26 +6730,26 @@ channel with the same name ()! You don't have plugins installed yet. プラグインがまだインストールされていません。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. テーマがまだインストールされていません。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to にアップデート - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? 本当に をアンインストールしますか? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -6834,32 +6761,23 @@ channel with the same name ()! をアンインストールしました。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. をアップデートしました。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -6874,26 +6792,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? をインストールしますか? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. をインストールしました。 - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. 設定が更新されました。 @@ -7087,19 +7005,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user ユーザーを更新する - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . パスワードの再設定の手順が記載されたメールが に送信されました。 - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -7525,6 +7443,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7548,7 +7472,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 @@ -7598,7 +7522,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? 本当に @@ -7661,7 +7585,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes 所有権の変更 @@ -7669,7 +7593,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -7687,17 +7611,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -7809,7 +7727,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: キーボードショートカット: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success 成功 @@ -7829,7 +7763,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -7837,22 +7771,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! パスワードは正常にリセットされました! @@ -7949,17 +7883,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views 回視聴 - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search 検索 @@ -7977,82 +7911,90 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 年前 - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - year ago - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago か月前 - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - month ago - - か月前 - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago 週間前 - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - week ago - - 週間前 - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago 日前 - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - day ago - - 日前 - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago 時間前 - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - hour ago - - 時間前 - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago 分前 - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -8951,12 +8893,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden 表示しない @@ -9612,7 +9554,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report 報告 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove 削除 @@ -9774,42 +9716,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month 先月 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month 来月 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month 月を選択 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year 年を選択 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -9819,7 +9761,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -9829,22 +9771,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -9859,32 +9801,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -9894,12 +9836,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -9914,12 +9856,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -9929,7 +9871,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. 動画のインポートが完了しました。 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. 動画はこのアカウントに非公開でアップロードされています。 @@ -9955,11 +9897,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular アップロード src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - アップロードがキャンセルされました - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. 動画が公開されました。 @@ -10137,7 +10075,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added 最近登録された - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10169,32 +10107,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos ローカル動画 - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos 動画を見いだす - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos 急上昇 - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos 最近投稿された動画 - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video 動画をアップロード - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a video 動画を編集する - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf index 2e86ed5aa..f935480ea 100644 --- a/client/src/locale/angular.jbo.xlf +++ b/client/src/locale/angular.jbo.xlf @@ -313,10 +313,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Save to @@ -394,12 +394,12 @@ - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -416,7 +416,7 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -491,13 +491,13 @@ nu sisti - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download nu kibycpa - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Reason... @@ -513,11 +513,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submit @@ -575,13 +572,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -621,7 +615,7 @@ videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -686,17 +680,17 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete nu vimcu - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -724,10 +718,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Complete preview @@ -951,7 +945,7 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -982,12 +976,12 @@ src/app/helpers/utils.ts200 UserUser - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -1015,7 +1009,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -1140,7 +1134,7 @@ co'a cmisau - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1279,7 +1273,7 @@ galfi le mi japyvla lo jersi pe'a - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1434,7 +1428,7 @@ galfi le mi japyvla My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1522,26 +1516,26 @@ galfi le mi japyvla Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1566,90 +1560,70 @@ galfi le mi japyvla My videosMy videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlistsMy playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptionsMy subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos lo vidvi - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions lo se jersi pe'a - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History citri - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - lo cabna misno - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - pu za se jmina - - src/app/menu/menu.component.html138 Administration nu jitro @@ -1660,12 +1634,12 @@ galfi le mi japyvla lo datni - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications nu viska lo notci be fo do @@ -1676,7 +1650,7 @@ galfi le mi japyvla notci - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1855,7 +1829,7 @@ galfi le mi japyvla - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1863,17 +1837,11 @@ galfi le mi japyvla Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date detri lo nu co'a gubni @@ -2074,10 +2042,13 @@ galfi le mi japyvla src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2121,10 +2092,13 @@ galfi le mi japyvla Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel lo te tivni @@ -2146,27 +2120,27 @@ galfi le mi japyvla - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2264,7 +2238,7 @@ galfi le mi japyvla Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2304,11 +2278,8 @@ galfi le mi japyvla {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2395,7 +2366,7 @@ galfi le mi japyvla - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2405,12 +2376,12 @@ galfi le mi japyvla Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2464,7 +2435,13 @@ galfi le mi japyvla Publish Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2499,7 +2476,13 @@ galfi le mi japyvla Congratulations, the video will be imported with BitTorrent! You can already add information about this video. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2966,10 +2949,10 @@ galfi le mi japyvla src/app/+videos/+video-watch/comment/video-comment-add.component.html19 ListsLists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 EmphasisEmphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 boldbold src/app/+videos/+video-watch/comment/video-comment-add.component.html23 @@ -3006,10 +2989,10 @@ galfi le mi japyvla src/app/+videos/+video-watch/comment/video-comment-add.component.html83 CommentComment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 ReplyReply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3055,11 +3038,8 @@ galfi le mi japyvla Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -3067,11 +3047,8 @@ galfi le mi japyvla ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -3247,7 +3224,7 @@ galfi le mi japyvla src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3309,7 +3286,7 @@ galfi le mi japyvla Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3511,25 +3488,25 @@ galfi le mi japyvla src/app/+my-account/my-account.component.ts28src/app/+admin/admin.component.ts47 ReportsReports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocksVideo blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accountsMuted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted serversMuted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 UsersUsers - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 ConfigurationConfiguration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3764,14 +3741,14 @@ galfi le mi japyvla - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4011,7 +3988,7 @@ galfi le mi japyvla Search - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4029,7 +4006,7 @@ galfi le mi japyvla - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4039,24 +4016,24 @@ galfi le mi japyvla Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4116,17 +4093,17 @@ galfi le mi japyvla Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -4329,11 +4306,8 @@ galfi le mi japyvla src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4440,11 +4414,7 @@ galfi le mi japyvla i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4467,120 +4437,90 @@ galfi le mi japyvla Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - diklo vidvi - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users pilno @@ -4638,141 +4578,117 @@ galfi le mi japyvla Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4780,28 +4696,25 @@ galfi le mi japyvla - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4811,42 +4724,35 @@ galfi le mi japyvla Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4897,7 +4800,7 @@ galfi le mi japyvla {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4943,7 +4846,13 @@ galfi le mi japyvla Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5156,25 +5065,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration nu basti fi lo ka ce'u te tcimi'e - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -5354,7 +5256,7 @@ color: red; Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5434,10 +5336,10 @@ color: red; src/app/+my-library/my-ownership/my-ownership.component.html78 Account settingsAccount settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elementsPlaylist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5545,7 +5447,7 @@ color: red; Delete your account vimcu le do pilno - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5746,10 +5648,10 @@ color: red; src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html14 Video channel videosVideo channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlistsVideo channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5777,10 +5679,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5808,11 +5710,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5915,7 +5814,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6333,13 +6232,13 @@ channel with the same name ()! About this instanceAbout this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTubeAbout PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6496,7 +6395,7 @@ zbasu lo pilno src/app/+signup/+register/register-step-terms.component.html6 RegisterRegister - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6511,10 +6410,10 @@ zbasu lo pilno Account videosAccount videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6523,7 +6422,7 @@ zbasu lo pilno Account video channelsAccount video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos Published @@ -6569,12 +6468,12 @@ zbasu lo pilno Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6671,15 +6570,43 @@ zbasu lo pilno src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. .i mo'u co'a basti fi lo ka ce'u te tcimi'e - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configurationEdit custom configuration src/app/+admin/config/config.routes.ts26 @@ -7134,12 +7061,12 @@ zbasu lo pilno You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to @@ -7148,14 +7075,14 @@ zbasu lo pilno - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 UninstallUninstall src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 @@ -7167,25 +7094,16 @@ zbasu lo pilno uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. @@ -7194,7 +7112,7 @@ zbasu lo pilno updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 JobsJobs src/app/+admin/system/system.routes.ts26 @@ -7205,19 +7123,19 @@ zbasu lo pilno The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. @@ -7226,7 +7144,7 @@ zbasu lo pilno installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7405,19 +7323,19 @@ zbasu lo pilno updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users listUsers list src/app/+admin/users/users.routes.ts27 @@ -7841,6 +7759,12 @@ zbasu lo pilno src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7862,7 +7786,7 @@ zbasu lo pilno Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 NotificationsNotifications src/app/+my-account/my-account.component.ts55src/app/+my-account/my-account-routing.module.ts109 @@ -7907,7 +7831,7 @@ zbasu lo pilno src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? .i .au ju'o pei do vimcu @@ -7975,7 +7899,7 @@ zbasu lo pilno My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -7983,7 +7907,7 @@ zbasu lo pilno src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -8002,17 +7926,11 @@ zbasu lo pilno src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8128,7 +8046,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Success @@ -8149,7 +8083,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -8157,22 +8091,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! .i snada lo nu mo'u galfi le do japyvla @@ -8262,17 +8196,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 SearchSearch src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 @@ -8290,16 +8224,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago @@ -8308,16 +8244,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - - month ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago @@ -8326,16 +8264,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - - week ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago @@ -8344,16 +8280,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - - day ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago @@ -8362,16 +8296,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - - hour ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago @@ -8380,12 +8312,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -9292,13 +9224,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -9971,7 +9903,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts302 ReportReport - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 RemoveRemove src/app/+videos/+video-watch/comment/video-comment.component.ts186 @@ -10132,49 +10064,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous monthPrevious month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next monthNext month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select monthSelect month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select yearSelect year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «««« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 »» - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »»»» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 FirstFirst - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 LastLast - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 @@ -10183,31 +10115,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 HoursHours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MMMM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 MinutesMinutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hoursIncrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hoursDecrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutesIncrement minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutesDecrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 SSSS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 SecondsSeconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment secondsIncrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 @@ -10216,10 +10148,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 CloseClose node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 @@ -10228,7 +10160,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10256,11 +10188,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - .i co'u kibdu'a - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. .i lo se vidvi mo'u co'a gubni @@ -10430,7 +10358,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently addedRecently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10460,22 +10388,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videosLocal videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videosDiscover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videosTrending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videosRecently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a videoUpload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a videoEdit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 \ No newline at end of file diff --git a/client/src/locale/angular.kab.xlf b/client/src/locale/angular.kab.xlf index 607eb888d..a47c56eae 100644 --- a/client/src/locale/angular.kab.xlf +++ b/client/src/locale/angular.kab.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Azray-inu n tmeẓriwt - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Sekles ɣer @@ -237,30 +237,30 @@ Create Snulfu-d - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 Download Sider - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 subtitles iduzwilen - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 video tavidyut - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. Aseɣwen-a deg-s ajuṭun sli, ur ilaq ara ad yettwabḍu ula d yiwen. @@ -370,7 +370,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Reason... Taɣẓint... @@ -432,13 +432,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 n umeskan} other { yimeskanen}} @@ -476,8 +473,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Ulac tividyutin} =1 {1 n tvidyut} other { tividyutin}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -525,31 +522,31 @@ No results. Ulac igmaḍ. - src/app/+videos/video-list/overview/video-overview.component.html4 - src/app/shared/shared-video-miniature/abstract-video-list.html44 - src/app/shared/shared-video-miniature/abstract-video-list.html44 - src/app/shared/shared-video-miniature/abstract-video-list.html44 - src/app/shared/shared-video-miniature/abstract-video-list.html44 - src/app/shared/shared-video-miniature/abstract-video-list.html44 - src/app/shared/shared-video-miniature/abstract-video-list.html44 - src/app/shared/shared-video-miniature/abstract-video-list.html44 - + + + + + + + + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Best Igerrez A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Tividyutin s temyigawin izaden i tvidyutin n melmi kan, drus n uzray n useqdac - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Cancel Sefsex - src/app/shared/shared-video-miniature/videos-selection.component.html19 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 No results. Ulac agemmuḍ. @@ -561,9 +558,9 @@ Delete Kkes - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos Tivdyutin n srid kan @@ -594,13 +591,13 @@ Hide Ffer - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Sken - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Taskant taččurant @@ -808,10 +805,10 @@ Search Nadi - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Iseqdacen zemren ad frun agbur anmeggag @@ -857,8 +854,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers Ineḍfaren @@ -898,13 +895,13 @@ User Aseqdac - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Agi - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. Aseqdac yettwagedlen dayen ur yettizmir ara ad yekcem. @@ -960,11 +957,8 @@ 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/shared/shared-user-settings/user-video-settings.component.html - 8,9 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Policy for sensitive videos Tasertit n tvidyutin timḥulfa @@ -1049,8 +1043,8 @@ subscribers n yimultaɣ - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Upload a new avatar Sali-d avaṭar amaynut @@ -1136,9 +1130,9 @@ Login Tuqqna - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1400,9 +1394,9 @@ The link will expire within 1 hour. My settings Iɣewwaren-inu - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Iɣewwaren ad ttusnasen kan i tɣimit-ik·im ɣef tummant-a. @@ -1456,10 +1450,10 @@ The link will expire within 1 hour. Settings Iɣewwaṛen - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Iɣewwaren n uskan @@ -1503,14 +1497,14 @@ The link will expire within 1 hour. Keyboard shortcuts Inegzumen n unasiw - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 iteddu s lmendad n PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Log out Asenser @@ -1540,82 +1534,62 @@ The link will expire within 1 hour. Videos Tividyutin - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Agrudem: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Tibdarin n tɣuri - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Ijerriden - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Amezray - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Kter imahilen yemqaraben - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. issirig aktar n waṭas n tvidyutin timsadaɣin. ⚠️ Yesra allus n usenker n PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel imahilen imsadaɣen - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Sireg aktar s HTTP URL (am. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Snirem - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - Tiddin - src/app/menu/menu.component.html133 - - - Recently added - Ittwarna taggara-agi - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Tadbelt @@ -1624,53 +1598,53 @@ The link will expire within 1 hour. About Awal ɣef - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Anermis - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 Help Tallelt - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Awi tallalt s useqdec n PeerTube - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 FAQ Isteqsiyen FAQ - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Isteqsiyen i d-yettuɣal ɣef PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Stats Tiddadanin - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 powered by PeerTube iteddu s lmendad n PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 View your notifications Wali tilɣa-inek.m @@ -1681,9 +1655,9 @@ The link will expire within 1 hour. Notifications Ilɣa - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Creḍ kullec yettwaɣra @@ -1882,7 +1856,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1890,17 +1864,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Azemz n usuffeɣ @@ -2095,12 +2063,14 @@ The link will expire within 1 hour. Remove banner Kkes aɣarrac src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - ratio 6/1, teɣzi yettuwellhen: 1600x266, teɣzi tafellayt: , isiɣzaf: - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar Avaṭar n umiḍan @@ -2146,12 +2116,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Aglam n tvidyut yettwagzem s wudem awurman, yesra tigawt s ufus i usnerni-ines. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Fren turagt i ilaqen i umahil-inek·inem. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Abadu @@ -2176,7 +2148,7 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 Schedule publication () Seɣwes tasuffeɣt () @@ -2208,8 +2180,8 @@ The link will expire within 1 hour. Captions Tineffusin - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Add another caption Rnu taneffust-nniḍen @@ -2331,11 +2303,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 tividyutin} other { tividyutin}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2407,12 +2376,12 @@ The link will expire within 1 hour. Update Sedɣi - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Fren afaylu ara d-tsaliḍ @@ -2422,13 +2391,13 @@ The link will expire within 1 hour. Scheduled Yettuɣawes - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Ffer tavidyut alamma azemz usdid - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Tugna n ugilal n tvidyut @@ -2476,7 +2445,13 @@ The link will expire within 1 hour. Suffeɣ-d - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Nesḥassef, tamahilt n usali tensa i umiḍan-ik·im. Ma yella tebɣiḍ ad ternuḍ tividyutin, anedbal yezmer ad yekkes asekker afmiḍi-inek·inem. @@ -2507,6 +2482,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. Gedha, tavidut ad d-tettwakter s BitTorrent! Tzemreḍ yakan ad ternuḍ talɣut ɣef tvidyut-a. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2937,13 +2918,13 @@ The link will expire within 1 hour. Lists Tibdarint - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Tuffayt - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold zur @@ -2997,13 +2978,13 @@ The link will expire within 1 hour. Comment Commentaire - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Err - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Awennit yettusebruraq @@ -3147,11 +3128,8 @@ The link will expire within 1 hour. Renew token Ɛwed ajuṭun amynut - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Ajuṭu yettubeddel-d. Leqqem tawila n yimsaɣen-ik·im almend n wayen. @@ -3163,11 +3141,8 @@ The link will expire within 1 hour. Applications Isnasen - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED ASUDDEM N UMULTEƔ @@ -3226,8 +3201,8 @@ The link will expire within 1 hour. Unfollow Ḥbes aḍfar - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Ldi tummant deg yiccer amaynut @@ -3339,9 +3314,9 @@ The link will expire within 1 hour. Users Iseqdacen - src/app/+admin/users/user-edit/user-edit.component.html4 - src/app/+admin/users/user-edit/user-edit.component.html4 - + + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 {VAR_PLURAL, plural, =1 {Video} other {Videos} } {VAR_PLURAL, plural, =1 {Video} other {Videos} } @@ -3505,8 +3480,8 @@ The link will expire within 1 hour. Create user Rnu aseqdac - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3590,35 +3565,35 @@ The link will expire within 1 hour. Reports Ineqqisen - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Imsewḥal n tvidyutin - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Iwenniten n tvidyut - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Imiḍanen yettwasgugmen - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Iqeddacen yettwasgugmen - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Iseqdacen @@ -3627,8 +3602,8 @@ The link will expire within 1 hour. Configuration Tawila - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Imsewḥal n tvidyut @@ -3825,13 +3800,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 n uneqqis} other { yineqqisen}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Tavidyut @@ -3898,8 +3873,8 @@ The link will expire within 1 hour. Report Aneqqis - src/app/shared/shared-abuse-list/abuse-details.component.html55 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Reported part Aḥric yettwaktaren @@ -4054,35 +4029,35 @@ The link will expire within 1 hour. Uninstall Kkes - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Ufrin A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Tividyutin yemyigawen s waṭas d tvidyutin n melmi kan - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Tividyutin yemmeẓren s waṭas deg 24 yisragen iεeddan - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Iεǧeb A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Tividyutin yesεan aṭas n uεǧab - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 Search... Nadi... @@ -4128,18 +4103,18 @@ The link will expire within 1 hour. Jobs Axeddim - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Aɣmis - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Seɣti - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Kkes awennit-a @@ -4291,11 +4266,7 @@ The link will expire within 1 hour. Sɣur -> src/app/+admin/system/logs/logs.component.html46 - - Instance information - Talɣut n tummant - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + INSTANCE INSTANCE @@ -4454,16 +4425,12 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Basic configuration - Tawila tazadurt - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + VOD Transcoding Anigtengel VOD - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 APPEARANCE APPEARANCE @@ -4487,358 +4454,299 @@ The link will expire within 1 hour. Asebter agejdan src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Snirem tividyutin - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Isebtar n tidtin - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Asebter n tiddin amezwer - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Tividyutin akk igerrzen - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Tavidyut tufrint - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Tividyutin yettwasneqden s waṭas - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Tividyutin yettwasmenyafen s waṭas - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Tividyutin yettwarnan melmi kan - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Tividyutin tidiganin - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Sken izen deg tummant-ik·im - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Izen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Sefrek iseqdacen i usbadu n umur-nsen i yal yiwen. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Signup requires email verification Ajerred yyesra imayl n usenqed - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Talast n ujerred - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {aseqdac} other {iseqdacen}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Ajerred ur yesεi ara talast n umḍan uṣbiḍ n yiseqdacen. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Rmed ajerred - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Default video quota per user Afmiḍi n tvidyut amezwer i useqdac - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes ibiten - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Sewḥel tividyutin timaynutin s wudem awurman - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Sireg iseqdacen-ik·im i unadi n tvidyutin/imeggan imneggagen ur ttusdukklen ara ahat akked tummant-ik·im - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Sireg iseqdacen udrigen i unadi n tvidyutin/imeggan imneggagen ur ttusdukklen ara ahat akked tummant-ik·im - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. Ilaq ad tesqedceḍ kan imataren n unadi fessusen deg ufares, neɣ hsezdeɣ ayla-k·m. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Talast n usali n wass tamezwert i yal aseqdac - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Rmed anadi amatu - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Sefrek assaɣen akked tummanin-nniḍen. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Tummanin-nniḍen zemrent ad ḍefrent tummant-ik·im - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Qbel s ufus ineḍfaren imaynuten n tummant - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Ḍfer s wudem awurman tummanin i ak·akem-yeṭṭafaren - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Ḍfer s wudem awurman tummanin n umatar azayaz - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL Wali tasemlit i wugar n telɣut ɣef URL yettṛaǧun - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Rmed tiferkit n unermis - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 Live streaming Askan usrid - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Mudd amiḍan Twitter i d-yeskanayen tummant-inek·inem i usnerni tiskanin n useɣwen. Ma yella ur tesεiḍ ara amiḍan Twitter, eǧǧ kan azal amezwer. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Isem-ik·im n useqdac Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Tummant yettwaḍfaren sɣur Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. Ma yella tummant-ik·im tban tettusireg sɣur Twitter, imeɣri n tvidyutin ad yettusleɣ deg usuddim n Twitter ɣef beṭṭu n tvidyut n PeerTube. Ma yella tummant ur tban ara, nsseqdac takarḍa n useɣwen n tugna ara yawin srid ɣer tummant-ik·im PeerTube. Ṛcem tabewwaḍt-a, sekles tawila syen sekyed s URL n tvidyut n tummant-ik·im (https://example.com/videos/watch/blabla) on https://cards-dev.twitter.com/validator i wakken ad twaliḍ ma yella tummant-ik·im tettwasireg. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE SRID @@ -4890,8 +4798,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Ttwarnan ddeqs n wusriden inbabbaren ɣef tummant-ik·im (-1 for "unlimited") @@ -4956,19 +4864,12 @@ The link will expire within 1 hour. Anigtengel yettwarmed i yisuddam usriden src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html101 - - Advanced configuration - Tawila leqqayen - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + There are errors in the form: Llant tucḍiwin deg tferkit: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 TRANSCODING TRANSCODING @@ -5201,13 +5102,13 @@ color: red; You cannot allow live replay if you don't enable transcoding. Ur tezmireḍ ara ad tsirgeḍ allus n usuddem srid ma yella ur termided ara anigtengel. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5273,8 +5174,8 @@ color: red; Change ownership Beddel bab-is - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Fren bab-is amaynut @@ -5355,13 +5256,13 @@ color: red; Account settings Iɣewwaren n umiḍan - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Iferdisen n tebdart n tɣuri - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Aktaren-inu @@ -5396,8 +5297,8 @@ color: red; Delete your account Kkes amiḍan-ik - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Asebter n ubadu @@ -5550,10 +5451,10 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 n umulteɣ} other { yimultaɣ}} - src/app/+accounts/account-video-channels/account-video-channels.component.html23 - src/app/+my-library/+my-video-channels/my-video-channels.component.html28 - src/app/+video-channels/video-channels.component.html73 - + + + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 n tvidyutin} other { tividyutin}} @@ -5674,13 +5575,13 @@ channel with the same name ()! Video channel videos Tividyutin n ubadu n tvidyut - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Tibdarin n tɣuri n tubadu n tvidyut - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel @@ -5707,13 +5608,13 @@ channel with the same name ()! Verify account via email Senqed amiḍan s yimayl - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Suter ad ak·am-d-aznen imayl i usenqed n umiḍan-ik·im - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Yettwagdel @@ -6149,18 +6050,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Γef PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Ɣef uzeṭṭa n tummant-a - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Aseɣwen yettwanɣel @@ -6286,8 +6187,8 @@ channel with the same name ()! Register Sekles - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Izen-ik·im yettwazen. @@ -6301,13 +6202,13 @@ channel with the same name ()! Account videos Tividyutin n umiḍan - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Nadi tividyutin s war amiḍan - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT AMIḌAN N PEERTUBE @@ -6319,8 +6220,8 @@ channel with the same name ()! Account video channels Ibuda n tvidyut n umiḍan - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Isuffeɣ-d tividyutin @@ -6372,13 +6273,13 @@ channel with the same name ()! Instances you follow Tummanin i teṭṭafareḍ - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Tummanin i ak·akem-yeṭṭafaren - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Configuration Tawila @@ -6506,17 +6407,45 @@ channel with the same name ()!thread akala afessas src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Tettwaleqqem twila. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Tremdeḍ aerred: nermed s wudem awurman "Sewḥel tividyutin timaynutin s wudem awurman" ṛcem tabewwaḍt n tgezmi "Tividyutin" ddaw-a kan. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Ẓreg tawila tudmawant @@ -7047,23 +6976,23 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Tebɣiḍ s tidet ad tesfesxeḍ asebded ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Désinstaller @@ -7072,37 +7001,28 @@ channel with the same name ()! uninstalled. uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. Wagi d lqem agejdan n uzegrir. Ttxil-k·m ddu ɣer usebter agejdan n uzegrir i wakken ad tesneqdeḍ tizmilin n lqem yettuṛaǧun. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Leqqem - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Kemmel aleqqem - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Axeddim @@ -7116,23 +7036,23 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Sebded ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7339,18 +7259,18 @@ channel with the same name ()! User updated. Aseqdac yettwaleqqem. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Leqqem aseqdac - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Imayl n usuter n uwennez n wawal uffir yettwazen ɣer . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Tabdart n iseqdacen @@ -7791,6 +7711,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7814,9 +7740,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Ilɣa @@ -7859,13 +7785,13 @@ channel with the same name ()! My videos Tividyutin-inu - src/app/+my-library/my-videos/my-videos.component.html4 - + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 Ownership changes Isenfal n wamli - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Tebɣiḍ s tidet ad tekkseḍ tividyutin ? @@ -7904,23 +7830,23 @@ channel with the same name ()! My video imports Aktaren n tvidyut-iw - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Snulfu-d tabdart n tɣuri tamaynutt - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Imultaɣ-inu - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 My channels Ibuda-inu @@ -7944,8 +7870,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -7954,8 +7880,8 @@ channel with the same name ()! My video history Azray n tvidyut - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Ibuda @@ -7980,19 +7906,13 @@ channel with the same name ()! Maximize editor Semɣer amaẓrag - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Ffeɣ seg umaẓrag yettusmeɣ - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8103,6 +8023,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Inegzumen n unaswi: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8122,28 +8058,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide ffer - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display sken - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown D arussin - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 any language yal tutlayt - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON ƔEF @@ -8254,17 +8190,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Timezriyin - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Amatar n unadi ulac-it. Ales deg ubdil-is s yigmaḍ n tummant. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Tuccḍa n unadi - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Rechercher @@ -8286,69 +8222,83 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular iseggasen aya - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - n useggas aya - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago ayyuren aya - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - ayyur aya - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago imalasen aya - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - amalas aya - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago n wussan aya - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - n wass aya - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago n usrag aya - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - n usrag aya - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago n tsd aya - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now tura kan - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec tsn @@ -9308,14 +9258,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Tutlayin n tummant - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Akk tutlayin - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Yeffer @@ -10031,47 +9981,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Tigri n Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Ɣer deffir - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Ɣer zdat - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Aggur yezrin - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Aggur d-iteddun - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Fren ayyur - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Fren aseggas - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10080,8 +10030,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10090,23 +10040,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Amezwaru - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Ɣer deffir - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Ɣer zdat - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Aneggaru - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10120,33 +10070,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Isragen - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Tiseddidin - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Snerni isragen - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Senqes isragen - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Rnu tisdatin - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Senqes tisdatin @@ -10155,13 +10105,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Tasinin - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Rnu tisinin @@ -10175,13 +10125,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Mdel @@ -10190,9 +10140,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Tavidyut ara d-yettwaketren tettuleqqem. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Tavidyut-ik·im tettwasuli ɣer umiḍan-ik·im yerna d tusligt. @@ -10218,11 +10168,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Sali-d src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Asali yettwasefsex - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Tavidyut yettwasuffɣen. @@ -10396,8 +10342,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Ittwarna taggara-agi - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Tividyutin seg yimultaɣ-inek·inem @@ -10436,34 +10382,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Tividyutin tidiganin - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Snirem tividyutin - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Tividyutin i d-yettuɣalen - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Tividyutin yettwarnan melmi kan - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Sali-d tavidyut - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Ẓreg tavidyut - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.kn.xlf b/client/src/locale/angular.kn.xlf index 1e40d10db..bb609d753 100644 --- a/client/src/locale/angular.kn.xlf +++ b/client/src/locale/angular.kn.xlf @@ -2538,7 +2538,7 @@ 1 - + Instance information @@ -2546,7 +2546,7 @@ 7 - + Basic configuration @@ -2562,7 +2562,7 @@ 649 - + Advanced configuration @@ -2850,7 +2850,7 @@ 268 - + Discover videos @@ -2874,7 +2874,7 @@ 273 - + Recently added videos @@ -2882,7 +2882,7 @@ 274 - + Local videos @@ -9972,7 +9972,7 @@ 117 - + Trending @@ -9988,7 +9988,7 @@ 127 - + Recently added diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf index f9ad3c314..eb62f8113 100644 --- a/client/src/locale/angular.ko-KR.xlf +++ b/client/src/locale/angular.ko-KR.xlf @@ -261,13 +261,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history My watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to 저장 @@ -337,19 +337,19 @@ Create 만들기 - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video 동영상 - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -365,8 +365,8 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -443,14 +443,14 @@ 취소 - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download 다운로드 - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... 사유... @@ -464,11 +464,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit 게시 @@ -529,13 +526,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -575,8 +569,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -644,17 +638,17 @@ Best A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete 삭제 - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -683,13 +677,13 @@ Hide Hide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Show - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview 완전한 미리보기 @@ -929,8 +923,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -971,12 +965,12 @@ User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban 강퇴 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -1005,7 +999,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user 이 사용자 강퇴 @@ -1140,7 +1134,7 @@ 로그인 - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1284,7 +1278,7 @@ The link will expire within 1 hour. 명 - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1440,7 +1434,7 @@ The link will expire within 1 hour. My settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1527,27 +1521,27 @@ The link will expire within 1 hour. Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out 로그아웃 @@ -1579,106 +1573,86 @@ The link will expire within 1 hour. My videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos 영상 - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists 재생목록 - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions 구독목록 - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History 기록 - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel jobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover 발견 - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - 인기 - - src/app/menu/menu.component.html133 - - Recently added - 최근 추가됨 - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration 관리 @@ -1689,12 +1663,12 @@ The link will expire within 1 hour. 정보 - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications 알림 보기 @@ -1705,9 +1679,9 @@ The link will expire within 1 hour. Notifications 알림 - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1905,7 +1879,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1913,17 +1887,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date 공개 일시 @@ -2121,10 +2089,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2166,12 +2137,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel 채널 @@ -2196,27 +2169,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2321,8 +2294,8 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2362,11 +2335,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2448,12 +2418,12 @@ The link will expire within 1 hour. Update Update - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2464,12 +2434,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2525,7 +2495,13 @@ The link will expire within 1 hour. Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2558,6 +2534,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -3061,13 +3043,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -3116,13 +3098,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3172,11 +3154,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3188,11 +3167,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3377,7 +3353,7 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3440,8 +3416,8 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3655,45 +3631,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3935,14 +3911,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4188,10 +4164,10 @@ The link will expire within 1 hour. Search Search - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4209,7 +4185,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4219,19 +4195,19 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 @@ -4239,12 +4215,12 @@ The link will expire within 1 hour. Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4299,18 +4275,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4551,11 +4527,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4663,11 +4636,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4691,137 +4660,105 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Best videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Recently added videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Local videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4878,177 +4815,150 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -5057,54 +4967,44 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Basic configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -5156,8 +5056,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -5225,8 +5125,14 @@ The link will expire within 1 hour. Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5467,26 +5373,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5659,8 +5558,8 @@ color: red; Change ownership Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5739,13 +5638,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5851,8 +5750,8 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -6055,12 +5954,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -6088,13 +5987,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -6122,11 +6021,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6231,7 +6127,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6637,18 +6533,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6803,8 +6699,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6820,12 +6716,12 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6836,7 +6732,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6898,13 +6794,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -7027,17 +6923,45 @@ channel with the same name ()! thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7523,26 +7447,26 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7554,32 +7478,23 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7594,26 +7509,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7808,20 +7723,20 @@ channel with the same name ()! User updated. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8275,6 +8190,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8300,9 +8221,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8356,8 +8277,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -8420,8 +8341,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -8430,8 +8351,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8456,19 +8377,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8584,6 +8499,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8604,7 +8535,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8614,22 +8545,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8735,17 +8666,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8764,83 +8695,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - month ago - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - week ago - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - day ago - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - hour ago - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9788,13 +9727,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -10476,8 +10415,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10649,47 +10588,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10699,7 +10638,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10709,22 +10648,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10738,33 +10677,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10773,13 +10712,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10793,13 +10732,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10810,7 +10749,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10838,11 +10777,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -11001,8 +10936,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Videos from your subscriptions @@ -11041,34 +10976,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Local videos - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf index 5dfd60e05..9b5015eb5 100644 --- a/client/src/locale/angular.lt-LT.xlf +++ b/client/src/locale/angular.lt-LT.xlf @@ -299,10 +299,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Save to @@ -380,12 +380,12 @@ - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -402,7 +402,7 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -475,13 +475,13 @@ Cancel - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Reason... @@ -495,11 +495,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submit @@ -557,13 +554,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -601,7 +595,7 @@ videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -666,17 +660,17 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Delete - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -704,10 +698,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Complete preview @@ -931,7 +925,7 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -962,12 +956,12 @@ src/app/helpers/utils.ts200 UserUser - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -993,7 +987,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -1116,7 +1110,7 @@ Login - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1251,7 +1245,7 @@ The link will expire within 1 hour. subscribers - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1404,7 +1398,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1491,26 +1485,26 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1535,90 +1529,70 @@ The link will expire within 1 hour. My videosMy videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlistsMy playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptionsMy subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscriptions - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trending - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Recently added - - src/app/menu/menu.component.html138 Administration Administration @@ -1629,12 +1603,12 @@ The link will expire within 1 hour. About - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1645,7 +1619,7 @@ The link will expire within 1 hour. Notifications - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1822,7 +1796,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1830,17 +1804,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Published date @@ -2035,10 +2003,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2080,10 +2051,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel Channel @@ -2105,27 +2079,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2221,7 +2195,7 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2261,11 +2235,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2352,7 +2323,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2362,12 +2333,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2419,7 +2390,13 @@ The link will expire within 1 hour. Publish Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2452,7 +2429,13 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2900,10 +2883,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html19 ListsLists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 EmphasisEmphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 boldbold src/app/+videos/+video-watch/comment/video-comment-add.component.html23 @@ -2940,10 +2923,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html83 CommentComment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 ReplyReply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -2989,11 +2972,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -3001,11 +2981,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -3181,7 +3158,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3243,7 +3220,7 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3445,25 +3422,25 @@ The link will expire within 1 hour. src/app/+my-account/my-account.component.ts28src/app/+admin/admin.component.ts47 ReportsReports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocksVideo blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accountsMuted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted serversMuted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 UsersUsers - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 ConfigurationConfiguration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3694,14 +3671,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3941,7 +3918,7 @@ The link will expire within 1 hour. Search - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -3959,7 +3936,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -3969,24 +3946,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4042,17 +4019,17 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -4255,11 +4232,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4366,11 +4340,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4393,120 +4363,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Local videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4564,141 +4504,117 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4706,28 +4622,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4737,42 +4650,35 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4823,7 +4726,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4869,7 +4772,13 @@ The link will expire within 1 hour. Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5082,25 +4991,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -5280,7 +5182,7 @@ color: red; Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5360,10 +5262,10 @@ color: red; src/app/+my-library/my-ownership/my-ownership.component.html78 Account settingsAccount settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elementsPlaylist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5471,7 +5373,7 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5668,10 +5570,10 @@ color: red; src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html14 Video channel videosVideo channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlistsVideo channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5697,10 +5599,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5728,11 +5630,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5835,7 +5734,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6241,13 +6140,13 @@ channel with the same name ()! About this instanceAbout this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTubeAbout PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6395,7 +6294,7 @@ channel with the same name ()! src/app/+signup/+register/register-step-terms.component.html6 RegisterRegister - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6410,10 +6309,10 @@ channel with the same name ()! Account videosAccount videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6422,7 +6321,7 @@ channel with the same name ()! Account video channelsAccount video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos Published @@ -6468,12 +6367,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6570,15 +6469,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configurationEdit custom configuration src/app/+admin/config/config.routes.ts26 @@ -7033,12 +6960,12 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to @@ -7047,14 +6974,14 @@ channel with the same name ()! - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 UninstallUninstall src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 @@ -7066,25 +6993,16 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. @@ -7093,7 +7011,7 @@ channel with the same name ()! updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 JobsJobs src/app/+admin/system/system.routes.ts26 @@ -7104,19 +7022,19 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. @@ -7125,7 +7043,7 @@ channel with the same name ()! installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7304,19 +7222,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users listUsers list src/app/+admin/users/users.routes.ts27 @@ -7740,6 +7658,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7761,7 +7685,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 NotificationsNotifications src/app/+my-account/my-account.component.ts55src/app/+my-account/my-account-routing.module.ts109 @@ -7806,7 +7730,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -7874,7 +7798,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -7882,7 +7806,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -7901,17 +7825,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8027,7 +7945,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Success @@ -8048,7 +7982,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -8056,22 +7990,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8161,17 +8095,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 SearchSearch src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 @@ -8189,16 +8123,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago @@ -8207,16 +8143,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - - month ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago @@ -8225,16 +8163,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - - week ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago @@ -8243,16 +8179,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - - day ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago @@ -8261,16 +8195,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - - hour ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago @@ -8279,12 +8211,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -9192,13 +9124,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -9867,7 +9799,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts302 ReportReport - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 RemoveRemove src/app/+videos/+video-watch/comment/video-comment.component.ts186 @@ -10027,49 +9959,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous monthPrevious month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next monthNext month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select monthSelect month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select yearSelect year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «««« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 »» - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »»»» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 FirstFirst - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 LastLast - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 @@ -10078,31 +10010,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 HoursHours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MMMM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 MinutesMinutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hoursIncrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hoursDecrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutesIncrement minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutesDecrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 SSSS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 SecondsSeconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment secondsIncrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 @@ -10111,10 +10043,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 CloseClose node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 @@ -10123,7 +10055,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10151,11 +10083,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -10324,7 +10252,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently addedRecently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10354,22 +10282,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videosLocal videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videosDiscover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videosTrending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videosRecently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a videoUpload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a videoEdit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 \ No newline at end of file diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf index 7d0f34536..85c17f402 100644 --- a/client/src/locale/angular.nb-NO.xlf +++ b/client/src/locale/angular.nb-NO.xlf @@ -165,13 +165,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Min seer historikk - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Lagre til @@ -234,19 +234,19 @@ Create Opprett - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -262,8 +262,8 @@ subtitles undertekster - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -334,14 +334,14 @@ Cancel Avbryt - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Last ned - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Reason... @@ -353,11 +353,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submit @@ -414,13 +411,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 seer} other { seere}} @@ -458,8 +452,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Ingen videoer} =1 {1 video} other { videoer} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -518,16 +512,16 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Slett - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -556,13 +550,13 @@ Hide Gjem - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Vis - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Fullfør forhåndsvisning @@ -797,8 +791,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -839,12 +833,12 @@ User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -873,7 +867,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -1006,7 +1000,7 @@ Login - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1150,7 +1144,7 @@ The link will expire within 1 hour. subscribers - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1306,7 +1300,7 @@ The link will expire within 1 hour. My settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1393,27 +1387,27 @@ The link will expire within 1 hour. Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Log out @@ -1445,101 +1439,81 @@ The link will expire within 1 hour. My videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscriptions - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trending - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Recently added - - src/app/menu/menu.component.html138 Administration Administration @@ -1550,12 +1524,12 @@ The link will expire within 1 hour. About - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1566,9 +1540,9 @@ The link will expire within 1 hour. Notifications Notifications - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1763,7 +1737,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1771,17 +1745,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Published date @@ -1979,10 +1947,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2024,12 +1995,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Channel @@ -2055,27 +2028,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2180,8 +2153,8 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2221,11 +2194,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2312,7 +2282,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2323,12 +2293,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2384,7 +2354,13 @@ The link will expire within 1 hour. Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2417,6 +2393,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2901,13 +2883,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -2956,13 +2938,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3012,11 +2994,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3028,11 +3007,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3217,7 +3193,7 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3280,8 +3256,8 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3490,45 +3466,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3770,14 +3746,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4023,10 +3999,10 @@ The link will expire within 1 hour. Search Search - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4044,7 +4020,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4054,24 +4030,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4126,18 +4102,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4375,11 +4351,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4490,11 +4463,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4517,123 +4486,92 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Local videos - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4691,142 +4629,118 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4834,28 +4748,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4865,44 +4776,37 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 @@ -4969,7 +4870,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -5034,7 +4935,13 @@ The link will expire within 1 hour. Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5264,25 +5171,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5456,8 +5356,8 @@ color: red; Change ownership Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5536,13 +5436,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5649,8 +5549,8 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -5853,12 +5753,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5886,13 +5786,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5920,11 +5820,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6029,7 +5926,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6436,18 +6333,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6602,8 +6499,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6619,10 +6516,10 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6633,7 +6530,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6693,13 +6590,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6812,17 +6709,45 @@ channel with the same name ()! thread thread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7298,26 +7223,26 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7329,32 +7254,23 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7369,26 +7285,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7584,19 +7500,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8043,6 +7959,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -8066,9 +7988,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8122,8 +8044,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -8186,8 +8108,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -8196,8 +8118,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8222,19 +8144,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8350,6 +8266,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8370,7 +8302,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8380,22 +8312,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8498,17 +8430,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8526,83 +8458,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - month ago - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - week ago - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - day ago - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - hour ago - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9529,13 +9469,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -10217,8 +10157,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10392,46 +10332,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10441,7 +10381,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10451,22 +10391,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10481,32 +10421,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10516,12 +10456,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10536,12 +10476,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10552,7 +10492,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10580,11 +10520,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -10762,7 +10698,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10807,32 +10743,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf index 03541e139..cdcfb897f 100644 --- a/client/src/locale/angular.nl-NL.xlf +++ b/client/src/locale/angular.nl-NL.xlf @@ -165,11 +165,11 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Opslaan in @@ -232,19 +232,19 @@ Create Creeër - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -260,8 +260,8 @@ subtitles ondertitels - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Formaat @@ -333,14 +333,14 @@ Cancel Annuleren - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Downloaden - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Reden... @@ -354,11 +354,8 @@ Annuleren src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Verstuur @@ -415,13 +412,10 @@ Annuleren src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 kijker} other { kijkers}} @@ -459,8 +453,8 @@ Annuleren {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { video\'s} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -521,16 +515,16 @@ Annuleren BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Verwijderen - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -559,13 +553,13 @@ Annuleren Hide Verbergen - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Weergeven - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Volledige voorvertoning @@ -785,8 +779,8 @@ Annuleren Federation Federatie - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers volgers @@ -827,12 +821,12 @@ Annuleren User Gebruiker - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Verbannen - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -860,7 +854,7 @@ Een verbannen gebruiker kan niet langer inloggen. - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Verban deze gebruiker @@ -985,7 +979,7 @@ Aanmelden Aanmelden - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Of meld je aan met @@ -1118,7 +1112,7 @@ Geen resultaten gevonden abonnees - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welkom bij PeerTube, beste beheerder! @@ -1246,7 +1240,7 @@ Geen resultaten gevonden My settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1321,25 +1315,25 @@ Geen resultaten gevonden Sneltoetsen - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Hulp - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Hulp bij het gebruik van PeerTube krijgen - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube mogelijk gemaakt door PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1372,101 +1366,81 @@ Geen resultaten gevonden Mijn video's - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Mijn video-imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Mijn afspeellijsten - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Nieuwe afspeellijst aanmaken - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Mijn abonnementen - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Video's - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Afspeellijsten - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Abonnementen - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Geschiedenis - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEO'S - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Import met HTTP URL (bijv. YouTube) toestaan - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Ontdekken - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Populair - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Recent toegevoegd - - src/app/menu/menu.component.html138 Administration Beheer @@ -1477,12 +1451,12 @@ Geen resultaten gevonden Over - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Je meldingen bekijken @@ -1493,9 +1467,9 @@ Geen resultaten gevonden Notifications Meldingen - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Alle als gelezen markeren @@ -1686,7 +1660,7 @@ Geen resultaten gevonden - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1694,17 +1668,11 @@ Geen resultaten gevonden Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Datum van publicatie @@ -1886,10 +1854,13 @@ Dit zal een bestaande ondertiteling vervangen! src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1929,12 +1900,14 @@ Dit zal een bestaande ondertiteling vervangen! Video descriptions are truncated by default and require manual action to expand them. Video-beschrijvingen worden standaard afgekapt en vereisen handmatig tussenkomen om ze uit te vouwen. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - De geschikte licentie voor je werk kiezen . - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kanaal @@ -1960,27 +1933,27 @@ Dit zal een bestaande ondertiteling vervangen! - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ Vaak gestelde vragen - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Veelgestelde vragen over PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API-documentatie - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Publicatie plannen op ( ) @@ -2082,8 +2055,8 @@ Geen ondertiteling voor nu. Captions Ondertiteling - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video voorvertoning @@ -2123,11 +2096,8 @@ Geen ondertiteling voor nu. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2211,7 +2181,7 @@ Gefeliciteerd, de video achter - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Selecteer het bestand om te uploaden @@ -2222,12 +2192,12 @@ Gefeliciteerd, de video achter Scheduled Ingeroosterd - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date De video verbergen tot een specifieke datum - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video achtergrondafbeelding @@ -2283,7 +2253,13 @@ Gefeliciteerd, de video achter Publiceren - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, uploaden is uitgeschakeld voor je account. Als je een video wil toevoegen, dan moet een beheerder je quotum ontgrendelen. @@ -2318,6 +2294,12 @@ Je kan nu al informatie toevoegen over deze video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2791,13 +2773,13 @@ Je kan nu al informatie toevoegen over deze video. Lists Lijsten - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Nadruk - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold vet @@ -2846,13 +2828,13 @@ Je kan nu al informatie toevoegen over deze video. Comment Reactie - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Antwoorden - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Belichte reactie @@ -2895,11 +2877,8 @@ Je kan nu al informatie toevoegen over deze video. Renew token Token vernieuwen - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token vernieuwd. Instellingen van je client bijwerken vereist. @@ -2911,11 +2890,8 @@ Je kan nu al informatie toevoegen over deze video. Applications Toepassingen - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED ABONNEMENTSFEED @@ -3086,7 +3062,7 @@ Je kan nu al informatie toevoegen over deze video. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Exemplaar van PeerTube openen in nieuwe tab @@ -3144,7 +3120,7 @@ Je kan nu al informatie toevoegen over deze video. Create user Gebruiker aanmaken - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Tabelparameters @@ -3337,45 +3313,45 @@ Je kan nu al informatie toevoegen over deze video. Reports Aangiften - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Videoblokkeringen - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Reacties op video - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Gedempte accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Gedempte servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Gebruikers - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuratie - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Videoblokkeringen @@ -3601,12 +3577,12 @@ Je kan nu al informatie toevoegen over deze video. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3818,10 +3794,10 @@ Je kan nu al informatie toevoegen over deze video. Search Zoeken - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Gebruikers kunnen inhoud van elders opvragen @@ -3839,7 +3815,7 @@ Je kan nu al informatie toevoegen over deze video. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Scherminstellingen @@ -3849,24 +3825,24 @@ Je kan nu al informatie toevoegen over deze video. Uninstall Verwijderen - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3921,18 +3897,18 @@ Je kan nu al informatie toevoegen over deze video. Jobs Taken - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logboeken - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Deze reactie verwijderen @@ -4165,11 +4141,8 @@ Je kan nu al informatie toevoegen over deze video. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4280,11 +4253,7 @@ Je kan nu al informatie toevoegen over deze video. bijvoorbeeld. 2 virtuele kernen, 2GB RAM, een directe link naar de gehuurde server enzovoort. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Informatie over exemplaar van PeerTube - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE UITERLIJK @@ -4307,123 +4276,92 @@ Je kan nu al informatie toevoegen over deze video. Bestemmingspagina src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Video's ontdekken - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Meest geliefde video's - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recent toegevoegde video's - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Video's op dit exemplaar van PeerTube - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BERICHT NAAR IEDEREEN ZENDEN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Bericht naar iedereen inschakelen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Gebruikers toelaten een bericht voor iedereen af te wijzen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Niveau bericht naar iedereen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Bericht - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NIEUWE GEBRUIKERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification E-mailverificatie nodig bij registratie - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Registratielimiet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {gebruiker} other {gebruikers}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Inschrijven inschakelen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Gebruikers @@ -4481,142 +4419,118 @@ Je kan nu al informatie toevoegen over deze video. Default video quota per user Standaard videoquotum per gebruiker - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Standaard dagelijkse uploadlimiet per gebruiker - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Importeren met torrent-bestand of magnet-URI toelaten - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Tenzij een gebruiker als vertrouwd staat aangemerkt blijven zijn video's privé tot een moderator ze heeft beoordeeld. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Nieuwe video's automatisch blokkeren - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH ZOEKEN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Gebruikers toelaten URI/handle van elders te (door)zoeken - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Je gebruikers toestaan om externe video's / gebruikers op te zoeken die mogelijk niet met je exemplaar van PeerTube zijn verbonden - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Anonieme gebruikers toelaten URI/handle van elders te (door)zoeken - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Je gebruikers toestaan externe video's/gebruikers op te zoeken die mogelijk niet met je exemplaar van PeerTube zijn verbonden - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Deze functionaliteit is sterk afhankelijk van de geselecteerde zoekindex en de moderatie op exemplaren van PeerTube die die volgt. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL URL van zoekindex - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Lokaal zoeken in zoekbalk uitschakelen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Anders blijf je standaard lokaal zoeken gebruiken - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Zoekbalk gebruikt standaard de globale zoekindex - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Globaal zoeken inschakelen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATIE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Andere exemplaren van PeerTube kunnen het jouwe volgen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manueel nieuwe volgers van je exemplaar van PeerTube goedkeuren - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatisch exemplaren van PeerTube die jou volgen terugvolgen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4624,28 +4538,25 @@ Je kan nu al informatie toevoegen over deze video. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatisch de exemplaren van PeerTube van een publieke index volgen - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS BEHEERDERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4655,44 +4566,37 @@ Je kan nu al informatie toevoegen over deze video. Admin email E-mail van administrator - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Schakel contactformulier in - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basisconfiguratie - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Je Twitter-gebruikersnaam - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Exemplaar van PeerTube toegelaten door Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 @@ -4757,7 +4658,7 @@ Je kan nu al informatie toevoegen over deze video. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live-uitzending} other {live-uitzendingen}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4822,7 +4723,13 @@ Je kan nu al informatie toevoegen over deze video. Live uitzenden - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODEREN @@ -5051,25 +4958,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. Je kan geen heruitzendingen van live-uitzendingen toelaten zonder transcoderen in te schakelen. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Geavanceerde configuratie - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Bijwerkingsconfiguratie - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO-INSTELLINGEN @@ -5243,8 +5143,8 @@ color: red; Change ownership Verander eigenaar - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Selecteer de volgende eigenaar @@ -5316,13 +5216,13 @@ color: red; Account settings Account-instellingen - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Elementen afspeellijst - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Mijn imports @@ -5422,8 +5322,8 @@ color: red; Delete your account Je account verwijderen - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5607,12 +5507,12 @@ Verifieer e-mailbevestiging van account Video channel videos Video's in dit videokanaal - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Afspeellijsten in dit videokanaal - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5639,13 +5539,13 @@ Vraag e-mail voor accountverificatie aan Verify account via email Verifieer account via e-mail - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Vraag om een e-mail te sturen om uw account te verifiëren - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Verbannen @@ -5673,11 +5573,8 @@ Vraag e-mail voor accountverificatie aan {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5776,7 +5673,7 @@ channel with the same name ()!Stats Statistieken - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6111,18 +6008,18 @@ channel with the same name ()! About this instance Over dit exemplaar van PeerTube - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Over PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Over het netwerk van dit exemplaar van PeerTube - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Verwijzing gekopieerd @@ -6251,8 +6148,8 @@ Account aanmaken Register Registreren - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Jouw bericht is verstuurd. @@ -6268,10 +6165,10 @@ Account aanmaken Account videos Video's account - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6282,7 +6179,7 @@ Account aanmaken Account video channels Videokanalen account - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6338,13 +6235,13 @@ Account aanmaken Instances you follow Exemplaren van PeerTube die je volgt - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Exemplaren van PeerTube die je volgen - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Enkel audio @@ -6455,17 +6352,45 @@ Account aanmaken thread thread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuratie bijgewerkt. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Inschrijven ingeschakeld: we hebben in het onderdeel "Video's" hieronder automatisch het selectievakje "Nieuwe video's automatisch blokkeren" aangevinkt. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Aangepaste configuratie bewerken @@ -6924,24 +6849,24 @@ Account aanmaken You don't have plugins installed yet. Je hebt nog geen plugins geïnstalleerd. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Je hebt nog geen themas geïnstalleerd. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Bijwerken naar - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Wil je echt verwijderen? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Installatie verwijderen @@ -6953,32 +6878,23 @@ Account aanmaken verwijderd. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. bijgewerkt. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Taken @@ -6993,24 +6909,24 @@ Account aanmaken The plugin index is not available. Please retry later. De plugin index is niet beschikbaar. Probeer later alstublieft weer. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Installeer alleen plugins of thema's die u vertrouwt, aangezien deze hun code op jouw exemplaar van PeerTube kunnen uitvoeren. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? installeren? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. geïnstalleerd. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Instellingen bijgewerkt. @@ -7200,17 +7116,17 @@ Account aanmaken User updated. Gebruiker bijgewerkt. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Werk gebruiker bij - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Een e-mail met het verzoek om opnieuw instellen van het wachtwoord is verzonden naar . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Lijst van gebruikers @@ -7634,6 +7550,12 @@ Account aanmaken src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7655,9 +7577,9 @@ Account aanmaken Update playlist Afspeellijst bijwerken - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Meldingen @@ -7705,8 +7627,8 @@ Account aanmaken Ownership changes Eigendomswijzigingen - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Wil je echt video's verwijderen? @@ -7760,8 +7682,8 @@ Account aanmaken My abuse reports Mijn misbruikaangiften - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Veranderingen van eigenaar @@ -7770,8 +7692,8 @@ Account aanmaken My video history Mijn videogeschiedenis - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Kanalen @@ -7796,19 +7718,13 @@ Account aanmaken Maximize editor Bewerker maximaliseren - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Gemaximaliseerde bewerker verlaten - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Check alstublieft nu jouw e-mails om jouw account te verifiëren en de inschrijving te voltooien. @@ -7919,6 +7835,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Sneltoetsen: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -7939,7 +7871,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language gelijk welke taal - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON OP @@ -7949,22 +7881,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide verbergen - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur vervagen - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display weergeven - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Niet gekend - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Jouw wachtwoord is succesvol gereset! @@ -8067,17 +7999,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Weergaven - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Zoekindex is niet beschikbaar. Nieuwe poging met enkel resultaten uit dit exemplaar van PeerTube. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Zoekfout - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Zoeken @@ -8095,81 +8027,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular jaar geleden - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - jaar geleden - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago maanden geleden - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - maand geleden - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago weken geleden - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - week geleden - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago dagen geleden - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - dag geleden - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago uur geleden - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - uur geleden - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago min geleden - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now zonet - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec sec @@ -9093,13 +9035,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.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Alle talen - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Verborgen @@ -9740,8 +9682,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Aangeven - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Verwijderen @@ -9903,46 +9845,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Dia van Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Vorige - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Volgende - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Vorige maand - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Volgende maand - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Maand selecteren - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Jaar selecteren - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -9952,7 +9894,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -9962,22 +9904,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Eerste - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Vorige - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Volgende - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Laatste - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -9992,32 +9934,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Uren - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minuten - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Uren vermeerderen - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Uren verminderen - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Minuten vermeerderen - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Minuten verminderen @@ -10027,12 +9969,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconden - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Seconds vermeerderen @@ -10047,12 +9989,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Sluiten @@ -10063,7 +10005,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video naar import bijgewerkt. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Jouw video is geupload naar jouw account en is privé. @@ -10092,11 +10034,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload geannuleerd - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video gepubliceerd. @@ -10254,7 +10192,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recent toegevoegd - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10296,32 +10234,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Lokale video's - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Video's ontdekken - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Populaire videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recent toegevoegde video's - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Een video uploaden - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a video Een video bewerken - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.nn.xlf b/client/src/locale/angular.nn.xlf index a1f90049d..dfae18907 100644 --- a/client/src/locale/angular.nn.xlf +++ b/client/src/locale/angular.nn.xlf @@ -221,7 +221,7 @@ SS - + SS node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts 85,87 @@ -229,7 +229,7 @@ Seconds - + Sekund node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts 90,92 @@ -1635,7 +1635,7 @@ 27 - + Discover videos @@ -1643,7 +1643,7 @@ 31 - + Trending pages @@ -1711,7 +1711,7 @@ 59 - + Recently added videos @@ -1719,7 +1719,7 @@ 41 - + Local videos @@ -2291,7 +2291,7 @@ 1 - + Instance information @@ -2299,7 +2299,7 @@ 7 - + Basic configuration @@ -2327,7 +2327,7 @@ 67 - + Advanced configuration @@ -9350,7 +9350,7 @@ 43,44 - + Choose the appropriate license for your work. @@ -11698,7 +11698,7 @@ 123 - + Trending @@ -11706,7 +11706,7 @@ 132 - + Recently added diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf index 4b72039b5..a3058a374 100644 --- a/client/src/locale/angular.oc.xlf +++ b/client/src/locale/angular.oc.xlf @@ -224,13 +224,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history My watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Enregistrar a @@ -300,19 +300,19 @@ Create Crear - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video vidèo - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -328,8 +328,8 @@ subtitles sostítols - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -404,14 +404,14 @@ Anullar - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Telecargar - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Rason... @@ -425,11 +425,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Mandar @@ -490,13 +487,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -536,8 +530,8 @@ {VAR_PLURAL, plural, =0 {Cap de vidèo} =1 {1 vidèo} other { vidèos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -602,16 +596,16 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Suprimir - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -640,13 +634,13 @@ Hide Hide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Show - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Apercebut complèt @@ -881,8 +875,8 @@ Federation Federacion - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers seguidors @@ -923,12 +917,12 @@ User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Fòrabandir - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -957,7 +951,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Fòrabandir aqueste utilizaire @@ -1090,7 +1084,7 @@ Connexion - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1230,7 +1224,7 @@ The link will expire within 1 hour. abonats - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Benvengut a PeerTube, car administrator ! @@ -1379,7 +1373,7 @@ The link will expire within 1 hour. Mos paramètres - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1466,27 +1460,27 @@ The link will expire within 1 hour. Acorchis clavièr - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Ajuda - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Obtenètz d’ajudar per utilizar PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube propulsat per PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Desconnexion @@ -1518,101 +1512,81 @@ The link will expire within 1 hour. My videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Vidèos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Lista de lectura - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Abonaments - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Istoric - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDÈOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Descobrir - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Tendéncias - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Apondons recents - - src/app/menu/menu.component.html138 Administration Administracion @@ -1623,12 +1597,12 @@ The link will expire within 1 hour. A prepaus - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contacte - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Veire vòstras notificacions @@ -1639,9 +1613,9 @@ The link will expire within 1 hour. Notifications Notificacions - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Tot marcar coma legit @@ -1834,7 +1808,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1842,17 +1816,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Data de publicacion @@ -2046,10 +2014,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2089,12 +2060,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Cadena @@ -2120,27 +2093,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Fièra a las questions tocant PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation Documentacion d’API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Publicacion programada ( @@ -2245,8 +2218,8 @@ The link will expire within 1 hour. Captions Legendas - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Apercebut de la vidèo @@ -2286,11 +2259,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2377,7 +2347,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Selecionnatz lo fichièr de mandar @@ -2388,12 +2358,12 @@ The link will expire within 1 hour. Scheduled Programada - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Imatge de rèire-plan de la vidèo @@ -2449,7 +2419,13 @@ The link will expire within 1 hour. Publicar - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2482,6 +2458,12 @@ The link will expire within 1 hour. Felicitacions, la vidèo serà importada via BitTorrent ! Podètz ja ajustar las informacions tocant aquesta vidèo. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2974,13 +2956,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -3029,13 +3011,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Comentari notable @@ -3085,11 +3067,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3101,11 +3080,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3290,7 +3266,7 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3353,8 +3329,8 @@ The link will expire within 1 hour. Create user Crear un utilizaire - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3563,45 +3539,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3843,14 +3819,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Vidèo @@ -4096,10 +4072,10 @@ The link will expire within 1 hour. Search Cercar - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4117,7 +4093,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Paramètres d’afichatge @@ -4127,24 +4103,24 @@ The link will expire within 1 hour. Uninstall Desinstallar - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4199,18 +4175,18 @@ The link will expire within 1 hour. Jobs Trabalhs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Jornals d’audit - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debogatge - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4448,11 +4424,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4563,11 +4536,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Informacions de l’instància - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APARÉNCIA @@ -4590,123 +4559,92 @@ The link will expire within 1 hour. Pagina d’arribada src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Descobrir de vidèos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Vidèos mai aimadas - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Apondons recents de vidèo - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Vidèos localas - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NÒU UTILIZAIRES - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification L’inscripcion demanda una verificacion d’adreça electronica - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Limit d’inscripcions - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Utilizaires @@ -4764,142 +4702,118 @@ The link will expire within 1 hour. Default video quota per user Quòta vidèo per defaut per utilizaire - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERACION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4907,28 +4821,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL URL de l’indèx - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4938,44 +4849,37 @@ The link will expire within 1 hour. Admin email Adreça de l’admin - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Activar lo formulari de contacte - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Configuracion de basa - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Vòstre nom d’utilizaire Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 @@ -5042,7 +4943,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -5107,7 +5008,13 @@ The link will expire within 1 hour. Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5337,25 +5244,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Configuracion avançada - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Actualizar la configuracion - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS PARAMÈTRES VIDÈOS @@ -5529,8 +5429,8 @@ color: red; Change ownership Cambiar la proprietat - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Seleccionatz lo novèl proprietari @@ -5609,13 +5509,13 @@ color: red; Account settings Paramètres del compte - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5722,8 +5622,8 @@ color: red; Delete your account Suprimir vòstre compte - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -5926,12 +5826,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5959,13 +5859,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Fòrabandit @@ -5993,11 +5893,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6102,7 +5999,7 @@ channel with the same name ()! Stats Estatisticas - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6505,18 +6402,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6665,8 +6562,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Messatge enviat. @@ -6682,10 +6579,10 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6696,7 +6593,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6756,13 +6653,13 @@ channel with the same name ()! Instances you follow Las instàncias que seguissètz - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Las instàncias que vos seguisson - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Àudio solament @@ -6875,17 +6772,45 @@ channel with the same name ()! thread thread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuracion actualizada. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7361,26 +7286,26 @@ channel with the same name ()! You don't have plugins installed yet. Avètz pas encara d’extension installada. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Avètz pas encara de tèma installat. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Passar a la - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Volètz vertadièrament desinstallar ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7392,32 +7317,23 @@ channel with the same name ()! desinstallat. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. actualizat. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7432,26 +7348,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. L’indèx de las extensions es pas disponible. Ensajatz mai tard. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Mercés d’installar pas que d’extensions o tèmas que vos fisatz, pr’amor que pòdon executar qual que siá còdi sus vòstra instància. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Installar ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installat. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Paramètres actualizats. @@ -7647,19 +7563,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Actualizar l’utilizaire - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Un corrièl de reïnicializacion de senhal es estat enviat a . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8106,6 +8022,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -8129,9 +8051,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8185,8 +8107,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Volètz vertadièrament suprimir @@ -8249,8 +8171,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Cambiaments de proprietats @@ -8259,8 +8181,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8285,19 +8207,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Volgatz ben verificar vòstres corrièls per confirmar vòstre compte e acabar l’inscripcion. @@ -8413,6 +8329,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Acorchis clavièr : src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8433,7 +8365,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language tota lenga - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8443,22 +8375,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide amagar - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display mostrar - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Vòstre senhal es estat corrèctament reïnicializat ! @@ -8561,17 +8493,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Visualizacions - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8589,83 +8521,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular fa ans - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - fa - ans - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago fa meses - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - fa - mes - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago fa setmanas - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - fa - setmana - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago fa jorns - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - fa - jorn - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago fa oras - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - fa - ora - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago fa minutas - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9592,13 +9532,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Amagada @@ -10280,8 +10220,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10455,46 +10395,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10504,7 +10444,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10514,22 +10454,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10544,32 +10484,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10579,12 +10519,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10599,12 +10539,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10615,7 +10555,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Vidèo d’importar actualizada. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. La vidèo es estada enviada a vòstre compte e es privada. @@ -10643,11 +10583,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Mandadís anullat - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Vidèo publicada. @@ -10805,7 +10741,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10850,32 +10786,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf index 78a53e844..595adfc84 100644 --- a/client/src/locale/angular.pl-PL.xlf +++ b/client/src/locale/angular.pl-PL.xlf @@ -18,8 +18,6 @@ 111 - - You don't have notifications. Nie masz powiadomień. @@ -155,7 +153,7 @@ mentioned you on video - mentioned you on video + wspomniał(a) o Tobie w filmie src/app/shared/shared-main/users/user-notifications.component.html 164 @@ -183,7 +181,7 @@ A new version of the plugin/theme is available: - A new version of the plugin/theme is available: + Dostępna jest nowa wersja wtyczki/motywu : src/app/shared/shared-main/users/user-notifications.component.html 198,199 @@ -191,7 +189,7 @@ A new version of PeerTube is available: - A new version of PeerTube is available: + Nowa wersja PeerTube jest dostępna: src/app/shared/shared-main/users/user-notifications.component.html 206,207 @@ -205,25 +203,25 @@ Change your avatar Zmień swój awatar - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html18 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html18 + Remove avatar Usuń awatar - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html40 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html40 + - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Moja historia oglądania - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Zapisz do @@ -232,8 +230,8 @@ Options Opcje - - src/app/+videos/+video-watch/comment/video-comment.component.html40 + src/app/+videos/+video-watch/comment/video-comment.component.html40 + Start at Zacznij na @@ -286,22 +284,22 @@ Create Utwórz - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video film - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. - The following link contains a private token and should not be shared with anyone. + Następujący odnośnik zawiera prywatny token i nie należy się nim z nikim dzielić. src/app/shared/shared-video-miniature/video-download.component.html 21,22 @@ -309,7 +307,7 @@ - + src/app/shared/shared-video-miniature/video-download.component.html 39 @@ -318,8 +316,8 @@ subtitles napisy - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -354,7 +352,7 @@ Advanced - Advanced + Zaawansowane src/app/shared/shared-video-miniature/video-download.component.html 117,118 @@ -362,7 +360,7 @@ Simple - Simple + Proste src/app/shared/shared-video-miniature/video-download.component.html 125,126 @@ -371,16 +369,20 @@ video film - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + 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: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Twoja dzienna powierzchnia na filmy została przekroczona przez ten film (rozmiar filmu: , wykorzystano: , powierzchnia ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -396,14 +398,14 @@ Anuluj - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Pobierz - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Przyczyna… @@ -415,23 +417,22 @@ Anuluj src/app/shared/shared-video-miniature/videos-selection.component.html19 - - No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - + + No results. + Brak wyników. + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Wyślij - - - - - - - src/app/+about/about-instance/contact-admin-modal.component.html52src/app/+my-library/my-videos/modals/video-change-ownership.component.html27src/app/shared/shared-moderation/report-modals/report.component.html58src/app/shared/shared-moderation/report-modals/report.component.html58src/app/shared/shared-moderation/report-modals/video-report.component.html96src/app/shared/shared-moderation/video-block.component.html42 + src/app/+about/about-instance/contact-admin-modal.component.html52 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html27 + src/app/shared/shared-moderation/report-modals/report.component.html58 + src/app/shared/shared-moderation/report-modals/report.component.html58 + src/app/shared/shared-moderation/report-modals/video-report.component.html96 + src/app/shared/shared-moderation/video-block.component.html42 + Report video "" Zgłoś film "" @@ -480,13 +481,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 oglądający(-a)} few { oglądających} many { oglądających} other { oglądających}} @@ -514,20 +512,20 @@ Blocked Zablokowano - - src/app/shared/shared-video-miniature/video-miniature.component.html58 + src/app/shared/shared-video-miniature/video-miniature.component.html58 + Sensitive Wrażliwe - - src/app/shared/shared-video-miniature/video-miniature.component.html63 + src/app/shared/shared-video-miniature/video-miniature.component.html63 + {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { filmów} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -550,10 +548,10 @@ Deleted Usunięte - - - - src/app/+videos/+video-watch/comment/video-comment.component.html47src/app/shared/shared-abuse-list/abuse-list-table.component.html91src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html34 + src/app/+videos/+video-watch/comment/video-comment.component.html47 + src/app/shared/shared-abuse-list/abuse-list-table.component.html91 + src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html34 + Edit starts/stops at Edycja zaczyna się/kończy na @@ -579,34 +577,35 @@ No results. Brak wyników. - - - - - - - - - - src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/+videos/video-list/overview/video-overview.component.html4 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + src/app/shared/shared-video-miniature/abstract-video-list.html44 + Best Najlepsze A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Filmy o największej liczbie interakcji spośród ostatnich filmów, z wyłączeniem historii użytkownika - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Usuń - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 - Only live videosOnly live videos + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + + Only live videos + Tylko filmy na żywo src/app/+my-library/my-videos/my-videos.component.ts 53 @@ -615,17 +614,17 @@ Edit Edytuj - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Skrócony podgląd @@ -634,13 +633,13 @@ Hide Ukryj - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Pokaż - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Pełny podgląd @@ -879,8 +878,8 @@ Federation Federacja - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers obserwujących @@ -894,14 +893,16 @@ The upload failed Wysyłanie nie powiodło się - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted Połączenie zostało przerwane - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + Serwer napotkał na błąd src/app/helpers/utils.ts 193 @@ -910,23 +911,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) Twój olik6 nie mógł zostać przetransferowany przed ustawionym maksymalnym czasem (zwykle 10 minut) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) Twój plik jest zbyt duży (maks. rozmiar: ) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User Użytkownik - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Zbanuj - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. Zbanowany użytkownik nie będzie już mógł się zalogować. @@ -952,12 +953,12 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Zbanuj tego użytkownika - - src/app/shared/shared-moderation/user-ban-modal.component.html30 + src/app/shared/shared-moderation/user-ban-modal.component.html30 + Block video "" Zablokuj film „ @@ -1080,7 +1081,7 @@ Zaloguj się - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Lub zaloguj się z @@ -1142,7 +1143,7 @@ The link will expire within 1 hour. for - for + dla src/app/+search/search.component.html 10 @@ -1219,7 +1220,7 @@ The link will expire within 1 hour. subskrybentów - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Witaj na PeerTube, drogi administratorze! @@ -1346,7 +1347,7 @@ The link will expire within 1 hour. How you plan to pay for keeping your instance running - How you plan to pay for keeping your instance running + Jak planujecie opłacać instancję, aby ją utrzymywać src/app/modal/instance-config-warning-modal.component.html 18 @@ -1367,7 +1368,7 @@ The link will expire within 1 hour. Moje ustawienia - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Te ustawienia dotyczą jedynie Twojej sesji na tej instancji. @@ -1389,19 +1390,19 @@ The link will expire within 1 hour. Close Zamknij - - - src/app/modal/instance-config-warning-modal.component.html38src/app/shared/shared-video-live/live-stream-information.component.html33 + src/app/modal/instance-config-warning-modal.component.html38 + src/app/shared/shared-video-live/live-stream-information.component.html33 + Update live settings Uaktualnij ustawienia live - - src/app/shared/shared-video-live/live-stream-information.component.html36 + src/app/shared/shared-video-live/live-stream-information.component.html36 + Configure Konfiguruj - - src/app/modal/instance-config-warning-modal.component.html44 + src/app/modal/instance-config-warning-modal.component.html44 + Change the language Zmień język @@ -1430,185 +1431,165 @@ The link will expire within 1 hour. Sensitive: Wraźliwe: - - src/app/menu/menu.component.html47 + src/app/menu/menu.component.html47 + Help share videos Pomóż udostępniać filmy - - src/app/menu/menu.component.html53 + src/app/menu/menu.component.html53 + Keyboard shortcuts Skróty klawiszowe - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 oparto o PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Pomoc - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Pomoc w korzystaniu z PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube oparte o PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Wyloguj się - - src/app/menu/menu.component.html67 + src/app/menu/menu.component.html67 + My account Moje konto - - src/app/menu/menu.component.html78 + src/app/menu/menu.component.html78 + My library Moja biblioteka - - src/app/menu/menu.component.html83 + src/app/menu/menu.component.html83 + Create an account Utwórz konto - - - src/app/+login/login.component.html50src/app/menu/menu.component.html95 + src/app/+login/login.component.html50 + src/app/menu/menu.component.html95 + IN MY LIBRARY W MOJEJ BIBLIOTECE - - src/app/menu/menu.component.html99 + src/app/menu/menu.component.html99 + My videos Moje filmy - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Moje zaimportowane filmy - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Moje listy odtwarzania - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Utwórz nową listę odtwarzania - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Moje subskrypcje - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Filmy - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interfejs: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlisty - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subskrybcje - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historia - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS FILMY - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Równoczesne zadania importu - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. pozwala na import wielu filmów jednocześnie. ⚠️ Wymaga restartu PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel zadania jednocześnie - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Pozwól na import po adresie URL HTTP (np. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Odkryj - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Na czasie - - src/app/menu/menu.component.html133 - - Recently added - Ostatnio dodane - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administracja - - src/app/menu/menu.component.html88 + src/app/menu/menu.component.html88 + About O nas - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Kontakt - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Zobacz powiadomienia @@ -1619,9 +1600,9 @@ The link will expire within 1 hour. Notifications Powiadomienia - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Zaznacz wszystkie jako przeczytane @@ -1654,7 +1635,7 @@ The link will expire within 1 hour. We couldn't find any video tied to the URL you were looking for. - We couldn't find any video tied to the URL you were looking for. + Nie mogliśmy znaleźć filmu przypisanego do adresu URL , którego szukasz. src/app/+page-not-found/page-not-found.component.html 7 @@ -1662,7 +1643,7 @@ The link will expire within 1 hour. We couldn't find any resource tied to the URL you were looking for. - We couldn't find any resource tied to the URL you were looking for. + Nie mogliśmy znaleźć żadnego zasobu przypisanego do adresu URL , którego szukasz. src/app/+page-not-found/page-not-found.component.html 8 @@ -1681,7 +1662,7 @@ The link will expire within 1 hour. The video may have been moved or deleted - The video may have been moved or deleted + Film mógł zostać przeniesiony lub usunięty src/app/+page-not-found/page-not-found.component.html 17 @@ -1689,7 +1670,7 @@ The link will expire within 1 hour. The resource may have been moved or deleted - The resource may have been moved or deleted + Zasób mógł zostać przeniesiony lub usunięty src/app/+page-not-found/page-not-found.component.html 18 @@ -1707,7 +1688,7 @@ The link will expire within 1 hour. You might need to check your account is allowed by the video or instance owner. - You might need to check your account is allowed by the video or instance owner. + Może potrzebujesz sprawdzić, czy Twoje konto jest dozwolone przez właściciela filmu lub instancji. src/app/+page-not-found/page-not-found.component.html 30 @@ -1715,7 +1696,7 @@ The link will expire within 1 hour. You might need to check your account is allowed by the resource or instance owner. - You might need to check your account is allowed by the resource or instance owner. + Może potrzebujesz sprawdzić, czy Twoje konto jest dozwolone przez właściciela zasobu lub instancji. src/app/+page-not-found/page-not-found.component.html 31 @@ -1760,7 +1741,7 @@ The link will expire within 1 hour. Your query will be matched against video names or descriptions, channel names. - Your query will be matched against video names or descriptions, channel names. + Twoje zapytanie zostanie porównane z tytułami filmów, opisami i nazwami kanałów. src/app/header/search-typeahead.component.html 37 @@ -1825,142 +1806,143 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Display only src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Filmy na żywo + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + Filmy na żądanie + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Data wydania - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Oryginalny rok publikacji - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... Po... - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... Przed... - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Czas trwania - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Pokaż wrażliwą treść - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes Tak - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No Nie - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Kategoria - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Resetuj - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Wyświetl wszystkie kategorie - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Licencja - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Wyświetl wszystkie licencje - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Język - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Wyświetl wszystkie języki - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Wszystkie z tych tagów - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags Jeden z tych tagów - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Cel wyszukiwania - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Widiwersum - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Resetuj - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Filtr - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Kanały wideo @@ -1994,9 +1976,9 @@ The link will expire within 1 hour. Tags Tagi - - - src/app/+videos/+video-edit/shared/video-edit.component.html19src/app/+videos/+video-watch/video-watch.component.html272 + src/app/+videos/+video-edit/shared/video-edit.component.html19 + src/app/+videos/+video-watch/video-watch.component.html272 + Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. Tagi mogą być wykorzystywane, aby wyświetlać odpowiednie rekomendacje. Możesz używać maksymalnie pięciu tagów. Naciśnij Enter, aby dodać nowy tag. @@ -2010,48 +1992,56 @@ The link will expire within 1 hour. extensions rozszerzenia - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts48 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts48 + This image is too large. Ten obraz jest zbyt duży. - - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts57src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts54 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts57 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts54 + Upload a new banner - Upload a new banner - - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html9src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html26 + Wyślij nowy baner + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html9 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html26 + Change your banner - Change your banner - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 + Zmień baner + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 + Remove banner - Remove banner - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - Account avatarAccount avatar + Usuń baner + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + + + + Account avatar + Awatar konta src/app/shared/shared-actor-image/actor-avatar.component.ts 47 - - Channel avatarChannel avatar + + + Channel avatar + Awatar kanału src/app/shared/shared-actor-image/actor-avatar.component.ts 48 - - Advanced filtersAdvanced filters + + + Advanced filters + Zaawansowane filtry src/app/shared/shared-forms/advanced-input-filter.component.html 8 @@ -2078,25 +2068,26 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Opisy filmów są domyślnie obcięte i wymagają manualnego otwarcia. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Wybierz odpowiednią licencję dla swojej pracy. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kanał - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Prywatność @@ -2108,27 +2099,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ Często zadawane pytania - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Najczęściej zadawane pytania na temat PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation Dokumentacja API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Zaplanuj publikację ( @@ -2140,14 +2131,15 @@ The link will expire within 1 hour. Contains sensitive content Zawiera treści wrażliwe src/app/+videos/+video-edit/shared/video-edit.component.html131 - - Some instances hide videos containing mature or explicit content by default.Some instances hide videos containing mature or explicit content by default. + + + Some instances hide videos containing mature or explicit content by default. + Some instances hide videos containing mature or explicit content by default. src/app/+videos/+video-edit/shared/video-edit.component.html 135 - Publish after transcoding Publikuj po transkodowaniu @@ -2231,8 +2223,8 @@ The link will expire within 1 hour. Captions Napisy - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Podgląd filmu @@ -2246,13 +2238,12 @@ The link will expire within 1 hour. View account - View account - - - src/app/+video-channels/video-channels.component.html30 + Zobacz konto + src/app/+video-channels/video-channels.component.html30 + View account - View account + Zobaczkonto src/app/+video-channels/video-channels.component.html 42,43 @@ -2260,7 +2251,7 @@ The link will expire within 1 hour. View owner account - View owner account + Zobacz konto właściciela src/app/+video-channels/video-channels.component.html 46,47 @@ -2268,7 +2259,7 @@ The link will expire within 1 hour. VIDEO CHANNEL - VIDEO CHANNEL + KANAŁ WIDEO src/app/+video-channels/video-channels.component.html 55 @@ -2276,7 +2267,7 @@ The link will expire within 1 hour. Copy channel handle - Copy channel handle + Kopiuj adres kanału src/app/+video-channels/video-channels.component.html 66 @@ -2284,27 +2275,22 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + {VAR_PLURAL, plural, =1 {1 filmy} few { filmy} many { filmów} other { filmów}} + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 - + src/app/+video-channels/video-channels.component.html 76,77 - OWNER ACCOUNT - OWNER ACCOUNT - - - src/app/+video-channels/video-channels.component.html23 + KONTO WŁAŚCICIELA + src/app/+video-channels/video-channels.component.html23 + Short text to tell people how they can support you (membership platform...). Krótki tekst aby poinformować innych, jak mogą Cię wspomóc (platforma czlonkostwa…) @@ -2355,11 +2341,11 @@ The link will expire within 1 hour. Sorry, but something went wrong Przepraszamy, ale coś poszło nie tak - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. Gratulacje, film za @@ -2370,12 +2356,12 @@ The link will expire within 1 hour. Update Aktualizacja - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Wybierz plik do wysłania @@ -2386,62 +2372,68 @@ The link will expire within 1 hour. Scheduled Zaplanowany - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Ukryj film przed określoną datą - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Tło filmu - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. Obraz który zostanie połączony z twoim plikiem audio. Wybrany obraz jest finalny i nie może być później zmieniony. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Łącznie opublikowanych filmów - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Przetwarzanie… - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry spróbuj ponownie Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Maksymalna dozwolona wielkość sumaryczyna plików wideo - - - src/app/+admin/users/user-list/user-list.component.html119src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/users/user-list/user-list.component.html119 + src/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. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished Opublikuj automatycznie po ukończeniu wysyłania - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish Opublikuj - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Niestety, możliwość wysyłania jest wyłączona dla Twojego konta. Jeżeli chcesz dodać filmy, administrator musi odblokować Twój przydział powierzchni. @@ -2472,6 +2464,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. Gratulacje, film zostanie zaimportowany z BitTorrent! Możesz już dodać informacje o tym filmie. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2556,8 +2554,8 @@ The link will expire within 1 hour. Report this comment Zgłoś ten komentarz - - src/app/+videos/+video-watch/comment/video-comment.component.ts178 + src/app/+videos/+video-watch/comment/video-comment.component.ts178 + Share Udostępnij @@ -2614,7 +2612,7 @@ The link will expire within 1 hour. Support - Support + Wesprzyj src/app/shared/shared-support-modal/support-modal.component.html 3 @@ -2679,61 +2677,61 @@ The link will expire within 1 hour. The video is being imported, it will be available when the import is finished. Film jest aktualnie importowany, będzie dostępny gdy import zostanie zakończony. - - src/app/+videos/+video-watch/video-watch.component.html25 + src/app/+videos/+video-watch/video-watch.component.html25 + The video is being transcoded, it may not work properly. Film jest aktualnie transkodowany i może nie działać poprawnie. - - src/app/+videos/+video-watch/video-watch.component.html29 + src/app/+videos/+video-watch/video-watch.component.html29 + This video will be published on . Film będzie dostępny . - - src/app/+videos/+video-watch/video-watch.component.html32 + src/app/+videos/+video-watch/video-watch.component.html32 + This live has not started yet. Ta transmisja jeszcze nie rozpoczęła się. - - src/app/+videos/+video-watch/video-watch.component.html37 + src/app/+videos/+video-watch/video-watch.component.html37 + This live has ended. Ta transmisja zakończyła się. - - src/app/+videos/+video-watch/video-watch.component.html41 + src/app/+videos/+video-watch/video-watch.component.html41 + This video is blocked. Ten film jest zablokowany. - - src/app/+videos/+video-watch/video-watch.component.html45 + src/app/+videos/+video-watch/video-watch.component.html45 + Published Opublikowano - - - src/app/+videos/+video-watch/video-watch.component.html59src/app/+videos/+video-watch/video-watch.component.html72 + src/app/+videos/+video-watch/video-watch.component.html59 + src/app/+videos/+video-watch/video-watch.component.html72 + SUPPORT WSPIERAJ - - src/app/+videos/+video-watch/video-watch.component.html108 + src/app/+videos/+video-watch/video-watch.component.html108 + SHARE UDOSTĘPNIJ - - src/app/+videos/+video-watch/video-watch.component.html113 + src/app/+videos/+video-watch/video-watch.component.html113 + SAVE ZAPISZ - - src/app/+videos/+video-watch/video-watch.component.html124 + src/app/+videos/+video-watch/video-watch.component.html124 + DOWNLOAD POBIERZ - - src/app/+videos/+video-watch/video-watch.component.html138 + src/app/+videos/+video-watch/video-watch.component.html138 + Like this video Podoba mi się @@ -2754,8 +2752,8 @@ The link will expire within 1 hour. Od - - src/app/+videos/+video-watch/video-watch.component.html190 + src/app/+videos/+video-watch/video-watch.component.html190 + Subscribe Subskrybuj @@ -2779,65 +2777,65 @@ The link will expire within 1 hour. Show more Pokaż więcej - - src/app/+videos/+video-watch/video-watch.component.html217 + src/app/+videos/+video-watch/video-watch.component.html217 + Show less Pokaż mniej - - src/app/+videos/+video-watch/video-watch.component.html223 - OriginOrigin + src/app/+videos/+video-watch/video-watch.component.html223 + + + Origin + Pochodzenie src/app/+videos/+video-watch/video-watch.component.html 235 - Originally published Oryginalnie opublikowano - - src/app/+videos/+video-watch/video-watch.component.html240 + src/app/+videos/+video-watch/video-watch.component.html240 + Friendly Reminder: Przyjacielskie przypomnienie: - - src/app/+videos/+video-watch/video-watch.component.html304 + src/app/+videos/+video-watch/video-watch.component.html304 + the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. system udostępniania pliku wideo zakłada, że część informacji o Twoim systemie (takich jak adres IP) zostanie udostępniona innym członkom sieci. - - src/app/+videos/+video-watch/video-watch.component.html306 + src/app/+videos/+video-watch/video-watch.component.html306 + More information Więcej informacji - - - - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html36src/app/+admin/moderation/video-comment-list/video-comment-list.component.html56src/app/+admin/system/jobs/jobs.component.html56src/app/+videos/+video-watch/video-watch.component.html309src/app/shared/shared-abuse-list/abuse-list-table.component.html32 + src/app/+admin/moderation/video-block-list/video-block-list.component.html36 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html56 + src/app/+admin/system/jobs/jobs.component.html56 + src/app/+videos/+video-watch/video-watch.component.html309 + src/app/shared/shared-abuse-list/abuse-list-table.component.html32 + 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.html57 + src/app/+admin/moderation/video-block-list/video-block-list.component.html57 + NSFW NSFW - - src/app/+admin/moderation/video-block-list/video-block-list.component.html67 + src/app/+admin/moderation/video-block-list/video-block-list.component.html67 + Get more information Uzyskaj więcej informacji - - src/app/+videos/+video-watch/video-watch.component.html309 + src/app/+videos/+video-watch/video-watch.component.html309 + OK OK - - src/app/+videos/+video-watch/video-watch.component.html313 + src/app/+videos/+video-watch/video-watch.component.html313 + SORT BY SORTUJ WEDŁUG @@ -2860,7 +2858,7 @@ The link will expire within 1 hour. View from and others - View from and others + Zobacz od i innych src/app/+videos/+video-watch/comment/video-comments.component.html 80,81 @@ -2868,7 +2866,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 reply} other { replies}} - {VAR_PLURAL, plural, =1 {1 reply} other { replies}} + {VAR_PLURAL, plural, =1 {1 odpowiedź} other { odpowiedzi}} src/app/+videos/+video-watch/comment/video-comments.component.html 80 @@ -2884,7 +2882,7 @@ The link will expire within 1 hour. View from - View from + Zobacz od src/app/+videos/+video-watch/comment/video-comments.component.html 83,84 @@ -2892,7 +2890,7 @@ The link will expire within 1 hour. View - View + Zobacz src/app/+videos/+video-watch/comment/video-comments.component.html 87 @@ -2933,13 +2931,13 @@ The link will expire within 1 hour. Lists Listy - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Wyróżnienie - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold pogrubienie @@ -2968,48 +2966,48 @@ The link will expire within 1 hour. You are one step away from commenting Jesteś o krok od skomentowania - - src/app/+videos/+video-watch/comment/video-comment-add.component.html56 + src/app/+videos/+video-watch/comment/video-comment-add.component.html56 + You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). Możesz komentować używając konta na dowolnej instancji kompatybilnej z ActivityPub (np. PeerTube/Mastodon/Pleroma). - - src/app/+videos/+video-watch/comment/video-comment-add.component.html62 + src/app/+videos/+video-watch/comment/video-comment-add.component.html62 + Login to comment Zaloguj się aby skomentować - - src/app/+videos/+video-watch/comment/video-comment-add.component.html75 + src/app/+videos/+video-watch/comment/video-comment-add.component.html75 + Markdown Emoji List Lista emoji Markdown - - src/app/+videos/+video-watch/comment/video-comment-add.component.html83 + src/app/+videos/+video-watch/comment/video-comment-add.component.html83 + Comment Komentarz - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Odpowiedz - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Wyróżniony komentarz - - src/app/+videos/+video-watch/comment/video-comment.component.html10 + src/app/+videos/+video-watch/comment/video-comment.component.html10 + Reply Odpowiedz - - src/app/+videos/+video-watch/comment/video-comment.component.html36 + src/app/+videos/+video-watch/comment/video-comment.component.html36 + This comment has been deleted Ten komentarz został usunięty - - src/app/+videos/+video-watch/comment/video-comment.component.html53 + src/app/+videos/+video-watch/comment/video-comment.component.html53 + Video redundancies Redundancje filmów @@ -3037,11 +3035,8 @@ The link will expire within 1 hour. Renew token Odnów token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Odnowiono token. Zaktualizuje odpowiednio konfigurację klienta. @@ -3053,11 +3048,8 @@ The link will expire within 1 hour. Applications Apliackej - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED STRUMIEŃ SUBSKRYPCJI @@ -3106,41 +3098,18 @@ The link will expire within 1 hour. Filter... Filtruj... - - - - - - - - - - - src/app/shared/shared-forms/advanced-input-filter.component.html17 + src/app/shared/shared-forms/advanced-input-filter.component.html17 + Clear filters Wyczyśćfiltry - - - - - - - - - - - - - - - - src/app/shared/shared-forms/advanced-input-filter.component.html23 + src/app/shared/shared-forms/advanced-input-filter.component.html23 + 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.html22 + ID ID @@ -3149,8 +3118,8 @@ The link will expire within 1 hour. Follower handle Nazwa obserwującego użytkownika - - src/app/+admin/follows/followers-list/followers-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html24 + State Stan @@ -3163,57 +3132,57 @@ The link will expire within 1 hour. - - - - - - src/app/+admin/follows/followers-list/followers-list.component.html27src/app/+admin/follows/following-list/following-list.component.html33src/app/+admin/system/jobs/jobs.component.html50src/app/+my-library/my-video-imports/my-video-imports.component.html20src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html27 + src/app/+admin/follows/following-list/following-list.component.html33 + src/app/+admin/system/jobs/jobs.component.html50 + src/app/+my-library/my-video-imports/my-video-imports.component.html20 + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + 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.html42 + src/app/+admin/follows/followers-list/followers-list.component.html42 + Accepted Zaakceptowane - - - src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/following-list/following-list.component.html51 + src/app/+admin/follows/followers-list/followers-list.component.html49 + src/app/+admin/follows/following-list/following-list.component.html51 + Pending Oczekiwane - - - src/app/+admin/follows/followers-list/followers-list.component.html52src/app/+admin/follows/following-list/following-list.component.html54 + src/app/+admin/follows/followers-list/followers-list.component.html52 + src/app/+admin/follows/following-list/following-list.component.html54 + Accept Akceptuj - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Odmów - - - src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+my-library/my-ownership/my-ownership.component.html34 + src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+my-library/my-ownership/my-ownership.component.html34 + 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.html64 + src/app/+admin/follows/followers-list/followers-list.component.html64 + Your instance doesn't have any follower. Twoja instancja nie ma żadnych obserwujących. - - src/app/+admin/follows/followers-list/followers-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html65 + 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.html11 + @@ -3222,63 +3191,63 @@ The link will expire within 1 hour. Host Host - - src/app/+admin/follows/following-list/following-list.component.html31 + src/app/+admin/follows/following-list/following-list.component.html31 + Redundancy allowed Redundancja zezwolona - - src/app/+admin/follows/following-list/following-list.component.html34 + src/app/+admin/follows/following-list/following-list.component.html34 + Unfollow Przestań obserwować - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Otwórz instancję w nowej karcie - - - - src/app/+admin/follows/following-list/following-list.component.html44src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 + src/app/+admin/follows/following-list/following-list.component.html44 + src/app/shared/shared-moderation/server-blocklist.component.html42 + src/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.html70 + src/app/+admin/follows/following-list/following-list.component.html70 + Your instance is not following anyone. Twoja instancja nie obserwuje nikogo. - - src/app/+admin/follows/following-list/following-list.component.html71 + src/app/+admin/follows/following-list/following-list.component.html71 + Showing to of hosts Wyświetlanie do z hostów - - src/app/+admin/follows/following-list/following-list.component.html11 + src/app/+admin/follows/following-list/following-list.component.html11 + Follow domains Obserwuj domeny - - src/app/+admin/follows/following-list/following-list.component.html78 + src/app/+admin/follows/following-list/following-list.component.html78 + Follow instances Zaobserwuj instancje - - src/app/+admin/follows/following-list/following-list.component.html18 + src/app/+admin/follows/following-list/following-list.component.html18 + Action - Action - - - - - - - src/app/+admin/follows/following-list/following-list.component.html30src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html27src/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 + Działanie + src/app/+admin/follows/following-list/following-list.component.html30 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html27 + src/app/shared/shared-moderation/account-blocklist.component.html22 + src/app/shared/shared-moderation/account-blocklist.component.html22 + src/app/shared/shared-moderation/server-blocklist.component.html30 + src/app/shared/shared-moderation/server-blocklist.component.html30 + Videos redundancies Videos redundancies @@ -3297,23 +3266,23 @@ The link will expire within 1 hour. Create user Utwórz użytkownika - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Parametry tabeli - - src/app/+admin/users/user-list/user-list.component.html42 + src/app/+admin/users/user-list/user-list.component.html42 + Select columns Wybierz kolumny - - src/app/+admin/users/user-list/user-list.component.html48 + src/app/+admin/users/user-list/user-list.component.html48 + Highlight banned users Wyróżnij zablokowanych użytkowników - - src/app/+admin/users/user-list/user-list.component.html54 + src/app/+admin/users/user-list/user-list.component.html54 + Username Nazwa użytkownika @@ -3421,62 +3390,59 @@ The link will expire within 1 hour. Hide Ukryj - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-user-settings/user-video-settings.component.html16 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115 + src/app/+admin/users/user-edit/user-password.component.html11 + src/app/shared/shared-user-settings/user-video-settings.component.html16 + Batch actions Akcje seryjne - - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html23src/app/+admin/users/user-list/user-list.component.html13 - - + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html23 + src/app/+admin/users/user-list/user-list.component.html13 + The user was banned Użytkownik został zablokowany - - - src/app/+admin/users/user-list/user-list.component.html139 + src/app/+admin/users/user-list/user-list.component.html139 + Open account in a new tab Otwórz konto w nowej zakładce - - - - - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html70src/app/+admin/users/user-list/user-list.component.html90src/app/+my-library/my-ownership/my-ownership.component.html38src/app/shared/shared-abuse-list/abuse-list-table.component.html46src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html70 + src/app/+admin/users/user-list/user-list.component.html90 + src/app/+my-library/my-ownership/my-ownership.component.html38 + src/app/shared/shared-abuse-list/abuse-list-table.component.html46 + src/app/shared/shared-moderation/account-blocklist.component.html34 + src/app/shared/shared-moderation/account-blocklist.component.html34 + Deleted account Usunięte konto - - src/app/shared/shared-abuse-list/abuse-list-table.component.html57 + src/app/shared/shared-abuse-list/abuse-list-table.component.html57 + User's email must be verified to login E-mail użytkownika musi być zweryfikowany, żeby się zalogować - - - src/app/+admin/users/user-list/user-list.component.html108 + src/app/+admin/users/user-list/user-list.component.html108 + User's email is verified / User can login without email verification E-mail użytkownika jest zweryfikowany / Użytkownik może zalogować się bez weryfikacji przez e-maila - - src/app/+admin/users/user-list/user-list.component.html112 + src/app/+admin/users/user-list/user-list.component.html112 + Total daily video quota Całkowita dzienna przestrzeń na filmy - - src/app/+admin/users/user-list/user-list.component.html129 + src/app/+admin/users/user-list/user-list.component.html129 + Ban reason: Powód bana: - - src/app/+admin/users/user-list/user-list.component.html156 - Banned usersBanned users + src/app/+admin/users/user-list/user-list.component.html156 + + + Banned users + Zablokowani użytkownicy src/app/+admin/users/user-list/user-list.component.ts 40 @@ -3496,45 +3462,45 @@ The link will expire within 1 hour. Reports Zgłoszenia - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Zablokowane filmy - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Komentarze do filmów - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Wyciszone konta - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Wyciszone serwery - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Użytkownicy - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Konfiguracja - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Zablokowane filmy @@ -3552,15 +3518,12 @@ The link will expire within 1 hour. src/app/shared/shared-moderation/server-blocklist.component.html3 src/app/shared/shared-moderation/server-blocklist.component.html3 - - - Video Film - - - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html29src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html29 + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + Total size Wielkość @@ -3594,60 +3557,64 @@ The link will expire within 1 hour. 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.html27 + Unfederated Niefederowane - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html71 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28 + src/app/+admin/moderation/video-block-list/video-block-list.component.html71 + Date Data - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/moderation/video-comment-list/video-comment-list.component.html45 + src/app/+admin/moderation/video-block-list/video-block-list.component.html29 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html45 + Select this row Wybierz ten rządSelect this row - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html53src/app/+admin/users/user-list/user-list.component.html74 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html53 + src/app/+admin/users/user-list/user-list.component.html74 + Actions Akcje - - - - - - src/app/+admin/follows/followers-list/followers-list.component.html23src/app/+admin/moderation/video-block-list/video-block-list.component.html45src/app/+admin/moderation/video-comment-list/video-comment-list.component.html65src/app/+my-library/my-ownership/my-ownership.component.html18src/app/shared/shared-abuse-list/abuse-list-table.component.html41 + src/app/+admin/follows/followers-list/followers-list.component.html23 + src/app/+admin/moderation/video-block-list/video-block-list.component.html45 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html65 + src/app/+my-library/my-ownership/my-ownership.component.html18 + src/app/shared/shared-abuse-list/abuse-list-table.component.html41 + Commented video Skomentowany film - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html82 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html82 + No comments found matching current filters. Brak komentarzy spełniających obecne kryteria. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html107 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html107 + No comments found. Nie znaleziono komentarzy. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html108 - Local commentsLocal comments + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html108 + + + Local comments + Lokalne komentarze src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts 48 - - Remote commentsRemote comments + + + Remote comments + Zdalne komentarze src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts 52 @@ -3656,38 +3623,48 @@ 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.html163 + src/app/shared/shared-abuse-list/abuse-list-table.component.html163 + No abuses found. Nie znaleziono nadużyć. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html164 - Unsolved reportsUnsolved reports + src/app/shared/shared-abuse-list/abuse-list-table.component.html164 + + + Unsolved reports + Nierozwiązane zgłoszenia src/app/shared/shared-abuse-list/abuse-list-table.component.ts 42 - - Accepted reportsAccepted reports + + + Accepted reports + Przyjęte zgłoszenia src/app/shared/shared-abuse-list/abuse-list-table.component.ts 46 - - Refused reportsRefused reports + + + Refused reports + Odmówione zgłoszenia src/app/shared/shared-abuse-list/abuse-list-table.component.ts 50 - - Reports with blocked videosReports with blocked videos + + + Reports with blocked videos + Zgłoszenia z zablokowanymi filmami src/app/shared/shared-abuse-list/abuse-list-table.component.ts 54 - - Reports with deleted videosReports with deleted videos + + + Reports with deleted videos + Zgłoszenia z usuniętymi filmami src/app/shared/shared-abuse-list/abuse-list-table.component.ts 58 @@ -3696,25 +3673,29 @@ The link will expire within 1 hour. Block reason: Powód blokady: - - src/app/+admin/moderation/video-block-list/video-block-list.component.html87 + src/app/+admin/moderation/video-block-list/video-block-list.component.html87 + 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.html107 + src/app/+admin/moderation/video-block-list/video-block-list.component.html107 + No blocked video found. Nie znaleziono zablokowanych filmów. - - src/app/+admin/moderation/video-block-list/video-block-list.component.html108 - Automatic blocksAutomatic blocks + src/app/+admin/moderation/video-block-list/video-block-list.component.html108 + + + Automatic blocks + Automatyczne blokady src/app/+admin/moderation/video-block-list/video-block-list.component.ts 31 - - Manual blocksManual blocks + + + Manual blocks + Ręczne blokady src/app/+admin/moderation/video-block-list/video-block-list.component.ts 35 @@ -3723,8 +3704,8 @@ The link will expire within 1 hour. Showing to of blocked videos Wyświetlanie do z zablokowanych filmów - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + Reports Zgłoszenia @@ -3744,70 +3725,62 @@ The link will expire within 1 hour. Update this comment Zaktualizuj ten komentarz - - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html30 - - - - - - + src/app/shared/shared-abuse-list/moderation-comment-modal.component.html30 + Reporter Zgłaszający - - - 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.html7 + src/app/shared/shared-abuse-list/abuse-list-table.component.html21 + - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 zgłoszenie} few { zgłoszenia} many { zgłoszeń} other { zgłoszenia}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Film - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html18 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html43 + src/app/+my-library/my-ownership/my-ownership.component.html20 + src/app/+my-library/my-video-imports/my-video-imports.component.html18 + Comment Komentarz - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44 + This video has been reported multiple times. Ten film został zgłoszony wiele razy. - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html70 + src/app/shared/shared-abuse-list/abuse-list-table.component.html70 + The video was blocked Ten film został zablokowany - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + by on od na - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html82src/app/shared/shared-abuse-list/abuse-list-table.component.html99 + src/app/shared/shared-abuse-list/abuse-list-table.component.html82 + src/app/shared/shared-abuse-list/abuse-list-table.component.html99 + Video was deleted Film został usunięty - - src/app/shared/shared-abuse-list/abuse-list-table.component.html89 + src/app/shared/shared-abuse-list/abuse-list-table.component.html89 + Account deleted Usunięto konto - - src/app/shared/shared-abuse-list/abuse-list-table.component.html125 + src/app/shared/shared-abuse-list/abuse-list-table.component.html125 + Open video in a new tab Otwórz film w nowej karcie @@ -3819,134 +3792,134 @@ The link will expire within 1 hour. - - - - src/app/+admin/follows/followers-list/followers-list.component.html25src/app/+admin/follows/following-list/following-list.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html25 + src/app/+admin/follows/following-list/following-list.component.html32 + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + Messages Wiadomości - - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + 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.html26 + Score Wynik - - src/app/+admin/follows/followers-list/followers-list.component.html26 + src/app/+admin/follows/followers-list/followers-list.component.html26 + Showing to of reports Wyświetlanie do z zgłoszeń - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + Reportee Zgłaszający(-a) - - src/app/shared/shared-abuse-list/abuse-details.component.html28 + src/app/shared/shared-abuse-list/abuse-details.component.html28 + - - src/app/shared/shared-abuse-list/abuse-details.component.html42 + src/app/shared/shared-abuse-list/abuse-details.component.html42 + {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 zgłoszenie} few { zgłoszenia} many { zgłoszeń} other { zgłoszeń}} - - src/app/shared/shared-abuse-list/abuse-details.component.html42 + src/app/shared/shared-abuse-list/abuse-details.component.html42 + Updated Uaktualniono - - src/app/shared/shared-abuse-list/abuse-details.component.html48 + src/app/shared/shared-abuse-list/abuse-details.component.html48 + Mute domain Wycisz domenę - - - src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 + src/app/shared/shared-moderation/server-blocklist.component.html18 + src/app/shared/shared-moderation/server-blocklist.component.html18 + Instance Instancja - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Wyciszone o - - - - - 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 + src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/shared/shared-moderation/server-blocklist.component.html32 + Unmute Cofnij wyciszenie - - - - - 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 + src/app/shared/shared-moderation/account-blocklist.component.html31 + src/app/shared/shared-moderation/account-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html39 + src/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.html55src/app/shared/shared-moderation/server-blocklist.component.html55 + src/app/shared/shared-moderation/server-blocklist.component.html55 + src/app/shared/shared-moderation/server-blocklist.component.html55 + No server found. Nie znaleziono serwerów. - - - 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.html56 + src/app/shared/shared-moderation/server-blocklist.component.html56 + Showing to of muted instances Wyświetlanie do z wyciszonych instancji - - - src/app/shared/shared-moderation/server-blocklist.component.html11src/app/shared/shared-moderation/server-blocklist.component.html11 + src/app/shared/shared-moderation/server-blocklist.component.html11 + src/app/shared/shared-moderation/server-blocklist.component.html11 + 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. - - src/app/+admin/follows/following-list/following-list.component.html81 + src/app/+admin/follows/following-list/following-list.component.html81 + Mute domains Wycisz domeny - - - src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 + src/app/shared/shared-moderation/server-blocklist.component.html63 + src/app/shared/shared-moderation/server-blocklist.component.html63 + Account Konto - - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html42 + src/app/shared/shared-moderation/account-blocklist.component.html23 + src/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.html53src/app/shared/shared-moderation/account-blocklist.component.html53 + src/app/shared/shared-moderation/account-blocklist.component.html53 + src/app/shared/shared-moderation/account-blocklist.component.html53 + No account found. Nie znaleziono kont. - - - 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.html54 + src/app/shared/shared-moderation/account-blocklist.component.html54 + List installed plugins Wyświetl zainstalowane wtyczki @@ -3988,10 +3961,10 @@ The link will expire within 1 hour. Search Szukaj - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Użytkownicy mogą uzyskiwać zdalną treść @@ -4009,7 +3982,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Ustawienia wyświetlania @@ -4019,34 +3992,34 @@ The link will expire within 1 hour. Uninstall Odinstaluj - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Gorące A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Filmy o największej liczbie interakcji spośród ostatnich filmów - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Filmy o największej liczbie wyświetleń w ciągu ostatnich 24 godzin - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Polubienia A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Filmy mające najwięcej polubień - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Żeby załadować nowo zainstalowane wtyczki lub motywy, odśwież stronę. @@ -4056,14 +4029,15 @@ The link will expire within 1 hour. Popular Popularne src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + dla "" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {wynik} few (wyniki} many {wyników} other {wyników} } @@ -4095,48 +4069,48 @@ The link will expire within 1 hour. Jobs Zadania - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Dzienniki - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debugowanie - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Usuń ten komentarz - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 + Delete all comments of this account Usuń wszystkie komentarze z tego konta - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts81 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts81 + Comments are deleted after a few minutes Komentarze są usuwane po kilku minutach - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts82 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts82 + comments deleted. usuniętych komentarzy. - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts142 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts142 + Do you really want to delete all comments of ? Czy na pewno chcesz usunąć wszystkie komentarze ? - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts162 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts162 + Comments of will be deleted in a few minutes Komentarze zostaną usunięte w ciągu kilku minut - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts174 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts174 + Video comments Komentarze do filmów @@ -4144,7 +4118,7 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. - This view also shows comments from muted accounts. + Ten widok wyświetla też komentarze z wyciszonych kont. src/app/+admin/moderation/video-comment-list/video-comment-list.component.html 8 @@ -4153,17 +4127,14 @@ The link will expire within 1 hour. Showing to of comments Wyświetlanie do z komentarzy - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html15 - - - + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html15 + Select all rows ybierz wszystkie rzędy - - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html38src/app/+admin/users/user-list/user-list.component.html34 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html38 + src/app/+admin/users/user-list/user-list.component.html34 + Job type Rodzaj zadania @@ -4344,15 +4315,12 @@ The link will expire within 1 hour. Policy on videos containing sensitive content Polityka dotycząca filmów zawierających wrażliwą zawartość src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 - - 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.html - 107,108 - - - + + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + Z Ukryj lub Rozmywaj miniatury, potwierdzenie będzie konieczne aby obejrzeć film. + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Rozmywaj miniatury @@ -4458,11 +4426,7 @@ The link will expire within 1 hour. Np. 2 rdzenie + 2GB RAM, bezpośredni odnośnik do serwera który wynajmujesz, itp. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Informacje o instancji - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE WYGLĄD @@ -4486,137 +4450,105 @@ The link will expire within 1 hour. Strona lądowania src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Odkryj filmy - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Strony Na czasie - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Domyślna strona Na czasie - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Najlepsze filmy - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Gorące filmy - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Najczęściej oglądane filmy - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Najbardziej lubiane filmy - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Niedawno dodane filmy - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Lokalne filmy - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Wyświetl wiadomość na swojej instancji - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Pozwalaj użytkownikom na odrzucenie przekazywanej wiadomości - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Wiadomość - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NOWI UŻYTKOWNICY - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Zarządzaj użytkownikami, aby przydzielić im przestrzeń indywidualnie. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Rejestracja wymaga weryfikacji emaila - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Limit rejestracji - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {użytkownik} few {użytkownicy} many {użytkowników} other {użytkowników}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Rejestracja nie będzie ograniczona do stałej liczby użytkowników. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Włącz rejestrację - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Użytkownicy @@ -4673,233 +4605,196 @@ The link will expire within 1 hour. Default video quota per user Domyślny rozmiar przestrzeni na filmy na użytkownika - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bajty - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Dzienny limit rozmiaru filmów na użytkownika - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Zezwól na import z plikiem torrent lub linkiem magnet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. O ile użytkownik nie jest oznaczony jako zaufany, jego filmy pozostaną prywatne zanim któryś z moderatorów je zatwierdzi. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Automatycznie blokuj nowe filmy - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SZUKAJ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Pozwalaj użytkownikom na wyszukiwanie zdalnych URI/adresów - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Pozwól swoim użytkownikom na wyszukiwanie zdalnych filmów/kanałów które mogą nie być sfederowane z Twoją instancją - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Pozwól anonimowym przeglądającym na szukanie po zdalnym URI/adresie - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Pozwól anonimowym użytkownikom na wyszukiwanie zdalnych filmów/kanałów które mogą nie być sfederowane z Twoją instancją - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Ta funkcja jest silnie zależna od moderacji instancji obserwowanych przez wybrany indeks wyszukiwania. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. Powinieneś(-naś) używać moderowanych indeksów wyszukiwania tylko w środowisku produkcyjnym, lub hostować swój własny. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL URL indeksu wyszukiwania - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Wyłącz lokalne wyszukiwanie na pasku wyszukiwania - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default W innym wypadku wyszukiwanie lokalne pozostaje domyślnie używane - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Pasek wyszukania domyślnie używa globalnego indeksu wyszukiwania - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Włącz globalne wyszukiwanie - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERACJA - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Zarządzaj relacjami z innymi instancjami. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Inne instancje mogą śledzić twoją - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manualnie zatwierdzaj obserwujących instancję - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatycznie śledź instancje które śledzą ciebie - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Ta funkcja wymaga wiele uwagi i dodatkowej moderacji. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Indeksuj URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatycznie obserwuj instancje z publicznego indeksu - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL Zajrzyj do dokumentacji, aby odnaleźć więcej informacji o oczekiwanym adresie URL - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORZY - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator - - src/app/core/users/user.service.ts406 + src/app/core/users/user.service.ts406 + Admin email E-mail administratora - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Włącz formularz kontaktowy - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Podstawowa konfiguracja - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Transkodowanie VOD - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Podaj konto na Twitterze przedstawiające Twoją instancję, aby usprawnić podglądy odnośników. Jeżeli nie masz konta na Twitterze, po prostu pozostaw domyślną wartość. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Twoja nazwa użytkownika na Twitterze - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instancja dozwolona przez Twittera - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE NA ŻYWO @@ -4942,7 +4837,7 @@ The link will expire within 1 hour. Max simultaneous lives created on your instance (-1 for "unlimited") - Max simultaneous lives created on your instance (-1 for "unlimited") + Maksymalna liczba jednoczesnych transmisji na żywo na Twojej instancji (-1 dla nieograniczonej) src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 41 @@ -4951,11 +4846,11 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {transmisja} few {transmisje} many {transmisji} other {transmisji}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") - Max simultaneous lives created per user (-1 for "unlimited") + Maksymalna liczba transmisji na żywo tworzonych przez użytkownika (-1 dla nieograniczonej) src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 54 @@ -4978,7 +4873,7 @@ The link will expire within 1 hour. will claim at most with VOD transcoding - will claim at most with VOD transcoding + zajmie co najwyżej z transkodowaniem VOD src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 131,133 @@ -4986,7 +4881,7 @@ The link will expire within 1 hour. will claim at least with VOD transcoding - will claim at least with VOD transcoding + zajmie przynajmniej z transkodowaniem VOD src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 135,137 @@ -5020,8 +4915,14 @@ The link will expire within 1 hour. Live streaming Transmisje na żywo - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5031,7 +4932,7 @@ The link will expire within 1 hour. Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. - Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. + Tak jak przy transkodowaniu VOD, transkoduje transmisje na żywo tak, aby można było je odtwarzać na dowolnym urządzeniu. Wymaga wydajnego CPU. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 87,88 @@ -5051,14 +4952,15 @@ The link will expire within 1 hour. Allow additional extensions Zezwól na dodatkowe wtyczki src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html51 - - Allows users to upload videos.Allows users to upload videos. + + + Allows users to upload videos. + Pozwala użytkownikom na wysyłanie filmów . src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 54 - Allow audio files upload Zezwól na wrzucanie plików audio @@ -5086,7 +4988,7 @@ The link will expire within 1 hour. If you also enabled HLS support, it will multiply videos storage by 2 - If you also enabled HLS support, it will multiply videos storage by 2 + Jeżeli włączono też obsługę HLS, pomnoży powierzchnię wideo przez 2 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 83 @@ -5237,7 +5139,7 @@ The link will expire within 1 hour. Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Napisz kod JavaScript bezpośrednio.Na przykład: console.log('moja instancja jest świetna'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html78 @@ -5248,38 +5150,25 @@ color: red; 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; - - + Napisz kod CSS bezpośrednio. Na przykład:#custom-css color: red; Poprzedź #custom-css, aby nadpisać styl. Na przykład:#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html97 You cannot allow live replay if you don't enable transcoding. Nie możesz pozwolić na powtórki transmisji, jeżeli nie włączysz transkodowania. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Zaawansowana konfiguracja - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: - There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + W formularzu są błędy: + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Aktualizuj konfigurację - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS USTAWIENIA FILMÓW @@ -5383,14 +5272,15 @@ color: red; Default policy on videos containing sensitive content Domyślna polityka dla filmów zawierających zawartość wrażliwą 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/shared/shared-user-settings/user-video-settings.component.html 8,9 - Policy for sensitive videos Zasadydla wrażliwych filmów @@ -5451,39 +5341,38 @@ color: red; Change ownership Zmień właściciela - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Wybierz następnego właściciela src/app/+my-library/my-videos/modals/video-change-ownership.component.html10 - Last published first Od ostatnio opublikowanych - - src/app/+my-library/my-videos/my-videos.component.html27 + src/app/+my-library/my-videos/my-videos.component.html27 + Last created first Od ostatnio dodanych - - src/app/+my-library/my-videos/my-videos.component.html28 + src/app/+my-library/my-videos/my-videos.component.html28 + Most viewed first Od najczęściej wyświetlanych - - src/app/+my-library/my-videos/my-videos.component.html29 + src/app/+my-library/my-videos/my-videos.component.html29 + Most liked first Od najczęściej polubianych - - src/app/+my-library/my-videos/my-videos.component.html30 + src/app/+my-library/my-videos/my-videos.component.html30 + Longest first Od najdłuższych - - src/app/+my-library/my-videos/my-videos.component.html31 + src/app/+my-library/my-videos/my-videos.component.html31 + Accept ownership Zaakceptuj właściciela @@ -5494,7 +5383,6 @@ color: red; Wybierz kanał, który otrzyma film src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes Moje zmiany własności @@ -5521,29 +5409,29 @@ color: red; Account page Strona konta - - - src/app/+videos/+video-watch/video-watch.component.html189src/app/+videos/+video-watch/video-watch.component.html195 + src/app/+videos/+video-watch/video-watch.component.html189 + src/app/+videos/+video-watch/video-watch.component.html195 + - - src/app/+videos/+video-watch/video-watch.component.html196 + src/app/+videos/+video-watch/video-watch.component.html196 + No ownership change request found. Nie znaleziono żądania zmiany własności. - - src/app/+my-library/my-ownership/my-ownership.component.html78 + src/app/+my-library/my-ownership/my-ownership.component.html78 + Account settings Ustawienia konta - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Elementy listy odtwarzania - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Moje importy @@ -5553,9 +5441,11 @@ color: red; Create video channel Utwórz kanał widdeo - - src/app/+my-library/+my-video-channels/my-video-channels.component.html12 - No channel found.No channel found. + src/app/+my-library/+my-video-channels/my-video-channels.component.html12 + + + No channel found. + Nie odnaleziono kanału. src/app/+my-library/+my-video-channels/my-video-channels.component.html 16 @@ -5566,8 +5456,8 @@ color: red; subskrybentów - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html25 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25 + Example: my_channel Przykład: my_channel @@ -5582,7 +5472,7 @@ color: red; Banner image of your channel - Banner image of your channel + Obraz baneru Twojego kanału src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html 30 @@ -5610,14 +5500,14 @@ color: red; subskrybentów - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 + Upload a new avatar Wyślij nowy awatar - - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html9src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html34 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html9 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html34 + Target Element docelowy @@ -5646,35 +5536,35 @@ color: red; Delete your account Usuń twoje konto - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Strona kanału - - - - src/app/+my-library/+my-video-channels/my-video-channels.component.html23src/app/+my-library/my-subscriptions/my-subscriptions.component.html20src/app/+videos/+video-watch/video-watch.component.html186 + src/app/+my-library/+my-video-channels/my-video-channels.component.html23 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html20 + src/app/+videos/+video-watch/video-watch.component.html186 + Created by Utworzony przez - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html28 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html28 + Owner account page Strorna konta właściciela - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html27 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html27 + Delete history Usuń historię - - src/app/+my-library/my-history/my-history.component.html17 + src/app/+my-library/my-history/my-history.component.html17 + You don't have any video in your watch history yet. Nie masz jeszcze zadnych filmów w swojej historii oglądania. @@ -5749,8 +5639,8 @@ color: red; Create playlist Utwórz listę odtwarzania - - src/app/+my-library/my-video-playlists/my-video-playlists.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlists.component.html11 + My video channels Moje kanały wideo @@ -5764,15 +5654,14 @@ color: red; Playlist } deleted. Usunięto listę odtwarzania . - - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts45 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts45 + Playlist thumbnail Miniaturka playlisty src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html82 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html82 - No videos in this playlist. W tej playliście nie ma żadnych filmów. @@ -5803,7 +5692,7 @@ color: red; Created - Created + Utworzono src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html 3,4 @@ -5811,7 +5700,7 @@ color: red; {VAR_PLURAL, plural, =1 {1 playlist} other { playlists}} - {VAR_PLURAL, plural, =1 {1 playlist} other { playlists}} + {VAR_PLURAL, plural, =1 {1 lista odtwarzania} few { listy odtwarzania} many { list odtwarzania} other { listy odtwarzania}} src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html 3 @@ -5835,20 +5724,21 @@ color: red; Video channel videos Filmy kanału wideo - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Listy odtwarzania kanału wideo - src/app/+video-channels/video-channels-routing.module.ts37 - - Manage channel Manage channel + + src/app/+video-channels/video-channels-routing.module.ts35 + + Manage channel + Zarządzaj kanałem src/app/+video-channels/video-channels.component.html 10,11 - Request email for account verification Wyślij e-mail do weryfikacji konta @@ -5867,13 +5757,13 @@ color: red; Verify account via email Weryfikuj konto adresem e-mail - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Poproś o przesłanie e-maila, aby zweryfikować konto - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Zbanowany @@ -5896,7 +5786,7 @@ color: red; Copy account handle - Copy account handle + Kopiuj adres konta src/app/+accounts/accounts.component.html 31 @@ -5904,15 +5794,12 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + {VAR_PLURAL, plural, =1 {1 subskrybent} few { subskrybenci} many { subskrybentów} other { subskrybenci}} + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - {VAR_PLURAL, plural, =1 {1 videos} other { videos}} + {VAR_PLURAL, plural, =1 {1 film} few id="INTERPOLATION"/> filmy} many { filmów} other { filmy}} src/app/+accounts/accounts.component.html 41 @@ -5920,38 +5807,37 @@ color: red; - + src/app/+accounts/accounts.component.html 41,42 - Show the complete description - Show the complete description - - - src/app/+accounts/accounts.component.html55src/app/+video-channels/video-channels.component.html94 + Pokaż pełny opis + src/app/+accounts/accounts.component.html55 + src/app/+video-channels/video-channels.component.html94 + Show more... - Show more... - - - src/app/+accounts/accounts.component.html57src/app/+video-channels/video-channels.component.html96 + Pokaż więcej… + src/app/+accounts/accounts.component.html57 + src/app/+video-channels/video-channels.component.html96 + Manage account - Manage account - - src/app/+accounts/accounts.component.html62 + Zarządzaj kontem + src/app/+accounts/accounts.component.html62 + Search account videos - Search account videos - - src/app/+accounts/accounts.component.html80 + Szukaj filmów z konta + src/app/+accounts/accounts.component.html80 + CHANNELS - CHANNELS + KANAŁY src/app/+accounts/accounts.component.ts 82 @@ -5965,37 +5851,37 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subskrypcja} other { subskrybcje}} - - - - src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 + src/app/+accounts/account-video-channels/account-video-channels.component.html23 + src/app/+my-library/+my-video-channels/my-video-channels.component.html28 + src/app/+video-channels/video-channels.component.html73 + {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+accounts/account-video-channels/account-video-channels.component.html26 + {VAR_PLURAL, plural, =1 {1 film} few { filmy} many { filmów} other { filmy}} + src/app/+accounts/account-video-channels/account-video-channels.component.html26 + - - - src/app/+accounts/account-video-channels/account-video-channels.component.html26 + + src/app/+accounts/account-video-channels/account-video-channels.component.html26 + Show this channel - Show this channel - - src/app/+accounts/account-video-channels/account-video-channels.component.html35 + Pokaż ten kanał + src/app/+accounts/account-video-channels/account-video-channels.component.html35 + {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 film} few { filmy} many { filmów} other { filmów}} - - src/app/+my-library/+my-video-channels/my-video-channels.component.html30 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30 + Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel with the same name ()! Czy na pewno cchesz usunąć ? Usuniesz w ten sposób filmów wysłanych na ten kanał i nie będziesz miał(a) możliwości założenia kanału o tej samej nazwie ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts44 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts44 + My Channels Moje kanały @@ -6011,24 +5897,24 @@ channel with the same name ()! See this video channel Zobacz ten kanał wideo - - - src/app/+accounts/account-video-channels/account-video-channels.component.html13src/app/+accounts/account-video-channels/account-video-channels.component.html17 + src/app/+accounts/account-video-channels/account-video-channels.component.html13 + src/app/+accounts/account-video-channels/account-video-channels.component.html17 + This channel doesn't have any videos. Ten kanał nie udostępnił żadnych filmów. - - src/app/+accounts/account-video-channels/account-video-channels.component.html38 + src/app/+accounts/account-video-channels/account-video-channels.component.html38 + SHOW THIS CHANNEL > - SHOW THIS CHANNEL > - - src/app/+accounts/account-video-channels/account-video-channels.component.html46 + POKAŻ TEN KANAŁ > + src/app/+accounts/account-video-channels/account-video-channels.component.html46 + Stats Statystyki - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 This channel does not have playlists. Ten kanał nie stworzył żadnych playlist. @@ -6133,7 +6019,7 @@ channel with the same name ()! How we will pay for keeping our instance running - How we will pay for keeping our instance running + Jak płacimy za utrzymanie instancji src/app/+about/about-instance/about-instance.component.html 86 @@ -6241,7 +6127,7 @@ channel with the same name ()! The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video. - The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video. + Głównym zagrożeniem dla Twojej prywatności związanym z BitTorrent jest przechowywanie przez tracker BitTorrent instancji Twojego adresu IP, tak długo jak oglądasz lub pobierasz film. src/app/+about/about-peertube/about-peertube.component.html 81,83 @@ -6374,18 +6260,18 @@ channel with the same name ()! About this instance O tej instancji - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube O PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network O sieci tej instancji - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Skopiowano odnośnik @@ -6525,8 +6411,8 @@ channel with the same name ()! Register Rejestracja - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Twoja wiadomość została wysłana. @@ -6540,16 +6426,16 @@ channel with the same name ()! Account videos Filmy konta - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Szukaj filmów na koncie - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT - PEERTUBE ACCOUNT + KONTO PEERTUBE src/app/+accounts/accounts.component.html 8 @@ -6558,8 +6444,8 @@ channel with the same name ()! Account video channels Kanały wideo konta - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Opublikował(-a) @@ -6570,14 +6456,14 @@ channel with the same name ()! Display all videos (private, unlisted or not yet published) Wyświetl wszystkie filmy (prywatne, niewypisane i jeszcze nieopublikowane) - - - - - - - - src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + src/app/shared/shared-video-miniature/abstract-video-list.html36 + direct account followers @@ -6615,13 +6501,13 @@ channel with the same name ()! Instances you follow Instancje, które obserwujesz - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instancje, które Cię obserwują - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Tylko dźwięk @@ -6700,12 +6586,12 @@ channel with the same name ()! x264, targeting maximum device compatibility x264, dla maksymalnej kompatybilności z urządzeniami - - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 + src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 + Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. - Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. + Szacowanie możliwości transkodowania i transmisji filmów przez serwer nie jest proste i nie możemy automatycznie dostrajać PeerTube. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 9,10 @@ -6729,7 +6615,7 @@ channel with the same name ()! Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. - Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. + Przetwarzaj filmy wysyłane na serwer, aby każde urządzenie mogło je odtworzyć. Choć wymagające zasobów, jest to krytyczna część PeerTube, więc traktuj to ostrożnie. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 28,30 @@ -6744,17 +6630,45 @@ channel with the same name ()!thread wątek src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Zaktualizowano konfigurację. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Włączyłeś(-aś) rejestracje – automatycznie przełączyliśmy opcję „Automatycznie blokuj nowe filmy” w poniższej sekcji „Filmy”. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edytuj niestandardową konfigurację @@ -6925,29 +6839,29 @@ channel with the same name ()! Delete Usuń - - - - - - - - - - - - - - - - - - - - - - - src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + src/app/+admin/follows/followers-list/followers-list.component.ts74 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts87 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163 + src/app/+admin/users/user-list/user-list.component.ts85 + src/app/+admin/users/user-list/user-list.component.ts199 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts52 + src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 + src/app/+my-library/my-videos/my-videos.component.ts115 + src/app/+my-library/my-videos/my-videos.component.ts142 + src/app/+my-library/my-videos/my-videos.component.ts183 + src/app/+videos/+video-watch/comment/video-comments.component.ts171 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts144 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts386 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts421 + src/app/shared/shared-main/buttons/delete-button.component.ts17 + src/app/shared/shared-main/buttons/delete-button.component.ts22 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 + removed from instance followers @@ -7034,8 +6948,8 @@ channel with the same name ()!Konto nie jest już wyciszone przez twoją instancję. - - src/app/shared/shared-moderation/account-blocklist.component.ts44 + src/app/shared/shared-moderation/account-blocklist.component.ts44 + Instance unmuted by your instance. Instancja @@ -7046,9 +6960,9 @@ channel with the same name ()! Instance muted. Wyciszono instancję . - - - src/app/shared/shared-moderation/server-blocklist.component.ts68src/app/shared/shared-moderation/user-moderation-dropdown.component.ts148 + src/app/shared/shared-moderation/server-blocklist.component.ts68 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts148 + Instance muted by your instance. Instancja została wyciszona przez Twoją instancję @@ -7062,160 +6976,160 @@ channel with the same name ()! Violent or Repulsive Przemoc lub treści odrażające - - src/app/shared/shared-abuse-list/abuse-details.component.ts19 + src/app/shared/shared-abuse-list/abuse-details.component.ts19 + Hateful or Abusive Nienawiść lub nadużycia - - src/app/shared/shared-abuse-list/abuse-details.component.ts20 + src/app/shared/shared-abuse-list/abuse-details.component.ts20 + Spam or Misleading Spam lub wprowadza w błąd - - src/app/shared/shared-abuse-list/abuse-details.component.ts21 + src/app/shared/shared-abuse-list/abuse-details.component.ts21 + Privacy Prywatność - - src/app/shared/shared-abuse-list/abuse-details.component.ts22 + src/app/shared/shared-abuse-list/abuse-details.component.ts22 + Copyright Prawa autorskie - - - src/app/shared/shared-abuse-list/abuse-details.component.ts23src/app/shared/shared-moderation/abuse.service.ts159 + src/app/shared/shared-abuse-list/abuse-details.component.ts23 + src/app/shared/shared-moderation/abuse.service.ts159 + Server rules Zasady serwera - - src/app/shared/shared-abuse-list/abuse-details.component.ts24 + src/app/shared/shared-abuse-list/abuse-details.component.ts24 + Thumbnails Miniaturki - - - src/app/shared/shared-abuse-list/abuse-details.component.ts25src/app/shared/shared-moderation/abuse.service.ts173 + src/app/shared/shared-abuse-list/abuse-details.component.ts25 + src/app/shared/shared-moderation/abuse.service.ts173 + Internal actions Działania wewnętrzne - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts55src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + Delete report Usuń zgłoszenie - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts285 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts285 + Actions for the flagged account Działania dla oflagowanego konta - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts296 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts296 + Mark as accepted Zaznacz jako zaakceptowane - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts270 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts270 + Mark as rejected Zaznacz jako odrzucone - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts275 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts275 + Add internal note Dodaj wewnętrzną notatkę - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts280 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts280 + Actions for the video Działania dla filmu - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts78src/app/shared/shared-abuse-list/abuse-list-table.component.ts344 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts78 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts344 + Block video Zablokuj film - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts349 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts349 + Video blocked. Zablokowano film. - - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355src/app/shared/shared-moderation/video-block.component.ts60 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-moderation/video-block.component.ts60 + Unblock video Odblokuj film - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts365 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts365 + Video unblocked. Odblokowano film. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + 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.ts144 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts144 + Abuse deleted. Zgłoszenie usunięte. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts149 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts149 + Deleted comment Usunięto komentarz - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts225 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts225 + Messages with reporter Wiadomości ze zgłaszającym - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + Messages with moderators Wiadomości z moderatorami - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts260 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts260 + Update internal note Uaktualnij wewnętrzną notatkę - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts265 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts265 + Switch video block to manual Przełącz blokowanie filmów na ręczne - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts60 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts60 + Video switched to manual block. Video switched to manual block. - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts66 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts66 + Do you really want to unblock this video? It will be available again in the videos list. Czy na pewno chcesz odblokować ten film? Pojawi się on ponownie na liście filmów - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts134src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts180 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts134 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts180 + Unblock Odblokuj - - - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/+admin/moderation/video-block-list/video-block-list.component.ts136src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts182src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts296 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts136 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts182 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts296 + Video unblocked. Odblokowano film . - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts141src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts188 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts141 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts188 + yes tak @@ -7232,63 +7146,60 @@ channel with the same name ()!You don't have plugins installed yet. Nie masz jeszcze żadnych zainstalowanych wtyczek. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Nie masz jeszcze żadnych zainstalowanych motywów. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Zaktualizuj do - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Czy na pewno chcesz odinstalować ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Odinstaluj - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 + uninstalled. Odinstalowano . - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - - UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - - Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 + + This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. + This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 + + Upgrade + Aktualizuj + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 + + Proceed upgrade + Przejdź do aktualizacji + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. Zaktualizowano . - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Zadania @@ -7303,31 +7214,31 @@ channel with the same name ()!The plugin index is not available. Please retry later. Indeks wtyczki nie jest dostępny. Spróbuj ponownie później. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Instaluj jedynie zaufane wtyczki/motywy, ponieważ mogą one wykonywać dowolny kod na twojej instancji. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Zainstalować ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. Zainstalowano . - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Ustawienia zaktualizowane. - - src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts55 + src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts55 + Plugins Wtyczki @@ -7350,7 +7261,7 @@ channel with the same name ()! IP address - IP address + Adres IP src/app/+admin/system/debug/debug.component.html 2 @@ -7358,7 +7269,7 @@ channel with the same name ()! PeerTube thinks your web browser public IP is . - PeerTube thinks your web browser public IP is . + Według PeerTube, publiczny adres IP Twojej przeglądarki to . src/app/+admin/system/debug/debug.component.html 4 @@ -7366,7 +7277,7 @@ channel with the same name ()! If this is not your correct public IP, please consider fixing it because: - If this is not your correct public IP, please consider fixing it because: + Jeżeli to nie jest Twój publiczny adres IP, spróbuj naprawić go, ponieważ: src/app/+admin/system/debug/debug.component.html 6 @@ -7374,7 +7285,7 @@ channel with the same name ()! Views may not be counted correctly (reduced compared to what they should be) - Views may not be counted correctly (reduced compared to what they should be) + Wyświetlenia mogą nie zliczać się prawidłowo (będą mniejsze niż powinny być) src/app/+admin/system/debug/debug.component.html 8 @@ -7390,7 +7301,7 @@ channel with the same name ()! P2P system could not work correctly - P2P system could not work correctly + System P2P może nie działać prawidłowo src/app/+admin/system/debug/debug.component.html 10 @@ -7398,7 +7309,7 @@ channel with the same name ()! To fix it: - To fix it: + Aby to naprawić: src/app/+admin/system/debug/debug.component.html 13 @@ -7406,7 +7317,7 @@ channel with the same name ()! Check the trust_proxy configuration key - Check the trust_proxy configuration key + Sprawdź klucz konfiguracji trust_proxy src/app/+admin/system/debug/debug.component.html 15 @@ -7414,7 +7325,7 @@ channel with the same name ()! 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) + Jeżeli uruchamiasz PeerTube przez Dockera, srpawdź czy uruchamisz reverse-proxy z network_mode: "host" (zobacz issue 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -7533,20 +7444,20 @@ channel with the same name ()! User updated. Aktualizowano użytkownika . - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Zaktualizuj użytkownika - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . E-mail pytający o reset hasła został wysłany do . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Lista użytkowników @@ -7580,120 +7491,120 @@ channel with the same name ()! Videos will be deleted, comments will be tombstoned. Filmy zostaną usunięte, komentarze zostaną porzucone. - - - src/app/+admin/users/user-list/user-list.component.ts86src/app/shared/shared-moderation/user-moderation-dropdown.component.ts270 + src/app/+admin/users/user-list/user-list.component.ts86 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts270 + Ban Banuj - - - src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 + src/app/+admin/users/user-list/user-list.component.ts91 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 + User won't be able to login anymore, but videos and comments will be kept as is. Użytkownik nie będzie mógł się zalogować, ale filmy i komentarze pozostaną. - - - src/app/+admin/users/user-list/user-list.component.ts92src/app/shared/shared-moderation/user-moderation-dropdown.component.ts275 + src/app/+admin/users/user-list/user-list.component.ts92 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts275 + Unban Odbanuj - - - - src/app/+admin/users/user-list/user-list.component.ts97src/app/+admin/users/user-list/user-list.component.ts176src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + src/app/+admin/users/user-list/user-list.component.ts97 + src/app/+admin/users/user-list/user-list.component.ts176 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + Set Email as Verified Ustaw e-mail jako zwerifykowany - - - src/app/+admin/users/user-list/user-list.component.ts104src/app/shared/shared-moderation/user-moderation-dropdown.component.ts286 + src/app/+admin/users/user-list/user-list.component.ts104 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts286 + You cannot ban root. Nie możesz zbanować użytkownika root. - - - src/app/+admin/users/user-list/user-list.component.ts163src/app/shared/shared-moderation/user-moderation-dropdown.component.ts59 + src/app/+admin/users/user-list/user-list.component.ts163 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts59 + Do you really want to unban users? Czy na pewno chcesz odbanować użytkowników? - - src/app/+admin/users/user-list/user-list.component.ts176 + src/app/+admin/users/user-list/user-list.component.ts176 + users unbanned. Odbanowano użytkowników. - - src/app/+admin/users/user-list/user-list.component.ts182 + src/app/+admin/users/user-list/user-list.component.ts182 + You cannot delete root. Nie możesz usunąć właściciela. - - - src/app/+admin/users/user-list/user-list.component.ts193src/app/shared/shared-moderation/user-moderation-dropdown.component.ts87 + src/app/+admin/users/user-list/user-list.component.ts193 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts87 + If you remove these users, you will not be able to create others with the same username! Jeżeli usuniesz tych użytkowników, nie będziesz mógł dodać innych z tą samą nazwą użytkownika! - - src/app/+admin/users/user-list/user-list.component.ts198 + src/app/+admin/users/user-list/user-list.component.ts198 + users deleted. Usunięto użytkowników. - - src/app/+admin/users/user-list/user-list.component.ts204 + src/app/+admin/users/user-list/user-list.component.ts204 + users email set as verified. Zweryfikowano e-maile użytkowników. - - src/app/+admin/users/user-list/user-list.component.ts215 + src/app/+admin/users/user-list/user-list.component.ts215 + Account unmuted. Konto nie jest już wyciszone. - - - src/app/shared/shared-moderation/account-blocklist.component.ts43src/app/shared/shared-moderation/user-moderation-dropdown.component.ts134 + src/app/shared/shared-moderation/account-blocklist.component.ts43 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts134 + Instance unmuted. Instancja nie jest już wyciszona. - - - src/app/shared/shared-moderation/server-blocklist.component.ts45src/app/shared/shared-moderation/user-moderation-dropdown.component.ts162 + src/app/shared/shared-moderation/server-blocklist.component.ts45 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts162 + Videos history is enabled Historia oglądania jest włączona - - src/app/+my-library/my-history/my-history.component.ts113 + src/app/+my-library/my-history/my-history.component.ts113 + Videos history is disabled Historia oglądania filmów jest wyłączona - - src/app/+my-library/my-history/my-history.component.ts114 + src/app/+my-library/my-history/my-history.component.ts114 + Delete videos history Usuń historię oglądania - - src/app/+my-library/my-history/my-history.component.ts126 + src/app/+my-library/my-history/my-history.component.ts126 + Are you sure you want to delete all your videos history? Czy na pewno chcesz usunąć całą swoją historię oglądania filmów? - - src/app/+my-library/my-history/my-history.component.ts127 + src/app/+my-library/my-history/my-history.component.ts127 + Videos history deleted Usunięto historię oglądania - - src/app/+my-library/my-history/my-history.component.ts135 + src/app/+my-library/my-history/my-history.component.ts135 + My watch history Moja historia oglądania @@ -7702,17 +7613,16 @@ channel with the same name ()!3 - Track watch history Śledź swoją historię - - src/app/+my-library/my-history/my-history.component.html13 + src/app/+my-library/my-history/my-history.component.html13 + Ownership accepted Właściciel zaakceptowany - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Sprawdź swoje e-maile by zweryfikować konto e-mail. @@ -7845,7 +7755,7 @@ channel with the same name ()! A new PeerTube version is available - A new PeerTube version is available + Dostępna jest nowa wersja PeerTube src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 46 @@ -7853,7 +7763,7 @@ channel with the same name ()! One of your plugin/theme has a new available version - One of your plugin/theme has a new available version + Jedna z Twoich wtyczek/motywów jest dostępna w nowej wersji src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 47 @@ -7904,24 +7814,23 @@ channel with the same name ()! Unknown language Nieznany język - - src/app/shared/shared-user-settings/user-video-settings.component.ts56 + src/app/shared/shared-user-settings/user-video-settings.component.ts56 + 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.ts92 - + src/app/shared/shared-user-settings/user-video-settings.component.ts92 + Video settings updated. Ustawienia filmu zaktualizowane. - - src/app/shared/shared-user-settings/user-video-settings.component.ts169 + src/app/shared/shared-user-settings/user-video-settings.component.ts169 + Display/Video settings updated. Ustawienia wyświetlania/wideo zaktualizowane. - - src/app/shared/shared-user-settings/user-video-settings.component.ts178 + src/app/shared/shared-user-settings/user-video-settings.component.ts178 + Video channel created. Utworzono kanał wideo @@ -7943,7 +7852,7 @@ channel with the same name ()! Banner changed. - Banner changed. + Zmieniono baner. src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts 137 @@ -7951,7 +7860,7 @@ channel with the same name ()! banner - banner + baner src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts 144 @@ -7959,7 +7868,7 @@ channel with the same name ()! Banner deleted. - Banner deleted. + Usunięto baner. src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts 154 @@ -7970,20 +7879,20 @@ channel with the same name ()!Wpisz nazwę kanału ( ) aby potwierdzić - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts48 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts48 + Video channel deleted. Usunięto kanał wideo . - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts60 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts60 + Views for the day Wyświetlenia dnia - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Aktualizuj kanał wideo @@ -8009,6 +7918,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8034,9 +7949,9 @@ channel with the same name ()! Update playlist Uaktualnij listę odtwarzania - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Powiadomienia @@ -8066,15 +7981,15 @@ channel with the same name ()!Czy na pewno chcesz usunąć playlistę ? - - - - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts126src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/+my-library/my-videos/my-videos.component.ts141 + src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts126 + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 + src/app/+my-library/my-videos/my-videos.component.ts141 + Change ownership Zmień właściciela - - src/app/+my-library/my-videos/my-videos.component.ts178 + src/app/+my-library/my-videos/my-videos.component.ts178 + Playlist deleted. Usunięto playlistę @@ -8090,22 +8005,22 @@ channel with the same name ()! Ownership changes Zmiany właściciela - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Czy na pewno chcesz usunąć filmów? - - src/app/+my-library/my-videos/my-videos.component.ts114 + src/app/+my-library/my-videos/my-videos.component.ts114 + videos deleted. Usunięto filmów. - - src/app/+my-library/my-videos/my-videos.component.ts131 + src/app/+my-library/my-videos/my-videos.component.ts131 + Do you really want to delete ? Czy na pewno chcesz usunąć film @@ -8121,9 +8036,9 @@ channel with the same name ()!Usunięto film . - - - src/app/+my-library/my-videos/my-videos.component.ts149src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts214 + src/app/+my-library/my-videos/my-videos.component.ts149 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts214 + Ownership change request sent. Wysłano prośbę o zmianę właściciela. @@ -8132,9 +8047,8 @@ channel with the same name ()! My channels Moje kanały - - src/app/+my-library/+my-video-channels/my-video-channels.component.html3 - + src/app/+my-library/+my-video-channels/my-video-channels.component.html3 + My playlists Moje playlisty @@ -8145,17 +8059,16 @@ channel with the same name ()!Moje subskrybcje src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 - You don't have any subscription yet. Nie masz jeszcze żadnych subskrypcji. - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html13 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html13 + My abuse reports Moje zgłoszenia nadużyć - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Zmiany właściciela @@ -8164,8 +8077,8 @@ channel with the same name ()! My video history Moja historia filmów - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Kanały @@ -8184,25 +8097,19 @@ channel with the same name ()! max size Maksymalny rozmiar - - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47 + src/app/shared/shared-forms/preview-upload.component.ts39 + Maximize editor Maksymalizuj edytor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Opuść zmaksymalizowany edytor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Sprawdź swoje e-maile żeby zweryfikować konto i ukończyć rejestrację. @@ -8236,9 +8143,9 @@ channel with the same name ()! Subscribe to the account Subskrybuj to konto - - - src/app/+video-channels/video-channels.component.ts71src/app/+videos/+video-watch/video-watch.component.ts984 + src/app/+video-channels/video-channels.component.ts71 + src/app/+videos/+video-watch/video-watch.component.ts984 + PLAYLISTS PLAYLISTY @@ -8317,6 +8224,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Skróty klawiaturowe: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8337,45 +8260,44 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language jakikolwiek język - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON NA - - src/app/menu/menu.component.html124 + src/app/menu/menu.component.html124 + hide ukryj - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur rozmazanie - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display wyświetl - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Nieznane - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Pomyślnie zresetowano hasło! src/app/+reset-password/reset-password.component.ts47 - Today Dzisiaj - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Wczoraj @@ -8414,25 +8336,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Last 7 days Ostatnie 7 dni - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days Ostatnie 30 dni - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days Ostatnie 365 dni - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + Filmy VOD src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Filmy na żywo src/app/+search/search-filters.component.ts 64 @@ -8441,55 +8367,55 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Krótkie (< 4 min) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Średni (4-10 min) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Długie (> 10 min) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Trafność - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Data wydania - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views Wyświetlenia - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Indeks wyszukiwania jest niedostępny. Próbuję ponownie z wynikami z instancji. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Błąd wyszukiwania - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Szukaj - - - - - src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 + src/app/+search/search-routing.module.ts15 + src/app/+search/search.component.ts242 + src/app/shared/shared-main/misc/simple-search-input.component.ts15 + src/app/shared/shared-main/misc/simple-search-input.component.ts16 + - + src/app/+search/search.component.html 5 @@ -8500,81 +8426,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular lat temu - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - rok temu - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago miesięcy temu - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - miesiąc temu - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago tygodnie temu - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - tydzień temu - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago dni temu - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - dzień temu - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago godzin temu - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - godzinę temu - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago minut temu - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now Właśnie teraz - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec sek. @@ -8644,14 +8580,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Signup limit is required. Limit rejestracji jest wymagany. src/app/shared/form-validators/custom-config-validators.ts46 - - Signup limit must be greater than 1. Use -1 to disable it.Signup limit must be greater than 1. Use -1 to disable it. + + + Signup limit must be greater than 1. Use -1 to disable it. + Limit rejestracji musi być większy niż 1. Użyj -1, aby go wyłączyć. src/app/shared/form-validators/custom-config-validators.ts 47 - Signup limit must be a number. Limit rejestracji musi być liczbą. @@ -8773,7 +8710,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Handle must be valid (eg. chocobozzz@example.com). - Handle must be valid (eg. chocobozzz@example.com). + Adres musi być prawidłowy (np. chocobozzz@example.com). src/app/shared/form-validators/user-validators.ts 49 @@ -9264,271 +9201,271 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Sunday Niedziela - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts10 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts10 + Monday Poniedziałek - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts11 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts11 + Tuesday Wtorek - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts12 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts12 + Wednesday Środa - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts13 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts13 + Thursday Czwartek - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts14 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts14 + Friday Piątek - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts15 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts15 + Saturday Sobota - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + Sun Nie Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 + Mon Pon Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 + Tue Wt Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 + Wed Śro Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 + Thu Czw Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 + Fri Pią Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 + Sat Sob Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 + Su Nd Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 + Mo Pn Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 + Tu Wt Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 + We Śr Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 + Th Cz Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 + Fr Pt Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 + Sa Sb Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + January Styczeń - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts40 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts40 + February Luty - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts41 + March Marzec - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts42 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts42 + April Kwiecień - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts43 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts43 + May Maj - - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + June Czerwiec - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts45 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts45 + July Lipiec - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts46 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts46 + August Sierpień - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts47 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts47 + September Wrzesień - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts48 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts48 + October Październik - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts49 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts49 + November Listopad - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts50 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts50 + December Grudzień - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + Jan Sty Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 + Feb Lut Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 + Mar Mar Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 + Apr Kwi Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 + Jun Cze Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 + Jul Lip Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 + Aug Sie Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 + Sep Wrz Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 + Oct Paź Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 + Nov Lis Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 + Dec Grd Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + Clear Wyczyśż - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts71 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts71 + yy-mm-dd rr-mm-dd Date format in this locale. - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts83 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts83 + Instance languages Języki instancji - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Wszystkie języki - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Ukryte @@ -9578,14 +9515,16 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular (channel page) (strona kanału) - - - src/app/+videos/+video-watch/video-avatar-channel.component.ts19src/app/shared/shared-actor-image/actor-avatar.component.ts41src/app/shared/shared-video-miniature/video-miniature.component.ts118 + src/app/+videos/+video-watch/video-avatar-channel.component.ts19 + src/app/shared/shared-actor-image/actor-avatar.component.ts41 + src/app/shared/shared-video-miniature/video-miniature.component.ts118 + (account page) (strona konta) - - src/app/+videos/+video-watch/video-avatar-channel.component.ts20src/app/shared/shared-actor-image/actor-avatar.component.ts40 + src/app/+videos/+video-watch/video-avatar-channel.component.ts20 + src/app/shared/shared-actor-image/actor-avatar.component.ts40 + Emphasis Wyróżnienia @@ -9613,7 +9552,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Close search - Close search + Zamknij wyszukiwanie src/app/shared/shared-main/misc/simple-search-input.component.html 14 @@ -9638,42 +9577,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Czy na pewno checz odwołać ban użytkownika ? - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts71 + User unbanned. Odbanowano użytkownika . - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts77 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts77 + If you remove this user, you will not be able to create another with the same username! Jeżeli usuniesz tego użytkownika, nie będziesz mógł stworzyć nowego z tą samą nazwą użytkownika! - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts91 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts91 + User deleted. Usunięto użytkownika . - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts97 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts97 + User email set as verified E-mail użytkownika ustawiony jako zweryfikowany - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts108 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts108 + Account muted. Wyciszono konto . - - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts120src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts240 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts120 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts240 + Instance muted. Wyciszono instancję @@ -9689,19 +9628,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Wyciszono przez instancję konto . - - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts444src/app/shared/shared-moderation/user-moderation-dropdown.component.ts176 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts444 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts176 + Mute server Wycisz serwer - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts332 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts332 + Server muted by the instance. Serwer jest wyciszony przez tę instancję. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts456 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts456 + Add a message to communicate with the reporter Dodaj wiadomość, aby skontaktować się ze zgłaszającym @@ -9717,162 +9656,162 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Anulowano wyciszenie przez instancję konta . - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts190 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts190 + Instance muted by the instance. Wyciszono przez instancję instancję . - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts204 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts204 + Instance unmuted by the instance. Anulowano wyciszenie przez instancję instancji . - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts218 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts218 + Are you sure you want to remove all the comments of this account? Czy na pewno chcesz usunąć wszystkie komentarze z tego konta? - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts229 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts229 + Delete account comments Usuń komentarze konta - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts230 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts230 + Will remove comments of this account (may take several minutes). Komentarze tego konta zostaną usunięte (może to zająć kilka minut). - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts236 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts236 + Edit user Edytuj użytkownika - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts264 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts264 + Change quota, role, and more. Zmień limity, role i inne. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts265 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts265 + Delete user Usuń użytkownika - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts269 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts269 + Unban user Odbanuj użytkownika - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts280 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts280 + Allow the user to login and create videos/comments again Ponownie zezwól użytkownikowi logować się i dodawać filmy/komentarze - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts281 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts281 + Mute this account Wycisz to konto - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts298 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts298 + Hide any content from that user from you. Ukrywaj dowolną treść tego użytkownika dla siebie. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts299 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts299 + Unmute this account Cofnij wyciszenie tego konta - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts304 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts304 + Show back content from that user for you. Ponownie pokazuj wszystko od tego użytkownika dla ciebie. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts305 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts305 + Mute the instance Wycisz instancję - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts310 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts310 + Hide any content from that instance for you. Ukryj wszystko z tej instancji dla ciebie. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts311 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts311 + Unmute the instance Cofnij wyciszenie tej instancji - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts316 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts316 + Show back content from that instance for you. Ponownie pokazuj zawartość z tej instancji dla ciebie. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts317 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts317 + Remove comments from your videos Usuń komentarze ze swoich filmów - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts322 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts322 + Remove comments made by this account on your videos. Usuń komentarze tego konta ze swoich filmów. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts323 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts323 + Mute this account by your instance Wycisz konto dla twojej instancji - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts334 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts334 + Hide any content from that user from you, your instance and its users. Ukrywaj dowolną treść tego użytkownika dla siebie, Twojej instancji i jej użytkowników. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts335 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts335 + Unmute this account by your instance Cofnij wyciszenie tego konta dla twojej instancji - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts340 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts340 + Show this user's content to the users of this instance again. Pokazuj treść tego użytkownika użytkownikom tej instancji ponownie. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts341 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts341 + Mute the instance by your instance Wycisz instancję dla twojej instancji - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts352 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts352 + Hide any content from that instance from you, your instance and its users. Ukryj treść z tej instancji przed Tobą, Twoją instancją i jej użytkownikami - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts353 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts353 + Unmute the instance by your instance Cofnij wyciszenie tej instancji dla twojej instancji - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts358 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts358 + Show back content from that instance for you, your instance and its users. Ponownie pokazuj zawartość z tej instancji dla ciebie, twojej instancji i jej użytkowników. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts359 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts359 + Remove comments from your instance Usuń komentarze ze swojej instancji - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts369 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts369 + Remove comments made by this account from your instance. Usuń ze swojej instancji komentarze z tego konta. - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts370 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts370 + Violent or repulsive Przemoc lub odrażające treści @@ -9936,9 +9875,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Captions Napisy - - - src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 + src/app/shared/shared-abuse-list/abuse-details.component.ts26 + src/app/shared/shared-moderation/abuse.service.ts178 + The above can only be seen in captions (please describe which). Powyżej wymienione jest widoczne tylko w napisach (opisz w których). @@ -10018,8 +9957,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Moderator Moderator - - src/app/core/users/user.service.ts407 + src/app/core/users/user.service.ts407 + Video removed from Film usunięty z @@ -10068,29 +10007,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.ts381 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts381 + Actions for the comment Działania dla tego komentarza - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + Delete comment Usuń komentarz - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts416 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts416 + Do you really want to delete this comment? Czy na pewno chcesz usunąć ten komentarz? - - - src/app/+videos/+video-watch/comment/video-comments.component.ts172src/app/shared/shared-abuse-list/abuse-list-table.component.ts420 + src/app/+videos/+video-watch/comment/video-comments.component.ts172 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts420 + Comment deleted. Usunięto komentarz. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts428 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts428 + Encoder Enkoder @@ -10137,26 +10076,26 @@ 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.ts90src/app/shared/shared-abuse-list/abuse-list-table.component.ts385src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts203 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts90 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts385 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts203 + Video deleted. Usunięto film. - - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts98src/app/shared/shared-abuse-list/abuse-list-table.component.ts393 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts98 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts393 + Actions for the reporter Działania dla zgłaszającego - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts320 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts320 + Mute reporter Wycisz zgłaszającego - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts326 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts326 + This video will be duplicated by your instance. Ten film zostanie zduplikowany przez twoją instancję. @@ -10170,9 +10109,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Display live information Wyświetl informacje o live - - - src/app/+my-library/my-videos/my-videos.component.ts172src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts278 + src/app/+my-library/my-videos/my-videos.component.ts172 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts278 + Update Aktualizuj @@ -10196,8 +10135,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You need to be <a href="/login">logged in</a> to rate this video. Musisz się <a href="/login">zalogować</a>, aby ocenić ten film. - - src/app/+videos/+video-watch/video-watch.component.ts250 + src/app/+videos/+video-watch/video-watch.component.ts250 + Mirror Mirror @@ -10206,21 +10145,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Zgłoś - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Usuń - - src/app/+videos/+video-watch/comment/video-comment.component.ts186 + src/app/+videos/+video-watch/comment/video-comment.component.ts186 + Remove & re-draft Usuń i przeredaguj - - src/app/+videos/+video-watch/comment/video-comment.component.ts194 + src/app/+videos/+video-watch/comment/video-comment.component.ts194 + {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}} - {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}} + {VAR_PLURAL, plural, =0 {Komentarzy} =1 {1 Komentarz} few { Komentarze} many { Komentarzy} other { Komentarze}} src/app/+videos/+video-watch/comment/video-comments.component.html 4 @@ -10229,9 +10168,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.ts302src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts302 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts322 + Open video actions Otwórz działania dla filmu @@ -10247,33 +10186,33 @@ 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.ts308 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts308 + Report Zgłoś - - src/app/shared/shared-abuse-list/abuse-details.component.html55 + src/app/shared/shared-abuse-list/abuse-details.component.html55 + Reported part Zgłoszona część - - src/app/shared/shared-abuse-list/abuse-details.component.html73 + src/app/shared/shared-abuse-list/abuse-details.component.html73 + Note Notatka - - src/app/shared/shared-abuse-list/abuse-details.component.html80 + src/app/shared/shared-abuse-list/abuse-details.component.html80 + The video was deleted Ten film został usunięty - - src/app/shared/shared-abuse-list/abuse-details.component.html89 + src/app/shared/shared-abuse-list/abuse-details.component.html89 + Comment: Komentarz: - - src/app/shared/shared-abuse-list/abuse-details.component.html95 + src/app/shared/shared-abuse-list/abuse-details.component.html95 + Messages with the reporter Wiadomości ze zgłaszającym @@ -10297,29 +10236,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Published Opublikowano - - src/app/shared/shared-video-miniature/video-miniature.component.ts163 + src/app/shared/shared-video-miniature/video-miniature.component.ts163 + Publication scheduled on Zaplanowano publikację - - src/app/shared/shared-video-miniature/video-miniature.component.ts168 + src/app/shared/shared-video-miniature/video-miniature.component.ts168 + Waiting transcoding Oczekiwanie na transkodowanie - - src/app/shared/shared-video-miniature/video-miniature.component.ts172 + src/app/shared/shared-video-miniature/video-miniature.component.ts172 + To transcode Do transkodowania - - src/app/shared/shared-video-miniature/video-miniature.component.ts176 + src/app/shared/shared-video-miniature/video-miniature.component.ts176 + To import Do importu - - src/app/shared/shared-video-miniature/video-miniature.component.ts180 - + src/app/shared/shared-video-miniature/video-miniature.component.ts180 + + + + src/app/shared/shared-video-miniature/videos-selection.component.html 1 @@ -10343,33 +10284,33 @@ 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.ts385 + src/app/shared/shared-main/video/video.service.ts385 + Only shareable via a private link Udostępniane tylko przez prywatny odnośnik - - src/app/shared/shared-main/video/video.service.ts389 + src/app/shared/shared-main/video/video.service.ts389 + Anyone can see this video Każdy może zobaczyć ten film - - src/app/shared/shared-main/video/video.service.ts393 + src/app/shared/shared-main/video/video.service.ts393 + 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.ts397 + src/app/shared/shared-main/video/video.service.ts397 + viewers oglądających - - src/app/shared/shared-main/video/video.model.ts206 + src/app/shared/shared-main/video/video.model.ts206 + views wyświetleń - - src/app/shared/shared-main/video/video.model.ts209 + src/app/shared/shared-main/video/video.model.ts209 + Close Zamknij @@ -10379,82 +10320,82 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slajd z Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Poprzednie - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Następne - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Poprzedni miesiąc - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Następny miesiąc - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Wybierz miesiąc - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Wybierz rok - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « - - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 + » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» - - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 + First Pierwsze - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Poprzednie - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Następne - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Ostatnie - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10468,33 +10409,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Godziny - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minuty - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Zwiększ godziny - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Zmniejsz godziny - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Zwiększ minuty - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Zmniejsz minuty @@ -10503,13 +10444,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Sekundy - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Zwiększ sekundy @@ -10523,13 +10464,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Zamknij @@ -10538,48 +10479,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Film do zaimportowania zaktualizowany. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Film został wrzucony na twoje konto i jest prywatny. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Powiązane dane (tagi, opis…) zostaną utracone, czy na pewno chcesz opuścić tą stronę? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? Twój film nie został jeszcze wysłany, czy na pewno chcesz opuścić tą stronę? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Wyślij - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload Wrzuć - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Anulowano wysyłanie - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Opublikowano film. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + You have unsaved changes! If you leave, your changes will be lost. Masz niezapisane zmiany! Jeżeli zamkniesz to okno, twoje zmiany zostaną stracone. @@ -10618,23 +10553,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Stop autoplaying next video Nie odtwarzaj automatycznie następnego filmu - - src/app/+videos/+video-watch/video-watch-playlist.component.ts220 + src/app/+videos/+video-watch/video-watch-playlist.component.ts220 + Autoplay next video Odtwarzaj automatycznie następny film - - src/app/+videos/+video-watch/video-watch-playlist.component.ts221 + src/app/+videos/+video-watch/video-watch-playlist.component.ts221 + Stop looping playlist videos Nie powtarzaj filmów w playliście - - src/app/+videos/+video-watch/video-watch-playlist.component.ts226 + src/app/+videos/+video-watch/video-watch-playlist.component.ts226 + Loop playlist videos Powtarzaj filmy w playliście - - src/app/+videos/+video-watch/video-watch-playlist.component.ts227 + src/app/+videos/+video-watch/video-watch-playlist.component.ts227 + Placeholder image Zastępczy obrazek @@ -10646,103 +10581,103 @@ 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.ts440 + src/app/+videos/+video-watch/video-watch.component.ts440 + Redirection Przekierowanie - - src/app/+videos/+video-watch/video-watch.component.ts441 + src/app/+videos/+video-watch/video-watch.component.ts441 + 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.ts571 + src/app/+videos/+video-watch/video-watch.component.ts571 + Mature or explicit content Zawartość wulgarna lub dla dorosłych - - src/app/+videos/+video-watch/video-watch.component.ts572 + src/app/+videos/+video-watch/video-watch.component.ts572 + Up Next Następnie - - src/app/+videos/+video-watch/video-watch.component.ts645 + src/app/+videos/+video-watch/video-watch.component.ts645 + Cancel Anuluj - - src/app/+videos/+video-watch/video-watch.component.ts646 + src/app/+videos/+video-watch/video-watch.component.ts646 + Autoplay is suspended Automatyczne odtwarzanie jest zatrzymane - - src/app/+videos/+video-watch/video-watch.component.ts647 + src/app/+videos/+video-watch/video-watch.component.ts647 + Enter/exit fullscreen (requires player focus) Włącz/wyłącz tryb pełnoekranowy (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts951 + src/app/+videos/+video-watch/video-watch.component.ts951 + Play/Pause the video (requires player focus) Odtwarzaj/spauzuj film (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts952 + src/app/+videos/+video-watch/video-watch.component.ts952 + Mute/unmute the video (requires player focus) Wycisz/wyłącz wyciszenie filmu (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts953 + src/app/+videos/+video-watch/video-watch.component.ts953 + Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus) Przeskocz do procentowej części filmu: 0 to 0% i 9 to 90% (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts955 + src/app/+videos/+video-watch/video-watch.component.ts955 + Increase the volume (requires player focus) Zwiększ głośność (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts957 + src/app/+videos/+video-watch/video-watch.component.ts957 + Decrease the volume (requires player focus) Zmniejsz głośność (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts958 + src/app/+videos/+video-watch/video-watch.component.ts958 + Seek the video forward (requires player focus) Przeskocz dalej w filmie (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts960 + src/app/+videos/+video-watch/video-watch.component.ts960 + Seek the video backward (requires player focus) Przeskocz do tyłu w filmie (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts961 + src/app/+videos/+video-watch/video-watch.component.ts961 + Increase playback rate (requires player focus) Przyspiesz odtwarzanie (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts963 + src/app/+videos/+video-watch/video-watch.component.ts963 + Decrease playback rate (requires player focus) Zwolnij odtwarzanie (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts964 + src/app/+videos/+video-watch/video-watch.component.ts964 + Navigate in the video frame by frame (requires player focus) Przeglądaj film klatka po klatce (kiedy zaznaczony jest odtwarzacz) - - src/app/+videos/+video-watch/video-watch.component.ts966 + src/app/+videos/+video-watch/video-watch.component.ts966 + Like the video Zaznacz "Lubię to" - - src/app/+videos/+video-watch/video-watch.component.ts974 + src/app/+videos/+video-watch/video-watch.component.ts974 + Dislike the video Zaznacz "Nie lubię tego" - - src/app/+videos/+video-watch/video-watch.component.ts979 + src/app/+videos/+video-watch/video-watch.component.ts979 + When active, the next video is automatically played after the current one. Kiedy ta opcja jest zaznaczona, następny film będzie odtwarzany automatycznie po aktualnie oglądanym. @@ -10751,8 +10686,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Ostatnio dodane - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Filmy z twoich subskrypcji @@ -10791,34 +10726,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Lokalne filmy - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Odkrywaj filmy - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Filmy na czasie - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Ostatnio dodane filmy - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Wyślij film - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Edytuj film - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf index c2285c3f5..a6313f19d 100644 --- a/client/src/locale/angular.pt-BR.xlf +++ b/client/src/locale/angular.pt-BR.xlf @@ -242,11 +242,11 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Salvar como @@ -309,19 +309,19 @@ Create Criar - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video vídeo - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -337,8 +337,8 @@ subtitles legendas - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Formato @@ -413,14 +413,14 @@ Cancelar - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Motivo... @@ -434,11 +434,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Enviar @@ -496,13 +493,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -538,8 +532,8 @@ {VAR_PLURAL, plural, =0 {Nenhum vídeo} =1 {1 vídeo} other { vídeos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -604,16 +598,16 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Excluir - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -643,12 +637,12 @@ Hide Hide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Show - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Pré-visualização completa @@ -883,8 +877,8 @@ Federation Federação - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers seguidores @@ -925,12 +919,12 @@ User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Banir - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -959,7 +953,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Banir este usuário @@ -1085,7 +1079,7 @@ Entrar - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1221,7 +1215,7 @@ The link will expire within 1 hour. inscritos - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Bem-vindo ao PeerTube, querido administrador! @@ -1366,7 +1360,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1448,25 +1442,25 @@ The link will expire within 1 hour. Atalhos de teclado - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Ajuda - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Obtenha ajuda para usar PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 @@ -1499,99 +1493,79 @@ The link will expire within 1 hour. My videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Vídeos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Inscrições - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Histórico - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Descobrir - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Tendências - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Adicionado recentemente - - src/app/menu/menu.component.html138 Administration Administração @@ -1602,12 +1576,12 @@ The link will expire within 1 hour. Sobre - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Ver suas notificações @@ -1618,7 +1592,7 @@ The link will expire within 1 hour. Notificações - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Marcar todos como lido @@ -1811,7 +1785,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1819,17 +1793,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Data de publicação @@ -2023,10 +1991,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2066,12 +2037,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. As descrições do vídeo são truncadas como padrão inicial e requer uma ação manual para expandi-la. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Canal @@ -2096,27 +2069,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Perguntas frequentes sobre o PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Agendar publicação ( @@ -2221,8 +2194,8 @@ The link will expire within 1 hour. Captions Legendas ocultas - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Pré-visualização do vídeo @@ -2262,11 +2235,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2353,7 +2323,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Selecione o arquivo para enviar @@ -2363,12 +2333,12 @@ The link will expire within 1 hour. Scheduled Programado - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Imagem de fundo do vídeo @@ -2420,7 +2390,13 @@ The link will expire within 1 hour. Publicar - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2452,7 +2428,13 @@ The link will expire within 1 hour. Meus parabéns! O vídeo será importado com BitTorrent! Você já pode adicionar informações sobre esse vídeo. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created lives Cannot create live because this instance have too many created lives @@ -2931,13 +2913,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -2986,13 +2968,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Comentário destacado @@ -3042,11 +3024,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3058,11 +3037,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3244,7 +3220,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Abrir instância em uma nova aba @@ -3306,7 +3282,7 @@ The link will expire within 1 hour. Create user Criar usuárie - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3510,45 +3486,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3788,14 +3764,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Vídeo @@ -4043,7 +4019,7 @@ The link will expire within 1 hour. Pesquisar - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4063,7 +4039,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4073,24 +4049,24 @@ The link will expire within 1 hour. Uninstall Desinstalar - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Para carregar o seu novo plugin ou tema instalado, recarregue a página. @@ -4139,18 +4115,18 @@ The link will expire within 1 hour. Jobs Tarefa - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Registros - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Depurar - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4375,11 +4351,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4489,11 +4462,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Informação da instância - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4516,123 +4485,92 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Descobrir vídeos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Vídeos mais apreciados - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Vídeos adicionados recentemente - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Vídeos locais - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Inscrição requer verificação de email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Limite de inscrições - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Usuários @@ -4690,143 +4628,119 @@ The link will expire within 1 hour. Default video quota per user Quota de vídeo padrão por usuário - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Limite diário padrão por usuário - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Permitir importar com arquivo torrent ou URL de magneto - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Bloquear novos vídeos automaticamente - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Aprovar manualmente novos seguidores da instância - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4834,28 +4748,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL URL do Índice - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrador @@ -4865,43 +4776,36 @@ The link will expire within 1 hour. Admin email Email de administrador - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Habilitar formulário de contato - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Configurações básicas - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Seu nome de usuário no Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE @@ -4963,7 +4864,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -5025,7 +4926,13 @@ The link will expire within 1 hour. Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5243,25 +5150,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Configurações avançadas - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Atualizar configuração - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5434,8 +5334,8 @@ color: red; Change ownership Mudar dono - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Selecione o próximo dono @@ -5514,13 +5414,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5625,8 +5525,8 @@ color: red; Delete your account Excluir sua conta - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5825,12 +5725,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5858,13 +5758,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banido @@ -5892,11 +5792,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6001,7 +5898,7 @@ channel with the same name ()! Stats Estatísticas - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6354,18 +6251,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6508,8 +6405,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Sua mensagem foi enviada. @@ -6525,10 +6422,10 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6539,7 +6436,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6599,13 +6496,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Áudio-somente @@ -6712,17 +6609,45 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuração atualizada. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7192,24 +7117,24 @@ channel with the same name ()! You don't have plugins installed yet. Você não tem plugins instalados ainda. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Você não tem temas instalados ainda. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Atualizado para - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Você quer realmente desinstalar ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7221,32 +7146,23 @@ channel with the same name ()! desinstalado.. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. atualizado. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7261,24 +7177,24 @@ channel with the same name ()! The plugin index is not available. Please retry later. O índice de plugin não está disponível. Favor tente mais tarde. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Por favor, instale somente plugins ou temas que você confia, uma vez que eles podem executar qualquer código na sua instância. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Instalar ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. Instalado. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Configurações atualizadas. @@ -7474,19 +7390,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Atualizar usuário - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Um e-mail pedindo redefinição de senha foi enviado para . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -7924,6 +7840,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7947,9 +7869,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8001,8 +7923,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Você realmente deseja excluir vídeos? @@ -8062,8 +7984,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Mudanças de dono @@ -8072,8 +7994,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8098,19 +8020,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Por favor, veja seus emails e verifique a sua conta e complete o cadastro. @@ -8224,6 +8140,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Atalhos de teclado: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8244,7 +8176,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8254,22 +8186,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Sua senha foi redefinida com sucesso! @@ -8372,17 +8304,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Visualizações - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8400,83 +8332,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular anos atrás - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago meses atrás - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - mês atrás - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago semanas atrás - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - semana atrás - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago dias atrás - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - dia atrás - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago horas atrás - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - hora atrás - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago minutos atrás - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9404,13 +9344,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Escondido @@ -10086,8 +10026,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10259,46 +10199,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10308,7 +10248,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10318,22 +10258,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10348,32 +10288,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10383,12 +10323,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10403,12 +10343,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10419,7 +10359,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Vídeo para importar atualizado. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Seu vídeo foi enviado para sua conta e é privado. @@ -10447,11 +10387,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Envio cancelado - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Vídeo publicado. @@ -10609,7 +10545,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10649,32 +10585,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf index ac219bd44..40e5fe8bf 100644 --- a/client/src/locale/angular.pt-PT.xlf +++ b/client/src/locale/angular.pt-PT.xlf @@ -305,10 +305,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Guardar para @@ -386,12 +386,12 @@ - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -408,7 +408,7 @@ subtitles legendas - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -481,13 +481,13 @@ Cancelar - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Transferir - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Motivo... @@ -501,11 +501,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submeter @@ -563,13 +560,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -607,7 +601,7 @@ vídeos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -672,17 +666,17 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Eliminar - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -710,10 +704,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Pré-visualização completa @@ -936,7 +930,7 @@ Federation Federação - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers seguidores @@ -967,12 +961,12 @@ src/app/helpers/utils.ts200 UserUser - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Banir - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. Um utilizador banido não irá conseguir iniciar a sessão. @@ -996,7 +990,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Banir este utilizador @@ -1117,7 +1111,7 @@ Iniciar sessão - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1250,7 +1244,7 @@ The link will expire within 1 hour. subscritores - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Bem-vindo ao PeerTube, caro administrador! @@ -1398,7 +1392,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1483,26 +1477,26 @@ The link will expire within 1 hour. Keyboard shortcuts Atalhos de teclado - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Ajuda - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Obtenha ajuda para usar o PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1527,90 +1521,70 @@ The link will expire within 1 hour. My videosMy videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlistsMy playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptionsMy subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Vídeos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Listas de reprodução - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscrições - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Histórico - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Descobrir - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Tendências - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Adicionado recentemente - - src/app/menu/menu.component.html138 Administration Administração @@ -1621,12 +1595,12 @@ The link will expire within 1 hour. Sobre - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Ver as suas notificações @@ -1637,7 +1611,7 @@ The link will expire within 1 hour. Notificações - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Marcar tudo como visto @@ -1812,7 +1786,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1820,17 +1794,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Data de publicação @@ -2023,10 +1991,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2068,10 +2039,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel Canal @@ -2093,27 +2067,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Perguntas frequentes sobre PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Agendar publicação ( @@ -2209,7 +2183,7 @@ The link will expire within 1 hour. Captions Legendas ocultas - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2249,11 +2223,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2340,7 +2311,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Selecione o arquivo para enviar @@ -2350,12 +2321,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2407,7 +2378,13 @@ The link will expire within 1 hour. Publish Publicar - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2440,7 +2417,13 @@ The link will expire within 1 hour. Meus parabéns! O vídeo será importado com BitTorrent! Você já pode adicionar informações sobre esse vídeo. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2898,10 +2881,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html19 ListsLists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 EmphasisEmphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 boldbold src/app/+videos/+video-watch/comment/video-comment-add.component.html23 @@ -2938,10 +2921,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html83 CommentComment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 ReplyReply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Comentário realçado @@ -2987,11 +2970,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -2999,11 +2979,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -3179,7 +3156,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Abre instância numa nova tabulação @@ -3241,7 +3218,7 @@ The link will expire within 1 hour. Create user Crie utilizador - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3436,25 +3413,25 @@ The link will expire within 1 hour. src/app/+my-account/my-account.component.ts28src/app/+admin/admin.component.ts47 ReportsReports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocksVideo blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accountsMuted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted serversMuted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 UsersUsers - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 ConfigurationConfiguration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3685,14 +3662,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Vídeo @@ -3928,7 +3905,7 @@ The link will expire within 1 hour. Pesquisar - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Utilizadores podem encontrar conteúdo distante @@ -3946,7 +3923,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Configurações de visualização @@ -3956,24 +3933,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4029,17 +4006,17 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -4242,11 +4219,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4353,11 +4327,7 @@ The link will expire within 1 hour. por exemplo, 2vCore 2GB RAM, uma link directo ao servidor que está a alugar, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4380,120 +4350,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Vídeos locais - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Inscrição requer verificação de email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Limite de inscrições - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Usuários @@ -4551,141 +4491,117 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4693,28 +4609,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrador @@ -4724,42 +4637,35 @@ The link will expire within 1 hour. Admin email Email de administrador - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Configurações básicas - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Seu nome de usuário no Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4810,7 +4713,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4856,7 +4759,13 @@ The link will expire within 1 hour. Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5069,25 +4978,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Configurações avançadas - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Atualizar configuração - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -5267,7 +5169,7 @@ color: red; Mudar dono - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Selecione o próximo dono @@ -5347,10 +5249,10 @@ color: red; src/app/+my-library/my-ownership/my-ownership.component.html78 Account settingsAccount settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elementsPlaylist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5458,7 +5360,7 @@ color: red; Delete your account Excluir sua conta - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5655,10 +5557,10 @@ color: red; src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html14 Video channel videosVideo channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlistsVideo channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5684,10 +5586,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5715,11 +5617,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5822,7 +5721,7 @@ channel with the same name ()! Stats Estatísticas - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6228,13 +6127,13 @@ channel with the same name ()! About this instanceAbout this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTubeAbout PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6382,7 +6281,7 @@ channel with the same name ()! src/app/+signup/+register/register-step-terms.component.html6 RegisterRegister - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6397,10 +6296,10 @@ channel with the same name ()! Account videosAccount videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6409,7 +6308,7 @@ channel with the same name ()! Account video channelsAccount video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos Published @@ -6455,12 +6354,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6557,15 +6456,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuração atualizada. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configurationEdit custom configuration src/app/+admin/config/config.routes.ts26 @@ -7020,12 +6947,12 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to @@ -7034,14 +6961,14 @@ channel with the same name ()! - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 UninstallUninstall src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 @@ -7053,25 +6980,16 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. @@ -7080,7 +6998,7 @@ channel with the same name ()! updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 JobsJobs src/app/+admin/system/system.routes.ts26 @@ -7091,19 +7009,19 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. @@ -7112,7 +7030,7 @@ channel with the same name ()! installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7291,19 +7209,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Atualizar usuário - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users listUsers list src/app/+admin/users/users.routes.ts27 @@ -7727,6 +7645,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7748,7 +7672,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 NotificationsNotifications src/app/+my-account/my-account.component.ts55src/app/+my-account/my-account-routing.module.ts109 @@ -7793,7 +7717,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Você realmente deseja excluir @@ -7861,7 +7785,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Mudanças de dono @@ -7869,7 +7793,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -7888,17 +7812,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8014,7 +7932,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Sucesso @@ -8035,7 +7969,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -8043,22 +7977,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Sua senha foi redefinida com sucesso! @@ -8148,17 +8082,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Visualizações - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 SearchSearch src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 @@ -8176,16 +8110,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular anos atrás - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago @@ -8194,16 +8130,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular meses atrás - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - - mês atrás - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago @@ -8212,16 +8150,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular semanas atrás - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - - semana atrás - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago @@ -8230,16 +8166,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular dias atrás - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - - dia atrás - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago @@ -8248,16 +8182,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular horas atrás - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - - hora atrás - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago @@ -8266,12 +8198,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minutos atrás - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -9179,13 +9111,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -9854,7 +9786,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts302 ReportReport - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 RemoveRemove src/app/+videos/+video-watch/comment/video-comment.component.ts186 @@ -10014,49 +9946,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous monthPrevious month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next monthNext month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select monthSelect month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select yearSelect year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «««« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 »» - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »»»» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 FirstFirst - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 LastLast - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 @@ -10065,31 +9997,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 HoursHours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MMMM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 MinutesMinutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hoursIncrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hoursDecrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutesIncrement minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutesDecrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 SSSS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 SecondsSeconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment secondsIncrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 @@ -10098,10 +10030,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 CloseClose node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 @@ -10110,7 +10042,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Vídeo para importar atualizado. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Seu vídeo foi enviado para sua conta e é privado. @@ -10138,11 +10070,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Envio cancelado - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Vídeo publicado. @@ -10298,7 +10226,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently addedRecently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10328,22 +10256,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videosLocal videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videosDiscover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videosTrending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videosRecently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a videoUpload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a videoEdit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 \ No newline at end of file diff --git a/client/src/locale/angular.ro.xlf b/client/src/locale/angular.ro.xlf index 42015f61c..b7b3374ee 100644 --- a/client/src/locale/angular.ro.xlf +++ b/client/src/locale/angular.ro.xlf @@ -2170,7 +2170,7 @@ 44 - + Homepage Pagina principală @@ -2382,7 +2382,7 @@ 111 - + Trending Tendințe @@ -2398,7 +2398,7 @@ 121 - + Recently added Recent adăugate @@ -5626,7 +5626,7 @@ 32 - + Instance information @@ -5882,7 +5882,7 @@ 216 - + Basic configuration @@ -5922,7 +5922,7 @@ 263 - + Discover videos Descoperă videoclipuri @@ -5946,7 +5946,7 @@ 268 - + Recently added videos @@ -5954,7 +5954,7 @@ 269 - + Local videos @@ -6210,7 +6210,7 @@ 539 - + Advanced configuration diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf index 386088846..e3f1096fd 100644 --- a/client/src/locale/angular.ru-RU.xlf +++ b/client/src/locale/angular.ru-RU.xlf @@ -166,13 +166,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Моя история просмотров - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Сохранить в @@ -235,19 +235,19 @@ Create Создать - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video видео - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. Следующая ссылка содержит личный токен и никому не может быть передана. @@ -267,8 +267,8 @@ subtitles подзаголовок - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Формат @@ -320,16 +320,20 @@ video видео - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + Your video quota is exceeded with this video (video size: , used: , quota: ) + Ваша квота для этого видео превышена (размер видео: , использовано: , квота: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Ваша дневная квота для этого видео превышена (размер видео: , использовано: , квота: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -345,14 +349,14 @@ Отмена - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Скачать - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Причина... @@ -367,12 +371,9 @@ No results. - No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + Нет результатов. + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Отправить @@ -425,17 +426,14 @@ {VAR_PLURAL, plural, =1 {1 view} other { views}} - {VAR_PLURAL, plural, =1 {1 view} other { views}} + {VAR_PLURAL, plural, =1 {1 view} other { просмотров}} src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 просмотр} other { просмотров}} @@ -473,8 +471,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Нет видео} other { видео}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -533,22 +531,22 @@ Best Лучшее A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Видео с наибольшим количеством взаимодействий из недавних видео, без учета истории пользователей - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Удалить - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos - Only live videos + Только прямая трансляция src/app/+my-library/my-videos/my-videos.component.ts 53 @@ -557,17 +555,17 @@ Edit Редактировать - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Обрезанная обложка @@ -576,13 +574,13 @@ Hide Скрыть - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Показать - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Предпросмотр @@ -807,8 +805,8 @@ Federation Федерация - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers подписчики @@ -822,14 +820,16 @@ The upload failed Загрузка не удалась - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted Связь прервалась - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + На сервере произошла ошибка src/app/helpers/utils.ts 193 @@ -838,23 +838,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) Ваш файл не может быть передан до установленного таймаута (обычно 10 минут) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) Ваш файл был слишком большим (Максимум. размер:) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User Пользователь - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Заблокировать - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -882,7 +882,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Заблокировать этого пользователя @@ -1006,9 +1006,9 @@ Login Авторизация - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Или войдите с помощью @@ -1142,8 +1142,8 @@ The link will expire within 1 hour. подписчиков - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Добро пожаловать в PeerTube, уважаемый администратор! @@ -1270,9 +1270,9 @@ The link will expire within 1 hour. My settings Мои настройки - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. Эти настройки применяются только к вашему сеансу в этом экземпляре. @@ -1347,29 +1347,29 @@ The link will expire within 1 hour. Keyboard shortcuts Сочетания клавиш - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 при поддержке PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Помощь - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Получить помощь с PeerTube - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube работает на PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Выйти @@ -1399,108 +1399,88 @@ The link will expire within 1 hour. My videos Мои видео - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Мои добавленные видео - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Мои плейлисты - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Создать плейлист - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Мои подписки - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Видео - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Интерфейс: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Плейлисты - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Подписки - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History История - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS ВИДЕО - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Параллельный импорт заданий - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. позволяет одновременно импортировать несколько видео. ⚠️ Требуется перезапуск PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel активна параллельная работа - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Разрешить импорт с URL-адресом HTTP (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Обзор - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - В тренде - src/app/menu/menu.component.html133 - - - Recently added - Недавно добавленные - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Администрация @@ -1509,13 +1489,13 @@ The link will expire within 1 hour. About Описание - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Контакт - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Показать уведомления @@ -1526,9 +1506,9 @@ The link will expire within 1 hour. Notifications Уведомления - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Отметить все как прочтенное @@ -1732,142 +1712,143 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Только отображение src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Прямая трансляция + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + Обработанные видео + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Дата публикации - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Год публикации - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... После... - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... До... - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Продолжительность - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Отобразить нежелательный контент - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes Да - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No Нет - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Категория - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Сбросить - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Показать все категории - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Лицензия - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Показать все лицензии - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Язык - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Отображать все языки - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Все теги - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags Один тег - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Найти - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Видеовселенная - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Сбросить - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Фильтр - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Видео каналы @@ -1942,15 +1923,17 @@ The link will expire within 1 hour. Remove banner Удалить баннер src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - соотношение 6/1, рекомендуемый размер: 1600 x 266, максимальный размер: , расширения: - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar - Account avatar + Аватар аккаунта src/app/shared/shared-actor-image/actor-avatar.component.ts 47 @@ -1958,7 +1941,7 @@ The link will expire within 1 hour. Channel avatar - Channel avatar + Аватар канала src/app/shared/shared-actor-image/actor-avatar.component.ts 48 @@ -1966,7 +1949,7 @@ The link will expire within 1 hour. Advanced filters - Advanced filters + Расширенный фильтр src/app/shared/shared-forms/advanced-input-filter.component.html 8 @@ -1993,25 +1976,26 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Описания видео по умолчанию ограничены, поэтому необходимо вручную развернуть. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Выберите соответствующую лицензию для вашей работы. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Канал - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Доступ @@ -2023,27 +2007,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Часто задаваемые вопросы о PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation API документация - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Запланированная публикация () @@ -2056,7 +2040,7 @@ The link will expire within 1 hour. Some instances hide videos containing mature or explicit content by default. - Some instances hide videos containing mature or explicit content by default. + В некоторых случаях по умолчанию скрываются видео, содержащие материалы для взрослых или приватные. src/app/+videos/+video-edit/shared/video-edit.component.html 135 @@ -2145,8 +2129,8 @@ The link will expire within 1 hour. Captions Субтитры - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Видео превью @@ -2197,12 +2181,9 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + {VAR_PLURAL, plural, =1 {1 videos} other { видео}} + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2266,11 +2247,11 @@ The link will expire within 1 hour. Sorry, but something went wrong Извините, но что-то пошло не так - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. Поздравляем, видео под было импортировано! Теперь вы можете добавить информацию об этом видео. @@ -2279,12 +2260,12 @@ The link will expire within 1 hour. Update Изменить - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Выбрать файл для загрузки @@ -2294,39 +2275,39 @@ The link will expire within 1 hour. Scheduled Запланировано - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Скрыть видео до указанной даты - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Фоновое изображение видео - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. Изображение, которое будет добавлено к вашему аудиофайлу. Выбранный образ будет окончательным и не может быть изменен. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Всего загружено видео - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Загрузка… - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry Повторить Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Общая квота видео @@ -2338,19 +2319,25 @@ The link will expire within 1 hour. Поздравляем! Ваше видео теперь находится в вашей приватной библиотеке. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished Публикация произойдёт, когда загрузка будет завершена - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish Опубликовать - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Извините, загрузка файлов недоступна для вашей учётной записи. Если вы хотите добавлять видео, свяжитесь с администратором. @@ -2383,6 +2370,12 @@ The link will expire within 1 hour. Поздравляем, видео было импортировано с BitTorrent! Вы теперь можете добавить информацию об этом видео. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2765,7 +2758,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 reply} other { replies}} - {VAR_PLURAL, plural, =1 {1 reply} other { replies}} + {VAR_PLURAL, plural, =1 {1 reply} other { повторов}} src/app/+videos/+video-watch/comment/video-comments.component.html 80 @@ -2850,13 +2843,13 @@ The link will expire within 1 hour. Lists Список - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Акцент - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold толстый @@ -2905,13 +2898,13 @@ The link will expire within 1 hour. Comment Комментарий - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Ответить - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Выделенный комментарий @@ -2954,11 +2947,8 @@ The link will expire within 1 hour. Renew token Обновить токен - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Токен обновлен. Обновите конфигурацию вашего клиента соответствующим образом. @@ -2970,11 +2960,8 @@ The link will expire within 1 hour. Applications Приложения - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED ПОДПИСКА @@ -3080,10 +3067,10 @@ The link will expire within 1 hour. Accept Согласиться - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Отклонить @@ -3123,8 +3110,8 @@ The link will expire within 1 hour. Unfollow Отписаться - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Открыть экземпляр в новой вкладке @@ -3185,8 +3172,8 @@ The link will expire within 1 hour. Create user Создать пользователя - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Параметры таблицы @@ -3361,7 +3348,7 @@ The link will expire within 1 hour. Banned users - Banned users + Заблокированные пользователи src/app/+admin/users/user-list/user-list.component.ts 40 @@ -3381,45 +3368,45 @@ The link will expire within 1 hour. Reports Отчёты - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Заблокированные видео - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Комментарии к видео - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Отключенные аккаунты - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Отключенные серверы - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Пользователи - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Конфигурация - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Видео блокировка @@ -3522,7 +3509,7 @@ The link will expire within 1 hour. Local comments - Local comments + Локальные комментарии src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts 48 @@ -3530,7 +3517,7 @@ The link will expire within 1 hour. Remote comments - Remote comments + Удаленные комментарии src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts 52 @@ -3548,7 +3535,7 @@ The link will expire within 1 hour. Unsolved reports - Unsolved reports + Неразрешенные отчеты src/app/shared/shared-abuse-list/abuse-list-table.component.ts 42 @@ -3556,7 +3543,7 @@ The link will expire within 1 hour. Accepted reports - Accepted reports + Принятые отчеты src/app/shared/shared-abuse-list/abuse-list-table.component.ts 46 @@ -3564,7 +3551,7 @@ The link will expire within 1 hour. Refused reports - Refused reports + Отказано в обращениях src/app/shared/shared-abuse-list/abuse-list-table.component.ts 50 @@ -3572,7 +3559,7 @@ The link will expire within 1 hour. Reports with blocked videos - Reports with blocked videos + Обращения с заблокированными видео src/app/shared/shared-abuse-list/abuse-list-table.component.ts 54 @@ -3580,7 +3567,7 @@ The link will expire within 1 hour. Reports with deleted videos - Reports with deleted videos + Обращения с удаленными видео src/app/shared/shared-abuse-list/abuse-list-table.component.ts 58 @@ -3603,7 +3590,7 @@ The link will expire within 1 hour. Automatic blocks - Automatic blocks + Автоматически заблокированные src/app/+admin/moderation/video-block-list/video-block-list.component.ts 31 @@ -3611,7 +3598,7 @@ The link will expire within 1 hour. Manual blocks - Manual blocks + Заблокированные вручную src/app/+admin/moderation/video-block-list/video-block-list.component.ts 35 @@ -3654,13 +3641,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { отчётов} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Видео @@ -3760,11 +3747,11 @@ The link will expire within 1 hour. Instance Сервер - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Отключено в @@ -3870,10 +3857,10 @@ The link will expire within 1 hour. Search Поиск - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Пользователи могут искать удаленный контент @@ -3888,10 +3875,10 @@ The link will expire within 1 hour. Settings Настройки - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Настройки отображения @@ -3900,35 +3887,35 @@ The link will expire within 1 hour. Uninstall Удалить - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Горячее A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Видео с наибольшим количеством взаимодействий из недавних видео - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Видео с наибольшим количеством просмотров за последние 24 часа - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Нравится A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Видео, получившие наибольшее количество лайков - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Чтобы загрузить новые установленные плагины или темы, обновите страницу. @@ -3938,14 +3925,15 @@ The link will expire within 1 hour. Popular Популярные src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + для "" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {result} other {results} } @@ -3975,18 +3963,18 @@ The link will expire within 1 hour. Jobs Работает - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Логи - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Отладка - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Удалить этот комментарий @@ -4222,12 +4210,9 @@ The link will expire within 1 hour. 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.html - 107,108 - - + С помощью Скрыть или Размыто превью, будет запрошено подтверждение для просмотра видео. + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Размыть обложки @@ -4333,11 +4318,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, прямой линк до вашего сервера, и т.д. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Информация об экземпляре - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE ВНЕШНИЙ ВИД @@ -4361,137 +4342,105 @@ The link will expire within 1 hour. Целевая страница src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Обзор видео - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Популярные страницы - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Страница трендов по умолчанию - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Лучшие видеоролики - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Горячие видео - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Самые просматриваемые видео - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Понравившиеся видео - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Недавно добавленные видео - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Локальные видео - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE ОБЩЕЕ СООБЩЕНИЕ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Отображать сообщения на вашем экземпляре - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Включить широковещательное сообщение - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Разрешить пользователям закрывать широковещательное сообщение - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Уровень широковещательного сообщения - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Сообщение - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS НОВЫЕ ПОЛЬЗОВАТЕЛИ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Управление пользователями с целью установки персональной квоты. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Для регистрации требуется подтверждение электронной почты - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Лимит регистраций - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {пользователь} other {пользователей}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Регистрация не будет ограничена фиксированным количеством пользователей. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Включить регистрацию - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Пользователи @@ -4548,177 +4497,150 @@ The link will expire within 1 hour. Default video quota per user Квота видео по умолчанию для каждого пользователя - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes байты - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Лимит ежедневной загрузки по умолчанию для каждого пользователя - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Разрешить импорт с помощью торрент-файла или магнет-ссылки - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Если пользователь не отмечен как доверенный, его видео будет оставаться закрытым до тех пор, пока модератор не просмотрит их. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Автоматически блокировать новые видео - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH ПОИСК - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Разрешить пользователям выполнять удаленный URI / обрабатывать поиск - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Разрешить вашим пользователям искать удаленные видео / блоггеров, которые не могут быть объединены с вашим экземпляром - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Разрешить анонимам выполнять удаленный поиск URI / обрабатывать - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Разрешить анонимным пользователям искать удаленные видео / блоггеров, которые не могут быть объединены с вашим экземпляром - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Эта функциональность сильно зависит от модерации экземпляров, за которыми следит выбранный вами поисковый индекс. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. В рабочей среде следует использовать только модерируемые поисковые индексы, или создать свой собственный. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Поиск индекса URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Отключить локальный поиск в строке поиска - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default В противном случае локальный поиск будет использоваться по умолчанию - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Панель поиска по умолчанию использует глобальный поисковый индекс - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Включить глобальный поиск - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION ФЕДЕРАЦИЯ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Управление связями с другими экземплярами. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Другие экземпляры могут следовать за вами - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Ручное утверждение новых подписчиков экземпляров - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Автоматически следить за экземплярами - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Эта функция требует большого внимания и дополнительных действий. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Индекс URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Автоматическое отслеживание общедоступных экземпляров - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL Ознакомьтесь с документацией для получение информации по ожидаемому URL - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS АДМИНИСТРАТОРЫ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Администратор @@ -4727,54 +4649,44 @@ The link will expire within 1 hour. Admin email Электронная почта администратора - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Включить контактную форму - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Базовая конфигурация - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding - VOD Транскодирование - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + Обработка видео + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Укажите учетную запись Twitter, представляющую ваш экземпляр, чтобы улучшить предварительный просмотр ссылок. Если у вас нет учетной записи Twitter, просто оставьте значение по умолчанию. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Ваше имя пользователя Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Экземпляр, разрешенный Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. Если ваш экземпляр явно разрешен Twitter, видеоплейер будет встроен в Twitter feed на PeerTube video share. В противном случае, мы используем ссылку с изображением, которая перенаправит на ваш экземпляр PeerTube. Установить данный флаг, сохраните конфигурацию и проверьте , используя видео URL вашего экземпляра (https://example.com/videos/watch/blabla) on https://cards-dev.twitter.com/validator , чтобы убедиться, что ваш экзмепляр разрешен. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE В ЭФИРЕ @@ -4826,8 +4738,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {эфир} =2-4 {эфира} other {эфиров}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Максимальное количество трансляций на одного пользователя (-1 "не ограничено") @@ -4853,7 +4765,7 @@ The link will expire within 1 hour. will claim at most with VOD transcoding - потребуется максимум с транскодированием VOD + потребуется максимум для обработки видео src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 131,133 @@ -4861,7 +4773,7 @@ The link will expire within 1 hour. will claim at least with VOD transcoding - потребуется как минимум с транскодированием VOD + потребуется как минимум для обработки видео src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 135,137 @@ -4895,8 +4807,14 @@ The link will expire within 1 hour. Live streaming Прямая трансляция - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -4906,7 +4824,7 @@ The link will expire within 1 hour. Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. - То же, что и транскодирование VOD, транскодирование потоковой передачи, чтобы они были в потоковой форме, которую может воспроизводить любое устройство. Потребуется более мощный процессор. + То же, что и обработка видео, обработка потоковой передачи, чтобы они были в потоковой форме, которую может воспроизводить любое устройство. Потребуется более мощный процессор. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 87,88 @@ -4929,7 +4847,7 @@ The link will expire within 1 hour. Allows users to upload videos. - Allows users to upload videos. + Позволяет пользователям загружать видео. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 54 @@ -5130,26 +5048,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Вы не можете разрешить воспроизведение в реальном времени, если не включите перекодирование. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Продвинутая конфигурация - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Ошибки в форме: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Обновить конфигурацию - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS НАСТРОЙКИ ВИДЕО @@ -5256,7 +5167,7 @@ color: red; 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/shared/shared-user-settings/user-video-settings.component.html 8,9 @@ -5318,8 +5229,8 @@ color: red; Change ownership Изменить владельца - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Выбрать нового владельца @@ -5360,7 +5271,6 @@ color: red; Выберите канал для получения видео src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes Изменения владельца @@ -5400,13 +5310,13 @@ color: red; Account settings Настройка аккаунта - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Элементы плейлиста - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Мои импорты @@ -5420,7 +5330,7 @@ color: red; No channel found. - No channel found. + Канал не найден. src/app/+my-library/+my-video-channels/my-video-channels.component.html 16 @@ -5511,8 +5421,8 @@ color: red; Delete your account Удалить мой аккаунт - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Страница канала @@ -5664,7 +5574,7 @@ color: red; {VAR_PLURAL, plural, =1 {1 playlist} other { playlists}} - {VAR_PLURAL, plural, =1 {1 playlist} other { playlists}} + {VAR_PLURAL, plural, =1 {1 playlist} other { плейлистов}} src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html 3 @@ -5690,16 +5600,16 @@ color: red; Video channel videos Каналы видео - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Плейлисты видеоканалов - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel - Manage channel + Управление каналом src/app/+video-channels/video-channels.component.html 10,11 @@ -5725,13 +5635,13 @@ color: red; Verify account via email Подтвердить аккаунт по электронной почте - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Попросите отправить электронное письмо для подтверждения вашей учетной записи - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Заблокировано @@ -5763,14 +5673,11 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subscriber} other { подписчиков}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - {VAR_PLURAL, plural, =1 {1 videos} other { videos}} + {VAR_PLURAL, plural, =1 {1 videos} other { видео}} src/app/+accounts/accounts.component.html 41 @@ -5828,7 +5735,7 @@ color: red; {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - {VAR_PLURAL, plural, =1 {1 videos} other { videos}} + {VAR_PLURAL, plural, =1 {1 videos} other { видео}} src/app/+accounts/account-video-channels/account-video-channels.component.html26 @@ -5884,8 +5791,8 @@ channel with the same name ()! Stats Статистика - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. Этот канал не имеет плейлистов. @@ -6218,18 +6125,18 @@ channel with the same name ()! About this instance Об этом экземпляре - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube О PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network О сети этого экземпляра - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Ссылка скопирована @@ -6357,8 +6264,8 @@ channel with the same name ()! Register Регистрация - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Ваше сообщение было отправлено. @@ -6372,13 +6279,13 @@ channel with the same name ()! Account videos Видео аккаунта - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Искать видео в аккаунте - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT УЧЕТНАЯ ЗАПИСЬ PEERTUBE @@ -6390,8 +6297,8 @@ channel with the same name ()! Account video channels Видеоканалы аккаунта - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Опубликовано видео @@ -6443,13 +6350,13 @@ channel with the same name ()! Instances you follow Экземпляры, за которыми вы следите - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Следующие за вами экземпляры - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Только для аудио @@ -6572,17 +6479,45 @@ channel with the same name ()!thread поток src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Конфигурация обновлена. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Вы включили регистрацию: мы автоматически установили флажок "Автоматически блокировать новые видео" в разделе "Видео" чуть ниже. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Редактировать индивидуальную конфигурацию @@ -7044,25 +6979,25 @@ channel with the same name ()! You don't have plugins installed yet. У вас еще не установлены плагины. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. У вас еще не установлены темы. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Обновление до - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Вы действительно хотите удалить ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Удалить @@ -7073,39 +7008,30 @@ channel with the same name ()! удалено. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. Это серьезное обновление плагина. Пожалуйста, перейдите на домашнюю страницу плагина, чтобы проверить потенциальные примечания к выпуску. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Обновление - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Продолжить обновление - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. обновлено. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Задания @@ -7119,25 +7045,25 @@ channel with the same name ()! The plugin index is not available. Please retry later. Индекс плагина недоступен. Пожалуйста, повторите попытку позже. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Пожалуйста, устанавливайте только те плагины или темы, которым вы доверяете, поскольку они могут работать корректно на вашем экземпляре. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Установить ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. установлено. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Настройки обновлены. @@ -7344,18 +7270,18 @@ channel with the same name ()! User updated. Пользователь обновлён. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Обновить информацию о пользователе - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Электронное письмо для сброса пароля было отправлено пользователю . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Список пользователей @@ -7513,8 +7439,8 @@ channel with the same name ()! Ownership accepted Владение принято - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Пожалуйста, проверьте свою электронную почту, чтобы проверить ваш новый электронный адрес. @@ -7775,8 +7701,8 @@ channel with the same name ()! Views for the day Просмотры за день - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Обновить видеоканал @@ -7802,6 +7728,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7825,9 +7757,9 @@ channel with the same name ()! Update playlist Изменить плейлист - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Уведомления @@ -7875,8 +7807,8 @@ channel with the same name ()! Ownership changes Изменение владельца - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Вы действительно хотите удалить видео? @@ -7933,8 +7865,8 @@ channel with the same name ()! My abuse reports Отчёт о моих жалобах - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Смена собственника @@ -7943,8 +7875,8 @@ channel with the same name ()! My video history Моя история видео - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Каналы @@ -7969,19 +7901,13 @@ channel with the same name ()! Maximize editor Развернуть редактор - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Выйти из развернутого редактора - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Теперь, проверьте свою электронную почту, чтобы подтвердить свою учетную запись и завершить регистрацию. @@ -8092,6 +8018,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Комбинации клавиш: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8111,8 +8053,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language любой язык - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON НА @@ -8121,36 +8063,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide скрыть - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur размытие - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display отображение - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown Неизвестно - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! Ваш пароль был успешно сброшен! src/app/+reset-password/reset-password.component.ts47 - Today Сегодня - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Вчера @@ -8189,25 +8130,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Last 7 days Последние 7 дней - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days Последние 30 дней - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days Последние 365 дней - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + Обработанные видео src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Прямые трансляции src/app/+search/search-filters.component.ts 64 @@ -8216,44 +8161,44 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Короткая (< 4 мин) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Средняя (4-10 мин) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Длинная (> 10 мин) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Актуальности - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Дате публикации - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views Просмотры - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Индекс поиска недоступен. Попытка поиска в экземпляре. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Ошибка поиска - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Поиск @@ -8275,81 +8220,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular лет назад - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - год назад - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago месяцев назад - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - месяц назад - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago недель назад - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - неделю назад - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago дней назад - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - день назад - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago часов назад - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - час назад - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago мин назад - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now только что - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec сек @@ -9297,14 +9252,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Языки экземпляра - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Все языки - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Скрыто @@ -9945,8 +9900,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Пожаловаться - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Удалить @@ -9959,7 +9914,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}} - {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}} + {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Комментариев}} src/app/+videos/+video-watch/comment/video-comments.component.html 4 @@ -10060,7 +10015,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - + src/app/shared/shared-video-miniature/videos-selection.component.html 1 @@ -10120,47 +10075,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Слайд из Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Назад - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Вперёд - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Предыдущий месяц - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Следующий месяц - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Выбрать месяц - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Выбрать год - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10169,8 +10124,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10179,23 +10134,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Начало - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Передыдущий - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Следующий - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Конец - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10209,33 +10164,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Часы - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM ММ - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Минуты - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Увеличить часы - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Уменьшить часы - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Увеличить минуты - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Уменьшить минуты @@ -10244,13 +10199,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS СС - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Секунды - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Увеличить секунды @@ -10264,13 +10219,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Закрыть @@ -10279,46 +10234,40 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Видео для импорта обновлено. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Ваше видео было загружено на ваш аккаунт и является приватным. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Но связанные данные (теги, описание...) будут потеряны, вы уверены, что хотите покинуть эту страницу? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? Ваше видео еще не загружено, вы уверены, что хотите покинуть эту страницу? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Загрузить - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload Загрузить - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Загрузка отменена - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Видео опубликовано. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + You have unsaved changes! If you leave, your changes will be lost. У вас есть несохраненные изменения! Если вы уйдете, ваши изменения будут потеряны. @@ -10470,8 +10419,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Недавно добавленные - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Видео с ваших подписок @@ -10510,34 +10459,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Локальные видео - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Обзор видео - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Видео в тренде - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Недавно добавленные видео - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Загрузить видео - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Редактировать видео - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.sc.xlf b/client/src/locale/angular.sc.xlf index 43eb51a7f..74bf1b98a 100644 --- a/client/src/locale/angular.sc.xlf +++ b/client/src/locale/angular.sc.xlf @@ -2602,7 +2602,7 @@ 1 - + Instance information @@ -2610,7 +2610,7 @@ 7 - + Basic configuration @@ -2634,7 +2634,7 @@ 705 - + Advanced configuration @@ -2922,7 +2922,7 @@ 268 - + Discover videos @@ -2946,7 +2946,7 @@ 273 - + Recently added videos @@ -2954,7 +2954,7 @@ 274 - + Local videos @@ -8114,7 +8114,7 @@ 43,44 - + Choose the appropriate license for your work. @@ -10460,7 +10460,7 @@ 128 - + Trending @@ -10476,7 +10476,7 @@ 138 - + Recently added diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf index cce3603c8..efd3d234d 100644 --- a/client/src/locale/angular.sk-SK.xlf +++ b/client/src/locale/angular.sk-SK.xlf @@ -313,10 +313,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Save to @@ -394,12 +394,12 @@ - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -416,7 +416,7 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -491,13 +491,13 @@ Cancel - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Reason... @@ -513,11 +513,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submit @@ -575,13 +572,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -621,7 +615,7 @@ videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -686,17 +680,17 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Delete - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -724,10 +718,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Complete preview @@ -951,7 +945,7 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -982,12 +976,12 @@ src/app/helpers/utils.ts200 UserUser - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -1015,7 +1009,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -1140,7 +1134,7 @@ Login - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1281,7 +1275,7 @@ The link will expire within 1 hour. subscribers - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1436,7 +1430,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1525,26 +1519,26 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1569,90 +1563,70 @@ The link will expire within 1 hour. My videosMy videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlistsMy playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptionsMy subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscriptions - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trending - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - Recently added - - src/app/menu/menu.component.html138 Administration Administration @@ -1663,12 +1637,12 @@ The link will expire within 1 hour. About - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1679,7 +1653,7 @@ The link will expire within 1 hour. Notifications - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1858,7 +1832,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1866,17 +1840,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Published date @@ -2077,10 +2045,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2124,10 +2095,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel Channel @@ -2149,27 +2123,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2267,7 +2241,7 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2307,11 +2281,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2398,7 +2369,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2408,12 +2379,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2467,7 +2438,13 @@ The link will expire within 1 hour. Publish Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2502,7 +2479,13 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2970,10 +2953,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html19 ListsLists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 EmphasisEmphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 boldbold src/app/+videos/+video-watch/comment/video-comment-add.component.html23 @@ -3010,10 +2993,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html83 CommentComment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 ReplyReply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3059,11 +3042,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -3071,11 +3051,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -3251,7 +3228,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3313,7 +3290,7 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3515,25 +3492,25 @@ The link will expire within 1 hour. src/app/+my-account/my-account.component.ts28src/app/+admin/admin.component.ts47 ReportsReports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocksVideo blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accountsMuted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted serversMuted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 UsersUsers - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 ConfigurationConfiguration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3768,14 +3745,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4015,7 +3992,7 @@ The link will expire within 1 hour. Search - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4033,7 +4010,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4043,24 +4020,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4120,17 +4097,17 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -4333,11 +4310,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4444,11 +4418,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4471,120 +4441,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Local videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4642,141 +4582,117 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4784,28 +4700,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4815,42 +4728,35 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4901,7 +4804,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4947,7 +4850,13 @@ The link will expire within 1 hour. Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5160,25 +5069,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -5358,7 +5260,7 @@ color: red; Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5438,10 +5340,10 @@ color: red; src/app/+my-library/my-ownership/my-ownership.component.html78 Account settingsAccount settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elementsPlaylist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5549,7 +5451,7 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5750,10 +5652,10 @@ color: red; src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html14 Video channel videosVideo channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlistsVideo channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5781,10 +5683,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5812,11 +5714,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5919,7 +5818,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6337,13 +6236,13 @@ channel with the same name ()! About this instanceAbout this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTubeAbout PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6501,7 +6400,7 @@ channel with the same name ()! src/app/+signup/+register/register-step-terms.component.html6 RegisterRegister - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6516,10 +6415,10 @@ channel with the same name ()! Account videosAccount videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6528,7 +6427,7 @@ channel with the same name ()! Account video channelsAccount video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos Published @@ -6574,12 +6473,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6676,15 +6575,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configurationEdit custom configuration src/app/+admin/config/config.routes.ts26 @@ -7139,12 +7066,12 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to @@ -7153,14 +7080,14 @@ channel with the same name ()! - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 UninstallUninstall src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 @@ -7172,25 +7099,16 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. @@ -7199,7 +7117,7 @@ channel with the same name ()! updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 JobsJobs src/app/+admin/system/system.routes.ts26 @@ -7210,19 +7128,19 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. @@ -7231,7 +7149,7 @@ channel with the same name ()! installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7410,19 +7328,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users listUsers list src/app/+admin/users/users.routes.ts27 @@ -7846,6 +7764,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7867,7 +7791,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 NotificationsNotifications src/app/+my-account/my-account.component.ts55src/app/+my-account/my-account-routing.module.ts109 @@ -7912,7 +7836,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -7980,7 +7904,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -7988,7 +7912,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -8007,17 +7931,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8133,7 +8051,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Success @@ -8154,7 +8088,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -8162,22 +8096,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8267,17 +8201,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 SearchSearch src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 @@ -8295,16 +8229,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago @@ -8313,16 +8249,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - - month ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago @@ -8331,16 +8269,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - - week ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago @@ -8349,16 +8285,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - - day ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago @@ -8367,16 +8301,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - - hour ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago @@ -8385,12 +8317,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -9297,13 +9229,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -9976,7 +9908,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts302 ReportReport - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 RemoveRemove src/app/+videos/+video-watch/comment/video-comment.component.ts186 @@ -10137,49 +10069,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous monthPrevious month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next monthNext month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select monthSelect month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select yearSelect year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «««« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 »» - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »»»» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 FirstFirst - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 LastLast - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 @@ -10188,31 +10120,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 HoursHours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MMMM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 MinutesMinutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hoursIncrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hoursDecrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutesIncrement minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutesDecrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 SSSS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 SecondsSeconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment secondsIncrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 @@ -10221,10 +10153,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 CloseClose node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 @@ -10233,7 +10165,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10261,11 +10193,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -10435,7 +10363,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently addedRecently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10465,22 +10393,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videosLocal videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videosDiscover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videosTrending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videosRecently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a videoUpload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a videoEdit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 \ No newline at end of file diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf index 97abc55ba..9a40922fb 100644 --- a/client/src/locale/angular.sl-SI.xlf +++ b/client/src/locale/angular.sl-SI.xlf @@ -285,13 +285,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history My watch history - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Shrani v @@ -361,19 +361,19 @@ Create Ustvari - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. @@ -393,8 +393,8 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -473,14 +473,14 @@ Prekliči - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Razlog... @@ -496,11 +496,8 @@ No results. No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Pošlji @@ -561,13 +558,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -609,8 +603,8 @@ {VAR_PLURAL, plural, =0 {Ni videoposnetkov} =1 {1 videoposnetek} other { videoposnetkov} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -675,19 +669,19 @@ Best Best A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Izbriši - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos Only live videos @@ -718,13 +712,13 @@ Hide Hide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Show - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Popoln predogled @@ -964,8 +958,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -1005,13 +999,13 @@ User User - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Ban - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -1039,7 +1033,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Ban this user @@ -1172,9 +1166,9 @@ Login Prijava - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1317,8 +1311,8 @@ The link will expire within 1 hour. subscribers - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1473,9 +1467,9 @@ The link will expire within 1 hour. My settings My settings - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1560,29 +1554,29 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Odjava @@ -1612,108 +1606,88 @@ The link will expire within 1 hour. My videos My videos - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists My playlists - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions My subscriptions - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videoposnetki - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscriptions - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel jobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - Popularno - src/app/menu/menu.component.html133 - - - Recently added - Nedavno dodano - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administracija @@ -1722,13 +1696,13 @@ The link will expire within 1 hour. About About - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Obvestila @@ -1739,9 +1713,9 @@ The link will expire within 1 hour. Notifications Obvestila - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1949,7 +1923,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1957,17 +1931,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Datum objave @@ -2172,12 +2140,14 @@ The link will expire within 1 hour. Remove banner Remove banner src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - ratio 6/1, recommended size: 1600x266, max size: , extensions: - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar Account avatar @@ -2225,12 +2195,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Channel @@ -2255,27 +2227,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2381,8 +2353,8 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2434,11 +2406,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2523,12 +2492,12 @@ The link will expire within 1 hour. Update Posodobi - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2538,13 +2507,13 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Ozadje videoposnetka @@ -2600,7 +2569,13 @@ The link will expire within 1 hour. Objavi - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2633,6 +2608,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -3119,13 +3100,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -3174,13 +3155,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3230,11 +3211,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3246,11 +3224,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3411,8 +3386,8 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3477,8 +3452,8 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3689,45 +3664,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3978,15 +3953,15 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4230,10 +4205,10 @@ The link will expire within 1 hour. Search Search - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4248,10 +4223,10 @@ The link will expire within 1 hour. Settings Settings - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4260,35 +4235,35 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4343,18 +4318,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4596,11 +4571,8 @@ The link will expire within 1 hour. 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Blur thumbnails @@ -4706,11 +4678,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4734,137 +4702,105 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Best videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Recently added videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Local videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4921,177 +4857,150 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -5100,54 +5009,44 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Basic configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -5199,8 +5098,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -5268,8 +5167,14 @@ The link will expire within 1 hour. Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5509,26 +5414,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5702,8 +5600,8 @@ color: red; Change ownership Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5791,13 +5689,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5907,8 +5805,8 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -6112,13 +6010,13 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel @@ -6147,13 +6045,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -6185,11 +6083,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 videos} other { videos}} @@ -6312,8 +6207,8 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. This channel does not have playlists. @@ -6715,18 +6610,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube About PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6881,8 +6776,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6896,13 +6791,13 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT PEERTUBE ACCOUNT @@ -6914,8 +6809,8 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Published @@ -6971,13 +6866,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -7100,17 +6995,45 @@ channel with the same name ()! thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7595,27 +7518,27 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7626,39 +7549,30 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Proceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7672,27 +7586,27 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7905,20 +7819,20 @@ channel with the same name ()! User updated. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8380,6 +8294,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8405,9 +8325,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8461,8 +8381,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -8523,8 +8443,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -8533,8 +8453,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8559,19 +8479,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8687,6 +8601,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8706,8 +8636,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON ON @@ -8716,23 +8646,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8838,17 +8768,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Search @@ -8870,83 +8800,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - month ago - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - week ago - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - day ago - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - hour ago - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9897,14 +9835,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -10590,8 +10528,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10767,47 +10705,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10816,8 +10754,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10826,23 +10764,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Next - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10856,33 +10794,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10891,13 +10829,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10911,13 +10849,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10926,9 +10864,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10956,11 +10894,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -11139,8 +11073,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Videos from your subscriptions @@ -11179,34 +11113,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Local videos - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.sq.xlf b/client/src/locale/angular.sq.xlf index d03e2131c..96d32e45d 100644 --- a/client/src/locale/angular.sq.xlf +++ b/client/src/locale/angular.sq.xlf @@ -2170,7 +2170,7 @@ 44 - + Homepage Faqe hyrëse @@ -2382,7 +2382,7 @@ 111 - + Trending Në modë @@ -2398,7 +2398,7 @@ 121 - + Recently added Shtuar së fundi @@ -5626,7 +5626,7 @@ 32 - + Instance information Të dhëna instance @@ -5882,7 +5882,7 @@ 216 - + Basic configuration Formësim bazë @@ -5922,7 +5922,7 @@ 263 - + Discover videos Zbuloni video @@ -5946,7 +5946,7 @@ 268 - + Recently added videos Video shtuar së fundi @@ -5954,7 +5954,7 @@ 269 - + Local videos Video vendore @@ -6210,7 +6210,7 @@ 539 - + Advanced configuration Formësim i mëtejshëm diff --git a/client/src/locale/angular.sr-Cyrl.xlf b/client/src/locale/angular.sr-Cyrl.xlf index f48d5a59b..1ab6e343b 100644 --- a/client/src/locale/angular.sr-Cyrl.xlf +++ b/client/src/locale/angular.sr-Cyrl.xlf @@ -1619,7 +1619,7 @@ 27 - + Discover videos Откријте видео @@ -1627,7 +1627,7 @@ 31 - + Trending pages Странице у тренду @@ -1695,7 +1695,7 @@ 59 - + Recently added videos Недавно додати видео записи @@ -1703,7 +1703,7 @@ 41 - + Local videos Локални видео записи @@ -2275,7 +2275,7 @@ 1 - + Instance information Информација и инстанци @@ -2283,7 +2283,7 @@ 7 - + Basic configuration Основна конфигурација @@ -2311,7 +2311,7 @@ 67 - + Advanced configuration Напредна конфигурација @@ -9074,7 +9074,7 @@ 43,44 - + Choose the appropriate license for your work. @@ -11386,7 +11386,7 @@ 123 - + Trending @@ -11394,7 +11394,7 @@ 132 - + Recently added diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf index 73f241540..dd1461ce3 100644 --- a/client/src/locale/angular.sv-SE.xlf +++ b/client/src/locale/angular.sv-SE.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Min visningshistorik - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Spara i @@ -237,19 +237,19 @@ Create Skapa - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. Följande länk innehåller en personlig nyckel och bör ej delas med någon annan. @@ -269,8 +269,8 @@ subtitles undertexter - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -324,16 +324,20 @@ video video - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + 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: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Din dagliga videokvot kommer överskridas av den här videon (videostorlek: , använt: , kvot:) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -349,14 +353,14 @@ Avbryt - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Ladda ner - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Anledning … @@ -372,11 +376,8 @@ No results. Inga resultat. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Skicka @@ -433,13 +434,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 tittare} other { tittare}} @@ -479,8 +477,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Inga videor} =1 {1 video} other { videor}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -541,19 +539,19 @@ Best Bästa A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history De senaste videorna med flest interaktioner, minus användarhistorik - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Ta bort - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos Endast direktsändningar @@ -565,17 +563,17 @@ Edit Redigera - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Kort förhandsvisning @@ -584,13 +582,13 @@ Hide Dölj - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Visa - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Full förhandsvisning @@ -815,8 +813,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers följare @@ -830,14 +828,16 @@ The upload failed Uppladdningen misslyckades - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted Anslutningen avbröts - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + The server encountered an error src/app/helpers/utils.ts 193 @@ -846,23 +846,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) Din fil kunde inte överföras inom tidsgränsen (vanligen 10 minuter) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) Din fil var för stor (maxstorlek: ) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User Användare - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Blockera - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -890,7 +890,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Blockera den här användaren @@ -1016,9 +1016,9 @@ Login Logga in - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Eller logga in med @@ -1154,8 +1154,8 @@ The link will expire within 1 hour. prenumeranter - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Välkommen till PeerTube, kära administratör! @@ -1287,9 +1287,9 @@ The link will expire within 1 hour. My settings Mina inställningar - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. De här inställningarna berör endast din session på den här instansen. @@ -1364,29 +1364,29 @@ The link will expire within 1 hour. Keyboard shortcuts Kortkommandon - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 drivs av PeerTube – CopyLeft 2015–2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Hjälp - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Få hjälp att använda PeerTube - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube drivs av PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Logga ut @@ -1416,108 +1416,88 @@ The link will expire within 1 hour. My videos Mina videor - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Mina importerade videor - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Mina spellistor - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Skapa en ny spellista - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Mina prenumerationer - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videor - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Gränssnitt: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Spellistor - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Prenumerationer - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Historik - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOR - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Samtidiga importjobb - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. tillåt import av flera videor samtidigt. ⚠️ Kräver en omstart av PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel samtidiga jobb - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Tillåt import via HTTP (t.ex. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Upptäck - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - Populärt - src/app/menu/menu.component.html133 - - - Recently added - Nyligen tillagt - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administration @@ -1526,13 +1506,13 @@ The link will expire within 1 hour. About Om - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Kontakt - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Se dina notifikationer @@ -1543,9 +1523,9 @@ The link will expire within 1 hour. Notifications Notifikationer - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Markera alla som lästa @@ -1749,142 +1729,143 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Display only src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Live videos + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + VOD videos + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Publiceringsdatum - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Ursprungligt publiceringsår - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... Efter … - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... Före … - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Längd - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Visa känsligt material - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes Ja - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No Nej - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Kategori - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Återställ - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Visa alla kategorier - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Licens - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Visa alla licenser - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Språk - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Visa alla språk - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Samtliga taggar - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags En av följande taggar - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Sök på - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Videoversum - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Återställ - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Filtrera - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Videokanaler @@ -1959,12 +1940,14 @@ The link will expire within 1 hour. Remove banner Ta bort baner src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - bildförhållande 6:1, rekommenderad storlek 1600×266, maxstorlek , utökningar - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar Kontots profilbild @@ -2012,25 +1995,26 @@ The link will expire within 1 hour. Videobeskrivningar kortas ofta ner och manuell åtgärd krävs för att visa hela. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Välj en lämplig licens för ditt verk. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kanal - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Offentlighetsstatus @@ -2042,27 +2026,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ Vanliga frågor - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Vanliga frågor om PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation API-dokumentation - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Schemalägg publicering () @@ -2166,8 +2150,8 @@ The link will expire within 1 hour. Captions Texter - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Förhandsvisning av video @@ -2219,11 +2203,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 video} other { videor}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2287,11 +2268,11 @@ The link will expire within 1 hour. Sorry, but something went wrong Någonting har tyvärr gått fel - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. Grattis, video kommer importeras! Du kan redan nu lägga till information om videon. @@ -2300,12 +2281,12 @@ The link will expire within 1 hour. Update Uppdatera - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Välj en fil att ladda upp @@ -2315,39 +2296,39 @@ The link will expire within 1 hour. Scheduled Schemalagd - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Dölj videon fram till ett datum - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Videons bakgrundsbild - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. Bilden kommer slås ihop med din ljudfil. Den valda bilden är slutgiltig och kommer inte kunna ändras. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Totalt antal videouppladdningar - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Behandlar … - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry Försök igen Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Total videokvot @@ -2359,19 +2340,25 @@ The link will expire within 1 hour. Grattis! Din video finns nu tillgänglig i ditt privata bibliotek. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished Du kan publicera när uppladdningen är klar - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish Publicera - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Uppladdning är inte aktiverat från ditt konto. Om du vill lägga upp videor, måste en administratör låsa upp din videokvot. @@ -2404,6 +2391,12 @@ The link will expire within 1 hour. Grattis, videon kommer importeras med BitTorrent! Du kan redan nu lägga till information om videon. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2868,13 +2861,13 @@ The link will expire within 1 hour. Lists Listor - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Betoning - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold fetstil @@ -2923,13 +2916,13 @@ The link will expire within 1 hour. Comment Kommentera - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Svara - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Markerad kommentar @@ -2972,11 +2965,8 @@ The link will expire within 1 hour. Renew token Förnya nyckel - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Nyckel förnyad. Uppdatera din klients konfiguration efter det. @@ -2988,11 +2978,8 @@ The link will expire within 1 hour. Applications Applikationer - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED PRENUMERATIONSFLÖDE @@ -3098,10 +3085,10 @@ The link will expire within 1 hour. Accept Godkänn - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Neka @@ -3143,8 +3130,8 @@ The link will expire within 1 hour. Unfollow Sluta följa - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Öppna instansen i en ny flik @@ -3205,8 +3192,8 @@ The link will expire within 1 hour. Create user Skapa användare - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Tabellparametrar @@ -3401,45 +3388,45 @@ The link will expire within 1 hour. Reports Anmälningar - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Blockerade videor - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Videokommentarer - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Ignorerade konton - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Ignorerade servrar - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Användare - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Inställningar - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Blockerade videor @@ -3674,13 +3661,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 anmälan} other { anmälningar}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3780,11 +3767,11 @@ The link will expire within 1 hour. Instance Instans - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Ignorerad på @@ -3890,10 +3877,10 @@ The link will expire within 1 hour. Search Sök - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Användare kan hämta fjärrinnehåll @@ -3908,10 +3895,10 @@ The link will expire within 1 hour. Settings Inställningar - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Visa inställningar @@ -3920,35 +3907,35 @@ The link will expire within 1 hour. Uninstall Avinstallera - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hett A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos De senaste videorna med flest interaktioner - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours De videor med flest visningar under det senaste dygnet - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Gilla-markeringar A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Mest gillade videor - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3960,14 +3947,15 @@ The link will expire within 1 hour. Popular Populära src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + for "" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {resultat} other {resultat} } @@ -3999,18 +3987,18 @@ The link will expire within 1 hour. Jobs Jobb - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Loggar - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Felsök - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Ta bort kommentar @@ -4247,11 +4235,8 @@ The link will expire within 1 hour. With Hide or Blur thumbnails, a confirmation will be requested to watch the video. Med Dölj eller Suddiga miniatyrer behövs en bekräftelse för att visa videon. - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Gör miniatyrbilden suddig @@ -4357,11 +4342,7 @@ The link will expire within 1 hour. till exempel 2vCore 2GB RAM eller en länk till den servertjänst du hyr src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instansinformation - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE UTSEENDE @@ -4385,137 +4366,105 @@ The link will expire within 1 hour. Startsida src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Upptäck videor - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trend-sidor - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Standardsida för populära videor - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Bästa videor - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Heta videor - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Mest visade videor - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Mest gillade videor - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Nyligen tillagda videor - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Lokala videor - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE MEDDELANDE TILL ANVÄNDARE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Visa ett meddelande på din instans - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Aktivera meddelande till användare - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Tillåt användare att avfärda meddelandet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Nivå för meddelande till användare - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Meddelande - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NYA ANVÄNDARE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Hantera användare för att ändra deras kvot individuellt. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Registrering kräver e-postverifikation - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Registreringsgräns - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {användare} other {användare}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Kontoregistrering kommer inte begränsas till ett förutbestämt antal användare. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Aktivera kontoregistrering - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Användare @@ -4572,177 +4521,150 @@ The link will expire within 1 hour. Default video quota per user Standardkvot för videor per användare - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes byte - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Standarduppladdningsgräns för användare - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Tillåt import via torrent-fil eller magnet-länk - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Användarnas videor kommer hållas privata tills en moderator har granskat dem, såvida användaren inte har markerats som betrodd. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Blockera nya videor automatiskt - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SÖKNING - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Låt användare använda en länk för att göra fjärrsökningar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Tillåt dina användare att söka efter videor, konton eller kanaler som möjligen inte är federerade med din instans - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Låt anonyma användare använda en länk för att göra fjärrsökningar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Tillåt anonyma användare att söka efter videor, konton eller kanaler som möjligen inte är federerade med din instans - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Den här funktionen beror på hur väl instanserna modereras i det sökregister du väljer. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. Du bör enbart använda modererade sökregister i produktionsmiljö, alternativt göra ett eget. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Sökregistrets webbadress - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Avaktivera lokal sökning i sökrutan - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Annars används den lokala sökfunktionen som standard - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Sökrutan använder det globala sökregistret som standard - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Aktivera global sökning - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Hantera kopplingar till andra instanser. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Andra instanser kan följa din - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Godkänn instansens nya följare manuellt - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Följ, per automatik, instanser som följer din - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Den här funktionen kräver mycket uppmärksamhet och extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Register-URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Följ instanser i ett offentligt register automatiskt - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL Se dokumentationen för mer information om den väntade webbadressen - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATÖRER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administratör @@ -4751,54 +4673,44 @@ The link will expire within 1 hour. Admin email Administratörens e-postadress - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Aktivera kontaktformulär - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Grundläggande inställningar - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Omkodning av video on demand - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Uppge ett Twitter-konto som representerar din instans för att förbättra förhandsvisningen av länkar. Du kan låta standardvärdet stå kvar om du inte har något konto. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Ditt användarnamn på Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instans godkänd av Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. När du delar en videolänk och instansen är godkänd av Twitter kommer en spelare bäddas in i Twitterflödet. Om instansen inte är godkänd kommer vi använda ett bildkort som länkar till din PeerTube-instans. Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på https://cards-dev.twitter.com/validator för att se om din instans är godkänd. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE DIREKT @@ -4850,8 +4762,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {direktsändning} other {direktsändningar}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Maximalt antal direktsändningar samtidigt per användare (-1 för ”obegränsat”) @@ -4919,8 +4831,14 @@ The link will expire within 1 hour. Live streaming Direktsändning - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5154,26 +5072,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Du kan inte tillåta återuppspelning i direktsändningar utan att slå på omkodning. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Avancerade inställningar - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Det finns fel i formuläret: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Uppdatera inställningar - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEOINSTÄLLNINGAR @@ -5342,8 +5253,8 @@ color: red; Change ownership Ändra ägarskap - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Välj nästa ägare @@ -5384,7 +5295,6 @@ color: red; Välj en kanal att överlåta videon till src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes Mina ändringar av ägarskap @@ -5424,13 +5334,13 @@ color: red; Account settings Kontoinställningar - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Spellista - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports Mina importer @@ -5535,8 +5445,8 @@ color: red; Delete your account Radera ditt konto - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Kanalsida @@ -5721,13 +5631,13 @@ color: red; Video channel videos Kanalens videor - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Kanalens spellistor - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Hantera kanal @@ -5756,13 +5666,13 @@ color: red; Verify account via email Bekräfta kontot via e-post - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Be om ett e-postmeddelande för att verifiera ditt konto - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Blockerad @@ -5794,11 +5704,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 prenumerant} other { prenumeranter}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 video} other { videor}} @@ -5915,8 +5822,8 @@ channel with the same name ()! Stats Statistik - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. Den här kanalen har inga spellistor. @@ -6249,18 +6156,18 @@ channel with the same name ()! About this instance Om den här instansen - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Om PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Om den här instansens nätverk - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Länk kopierad @@ -6392,8 +6299,8 @@ channel with the same name ()! Register Skaffa ett konto - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Ditt meddelande har skickats. @@ -6407,13 +6314,13 @@ channel with the same name ()! Account videos Kontots videor - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Sök efter videor från ett konto - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT PEERTUBE-KONTO @@ -6425,8 +6332,8 @@ channel with the same name ()! Account video channels Kontots kanaler - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Publicerade videor @@ -6480,13 +6387,13 @@ channel with the same name ()! Instances you follow Instanser du följer - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instanser som följer dig - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Endast ljud @@ -6609,17 +6516,45 @@ channel with the same name ()!thread tråd src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Konfigurering uppdaterad. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Du aktiverade registrering: vi slog på inställningen ”Blockera nya videos automatiskt” under rubriken ”Videor” nedan. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Redigera anpassade inställningar @@ -7083,25 +7018,25 @@ channel with the same name ()! You don't have plugins installed yet. Du har inga insticksprogram installerade än. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Du har inga teman installerade än. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Uppdatera till - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Vill du verkligen avinstallera ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Avinstallera @@ -7112,39 +7047,30 @@ channel with the same name ()! avinstallerad. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. Detta är en större uppgradering av tillägget. Gå till tilläggets webbplats för att hitta eventuella anmärkningar till uppdateringen. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Uppgradera - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Fortsätt uppgradering - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. uppdaterad. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobb @@ -7158,25 +7084,25 @@ channel with the same name ()! The plugin index is not available. Please retry later. Listan över insticksprogram är inte tillgänglig. Försök gärna igen senare. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Installera enbart insticksprogram eller teman du litar på, då de kan exekvera vilken kod som helst på din instans. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Installera ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installerad. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Inställningar uppdaterade. @@ -7383,18 +7309,18 @@ channel with the same name ()! User updated. Användaren uppdaterad. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Uppdatera användare - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Ett e-postmeddelande om lösenordsåterställning har skickats till . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Lista över användare @@ -7552,8 +7478,8 @@ channel with the same name ()! Ownership accepted Ägarskap accepterat - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Kolla din e-post för att bekräfta din nya adress. @@ -7814,8 +7740,8 @@ channel with the same name ()! Views for the day Visningar idag - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Uppdatera kanal @@ -7841,6 +7767,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7864,9 +7796,9 @@ channel with the same name ()! Update playlist Uppdatera spellista - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifikationer @@ -7914,8 +7846,8 @@ channel with the same name ()! Ownership changes Ändringar av ägarskap - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Vill du verkligen radera videor? @@ -7972,8 +7904,8 @@ channel with the same name ()! My abuse reports Mina anmälningar - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ändringar av ägarskap @@ -7982,8 +7914,8 @@ channel with the same name ()! My video history Min videohistorik - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Kanaler @@ -8008,19 +7940,13 @@ channel with the same name ()! Maximize editor Maximera redigerare - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Avsluta maximerad redigerare - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Kolla din e-post för att verifiera ditt konto och slutföra skapandet av ditt konto. @@ -8131,6 +8057,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Kortkommandon: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8150,8 +8092,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language vilket språk som helst - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON @@ -8160,36 +8102,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide dölj - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur gör suddig - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display visa - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown Okänd - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! Ditt lösenord har återställts! src/app/+reset-password/reset-password.component.ts47 - Today Idag - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Igår @@ -8228,25 +8169,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Last 7 days Senaste veckan - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days Senaste månaden - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days Senaste året - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + VOD videos src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Live videos src/app/+search/search-filters.component.ts 64 @@ -8255,44 +8200,44 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Kort (< 4 min) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Mellan (4–10 min) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Lång (> 10 min) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Relevans - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Publiceringsdatum - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views Visningar - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Sökregistret kan inte nås. Försöker igen med resultat från den här instansen istället. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Sökfel - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Sök @@ -8314,83 +8259,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular för år sedan - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - för - år sedan - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago för månader sedan - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - för - månad sedan - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago för veckor sedan - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - för - vecka sedan - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago för dagar sedan - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - för - dag sedan - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago för timmar sedan - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - för - timme sedan - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago för minuter sedan - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now alldeles nyss - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9340,14 +9293,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instansens språk - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Alla språk - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Dold @@ -10002,8 +9955,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Anmäl - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Ta bort @@ -10177,47 +10130,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Bild av Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Föregående - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Nästa - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Förra månaden - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Nästa månad - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Välj månad - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Välj år - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10226,8 +10179,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10236,23 +10189,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Första - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Föregående - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Nästa - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Sista - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10266,33 +10219,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Timmar - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minuter - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Lägg till timmar - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Dra från timmar - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Lägg till minuter - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Dra från minuter @@ -10301,13 +10254,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Sekunder - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Lägg till sekunder @@ -10321,13 +10274,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Stäng @@ -10336,48 +10289,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Videon att importera har uppdaterats. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Din video har laddats upp till ditt konto och är privat. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Men associerad data (taggar, beskrivning …) kommer försvinna, är du säker på att du vill lämna sidan? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? Din video har inte laddats upp än, vill du lämna sidan? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Ladda upp - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload Ladda upp - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Uppladdningen avbröts - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Videon har publicerats. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + 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. @@ -10529,8 +10476,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Nyligen tillagt - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Videor från dina prenumerationer @@ -10569,34 +10516,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Lokala videor - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Upptäck videor - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Populära videor - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Nyligen tillagda videor - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Ladda upp en video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Redigera en video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf index 5df0b5050..8fef4dc48 100644 --- a/client/src/locale/angular.ta.xlf +++ b/client/src/locale/angular.ta.xlf @@ -313,10 +313,10 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch historyMy watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Save to @@ -394,12 +394,12 @@ - src/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.html81src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8 + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -416,7 +416,7 @@ subtitles subtitles - src/app/shared/shared-video-miniature/video-download.component.html11 + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -491,13 +491,13 @@ Cancel - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Download - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... காரணம்... @@ -513,11 +513,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Submit @@ -575,13 +572,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}}{VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} src/app/shared/shared-video/video-views-counter.component.html @@ -621,7 +615,7 @@ videos} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -686,17 +680,17 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete அழித்திடு - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -724,10 +718,10 @@ src/app/shared/shared-forms/markdown-textarea.component.html11 HideHide - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 ShowShow - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Complete preview @@ -951,7 +945,7 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -982,12 +976,12 @@ src/app/helpers/utils.ts200 UserUser - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban ரத்து - src/app/shared/shared-moderation/user-ban-modal.component.html3 + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -1015,7 +1009,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user இந்த பயணரை ரத்து செய் @@ -1140,7 +1134,7 @@ உள்நுழை - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Or sign in with @@ -1281,7 +1275,7 @@ The link will expire within 1 hour. subscribers - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Welcome to PeerTube, dear administrator! @@ -1436,7 +1430,7 @@ The link will expire within 1 hour. My settingsMy settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance.These settings apply only to your session on this instance. src/app/modal/quick-settings-modal.component.html @@ -1525,26 +1519,26 @@ The link will expire within 1 hour. Keyboard shortcuts Keyboard shortcuts - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Help - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out @@ -1569,90 +1563,70 @@ The link will expire within 1 hour. My videosMy videos - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video importsMy video imports - src/app/+my-library/my-library-routing.module.ts90 + src/app/+my-library/my-library-routing.module.ts89 My playlistsMy playlists - src/app/+my-library/my-library-routing.module.ts40 + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlistCreate a new playlist - src/app/+my-library/my-library-routing.module.ts49 + src/app/+my-library/my-library-routing.module.ts48 My subscriptionsMy subscriptions - src/app/+my-library/my-library-routing.module.ts99 + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videos - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Playlists - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Subscriptions - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEOS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube)Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trending - - src/app/menu/menu.component.html133 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + - - Recently added - சமீபத்தியவை - - src/app/menu/menu.component.html138 Administration Administration @@ -1663,12 +1637,12 @@ The link will expire within 1 hour. எங்களைப் பற்றி - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1679,7 +1653,7 @@ The link will expire within 1 hour. Notifications - src/app/menu/notification.component.html22src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1858,7 +1832,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1866,17 +1840,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Published date @@ -2077,10 +2045,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2124,10 +2095,13 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. - src/app/+videos/+video-edit/shared/video-edit.component.html43 - Choose the appropriate license for your work. Choose the appropriate license for your work. - - src/app/+videos/+video-edit/shared/video-edit.component.html79 + src/app/+videos/+video-edit/shared/video-edit.component.html43 + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + + Channel Channel @@ -2149,27 +2123,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2267,7 +2241,7 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2307,11 +2281,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2398,7 +2369,7 @@ The link will expire within 1 hour. - src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2408,12 +2379,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2467,7 +2438,13 @@ The link will expire within 1 hour. Publish Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2502,7 +2479,13 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Cannot create live because this instance have too many created livesCannot create live because this instance have too many created lives src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts96 @@ -2970,10 +2953,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html19 ListsLists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 EmphasisEmphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 boldbold src/app/+videos/+video-watch/comment/video-comment-add.component.html23 @@ -3010,10 +2993,10 @@ The link will expire within 1 hour. src/app/+videos/+video-watch/comment/video-comment-add.component.html83 CommentComment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 ReplyReply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3059,11 +3042,8 @@ The link will expire within 1 hour. Renew tokenRenew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 @@ -3071,11 +3051,8 @@ The link will expire within 1 hour. ApplicationsApplications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -3251,7 +3228,7 @@ The link will expire within 1 hour. src/app/+admin/follows/following-list/following-list.component.html34 UnfollowUnfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3313,7 +3290,7 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3515,25 +3492,25 @@ The link will expire within 1 hour. src/app/+my-account/my-account.component.ts28src/app/+admin/admin.component.ts47 ReportsReports - src/app/+admin/admin.component.ts53src/app/+admin/moderation/moderation.routes.ts37 + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocksVideo blocks - src/app/+admin/admin.component.ts60 + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video commentsVideo comments - src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86 + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accountsMuted accounts - src/app/+my-account/my-account.component.ts31src/app/+my-account/my-account-routing.module.ts86src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98 + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted serversMuted servers - src/app/+my-account/my-account.component.ts36src/app/+my-account/my-account-routing.module.ts95src/app/+admin/admin.component.ts81 + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 UsersUsers - src/app/+admin/admin.component.ts88 + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 ConfigurationConfiguration - src/app/+admin/admin.component.ts95 + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3768,14 +3745,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4015,7 +3992,7 @@ The link will expire within 1 hour. Search - src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/+admin/plugins/plugins.component.html5 + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4033,7 +4010,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4043,24 +4020,24 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 HotHot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 LikesLikes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likesVideos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4120,17 +4097,17 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this commentDelete this comment src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts75 @@ -4333,11 +4310,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4444,11 +4418,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 + APPEARANCE APPEARANCE @@ -4471,120 +4441,90 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - Trending pagesTrending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + Default trending pageDefault trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videosHot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videosMost viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Local videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}}{VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users பயணர்கள் @@ -4642,141 +4582,117 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instanceAllow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instanceAllow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4784,28 +4700,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4815,42 +4728,35 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD TranscodingVOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username உங்கள் Twitter பயணர்பெயர் - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVELIVE @@ -4901,7 +4804,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}}{VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -4947,7 +4850,13 @@ The link will expire within 1 hour. Live streamingLive streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5160,25 +5069,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS @@ -5358,7 +5260,7 @@ color: red; Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5438,10 +5340,10 @@ color: red; src/app/+my-library/my-ownership/my-ownership.component.html78 Account settingsAccount settings - src/app/+my-account/my-account-routing.module.ts29 + src/app/+my-account/my-account-routing.module.ts28 Playlist elementsPlaylist elements - src/app/+my-library/my-library-routing.module.ts58 + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5549,7 +5451,7 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page @@ -5750,10 +5652,10 @@ color: red; src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html14 Video channel videosVideo channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlistsVideo channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5781,10 +5683,10 @@ color: red; src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html20 Verify account via emailVerify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you accountAsk to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5812,11 +5714,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5919,7 +5818,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6337,13 +6236,13 @@ channel with the same name ()! About this instanceAbout this instance - src/app/+about/about-routing.module.ts26 + src/app/+about/about-routing.module.ts24 About PeerTubeAbout PeerTube - src/app/+about/about-routing.module.ts38 + src/app/+about/about-routing.module.ts36 About this instance's networkAbout this instance's network - src/app/+about/about-routing.module.ts47 + src/app/+about/about-routing.module.ts45 Link copiedLink copied src/app/+about/about-instance/about-instance.component.ts91 @@ -6501,7 +6400,7 @@ channel with the same name ()! src/app/+signup/+register/register-step-terms.component.html6 RegisterRegister - src/app/+signup/+register/register-routing.module.ts14 + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. @@ -6516,10 +6415,10 @@ channel with the same name ()! Account videosAccount videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within accountSearch videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6528,7 +6427,7 @@ channel with the same name ()! Account video channelsAccount video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos Published @@ -6574,12 +6473,12 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6676,15 +6575,43 @@ channel with the same name ()! src/app/+admin/config/edit-custom-config/edit-configuration.service.ts86 threadthread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configurationEdit custom configuration src/app/+admin/config/config.routes.ts26 @@ -7139,12 +7066,12 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to @@ -7153,14 +7080,14 @@ channel with the same name ()! - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 UninstallUninstall src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts112 @@ -7172,25 +7099,16 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. @@ -7199,7 +7117,7 @@ channel with the same name ()! updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 JobsJobs src/app/+admin/system/system.routes.ts26 @@ -7210,19 +7128,19 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. @@ -7231,7 +7149,7 @@ channel with the same name ()! installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7410,19 +7328,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users listUsers list src/app/+admin/users/users.routes.ts27 @@ -7846,6 +7764,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interactionRemote interaction @@ -7867,7 +7791,7 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 NotificationsNotifications src/app/+my-account/my-account.component.ts55src/app/+my-account/my-account-routing.module.ts109 @@ -7912,7 +7836,7 @@ channel with the same name ()! src/app/+my-library/my-videos/my-videos.component.html4 Ownership changesOwnership changes - src/app/+my-library/my-videos/my-videos.component.html16 + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -7980,7 +7904,7 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -7988,7 +7912,7 @@ channel with the same name ()! src/app/+my-library/my-library-routing.module.ts108 My video historyMy video history - src/app/+my-library/my-library-routing.module.ts118 + src/app/+my-library/my-library-routing.module.ts117 ChannelsChannels src/app/+my-library/my-library.component.ts47 @@ -8007,17 +7931,11 @@ channel with the same name ()! src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts47src/app/shared/shared-forms/preview-upload.component.ts39 Maximize editorMaximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editorExit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8133,7 +8051,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: - src/app/core/hotkeys/hotkeys.component.ts11 + src/app/core/hotkeys/hotkeys.component.ts11 + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Success Success @@ -8154,7 +8088,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON src/app/menu/menu.component.html124 @@ -8162,22 +8096,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8267,17 +8201,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 SearchSearch src/app/+search/search-routing.module.ts15src/app/+search/search.component.ts242src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 @@ -8295,16 +8229,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - - year ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + + months ago @@ -8313,16 +8249,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - - month ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + + weeks ago @@ -8331,16 +8269,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - - week ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + + days ago @@ -8349,16 +8285,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - - day ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + + hours ago @@ -8367,16 +8301,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - - hour ago - - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + + min ago @@ -8385,12 +8317,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 + src/app/shared/shared-main/angular/from-now.pipe.ts39 @@ -9297,13 +9229,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -9976,7 +9908,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts302 ReportReport - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 RemoveRemove src/app/+videos/+video-watch/comment/video-comment.component.ts186 @@ -10137,49 +10069,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular p"/> Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous monthPrevious month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next monthNext month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select monthSelect month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select yearSelect year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «««« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts186 »» - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »»»» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts201 FirstFirst - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 PreviousPrevious - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 NextNext - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 LastLast - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts31 @@ -10188,31 +10120,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts40 HoursHours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MMMM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 MinutesMinutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hoursIncrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hoursDecrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutesIncrement minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutesDecrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts82 SSSS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 SecondsSeconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment secondsIncrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts98 @@ -10221,10 +10153,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts105 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 CloseClose node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts76 @@ -10233,7 +10165,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10261,11 +10193,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -10435,7 +10363,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently addedRecently added - src/app/+videos/video-list/video-recently-added.component.ts37 + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 @@ -10465,22 +10393,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videosLocal videos - src/app/+videos/videos-routing.module.ts72src/app/+videos/video-list/video-local.component.ts37 + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videosDiscover videos - src/app/+videos/videos-routing.module.ts23 + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videosTrending videos - src/app/+videos/videos-routing.module.ts32 + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videosRecently added videos - src/app/+videos/videos-routing.module.ts45 + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a videoUpload a video - src/app/+videos/videos-routing.module.ts85 + src/app/+videos/videos-routing.module.ts83 Edit a videoEdit a video - src/app/+videos/videos-routing.module.ts94 + src/app/+videos/videos-routing.module.ts92 \ No newline at end of file diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf index 3fabafaed..bc987f66d 100644 --- a/client/src/locale/angular.th-TH.xlf +++ b/client/src/locale/angular.th-TH.xlf @@ -254,13 +254,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history My watch history - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to บันทึกไปยัง @@ -323,19 +323,19 @@ Create สร้าง - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video วิดีโอ - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -351,8 +351,8 @@ subtitles คำบรรยายใต้ภาพ - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Format @@ -429,14 +429,14 @@ ยกเลิก - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download ดาวน์โหลด - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... เหตุผล... @@ -450,11 +450,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit ส่ง @@ -513,13 +510,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {ผู้ชม 1 คน} other {ผู้ชม คน}} @@ -561,8 +555,8 @@ {VAR_PLURAL, plural, =0 {ไม่มีวิดีโอ} =1 {1 วิดีโอ} other { วิดีโอ} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -629,18 +623,18 @@ ดีที่สุด A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete ลบ - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -669,13 +663,13 @@ Hide ซ่อน - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show แสดง - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview ตัวอย่างเต็ม @@ -915,8 +909,8 @@ Federation รวมเว็บไซต์อื่น - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers เว็บไซต์อื่นที่ติดตามเว็บไซต์นี้ @@ -957,12 +951,12 @@ User ผู้ใช้ - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban แบน - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -991,7 +985,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user แบนผู้ใช้นี้ @@ -1121,7 +1115,7 @@ เข้าสู่ระบบ - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with หรือเข้าสู่ระบบด้วย @@ -1260,7 +1254,7 @@ The link will expire within 1 hour. คน - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! ยินดีต้อนรับสู่ PeerTube @@ -1415,7 +1409,7 @@ The link will expire within 1 hour. การตั้งค่าของฉัน - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1498,27 +1492,27 @@ The link will expire within 1 hour. ปุ่มลัดคีย์บอร์ด - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 ขับเคลื่อนโดย PeerTube - กอปปีเลฟต์ 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help ช่วยเหลือ - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube ขอความช่วยเหลือในการใช้งาน PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube ขับเคลื่อนโดย PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out ออกจากระบบ @@ -1550,106 +1544,86 @@ The link will expire within 1 hour. วิดีโอของฉัน - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists เพลย์ลิสต์ของฉัน - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist สร้างเพลย์ลิสต์ใหม่ - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions การติดตามของฉัน - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos วิดีโอ - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: อินเตอร์เฟซ: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists เพลย์ลิสต์ - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions การติดตาม - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History ประวัติ - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS วิดีโอ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel jobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover สำรวจ - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - มาแรง - - src/app/menu/menu.component.html133 - - Recently added - เพิ่งเผยแพร่ - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration การดูแล @@ -1660,12 +1634,12 @@ The link will expire within 1 hour. เกี่ยวกับ - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact ติดต่อ - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications ดูการแจ้งเตือนของคุณ @@ -1676,9 +1650,9 @@ The link will expire within 1 hour. Notifications การแจ้งเตือน - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read ระบุทั้งหมดว่าอ่านแล้ว @@ -1872,7 +1846,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1880,17 +1854,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date วันที่เผยแพร่ @@ -2075,10 +2043,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2118,12 +2089,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. คำอธิบายวิดีโอจะถูกย่อเป็นค่าเริ่มต้น ต้องกดเพื่อขยายคำอธิบายด้วยตนเอง src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - เลือกสัญญาอนุญาตที่เหมาะสมกับงานของคุณ - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel ช่อง @@ -2148,27 +2121,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ คำถามที่พบบ่อย - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube คำถามที่พบบ่อยเกี่ยวกับ PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () ตั้งเวลาเผยแพร่ ( @@ -2273,8 +2246,8 @@ The link will expire within 1 hour. Captions คำบรรยายเสียง - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview ตัวอย่างวิดีโอ @@ -2314,11 +2287,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2396,12 +2366,12 @@ The link will expire within 1 hour. Update อัปเดต - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload เลือกไฟล์ที่ต้องการอัปโหลด @@ -2412,12 +2382,12 @@ The link will expire within 1 hour. Scheduled กำหนดเวลาเผยแพร่ - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date ซ่อนวิดีโอจนถึงวันที่กำหนด - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image ภาพพื้นหลังวิดีโอ @@ -2467,7 +2437,13 @@ The link will expire within 1 hour. เผยแพร่ - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. ขออภัย คุณสมบัติการอัปโหลดถูกปิดใช้งานสำหรับบัญชีของคุณ หากคุณต้องการเพิ่มวิดีโอ ผู้ดูแลระบบต้องปลดล็อกโควต้าของคุณก่อน @@ -2498,6 +2474,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. ยินดีด้วย วิดีโอจะถูกนำเข้าด้วย BitTorrent! คุณสามารถเพิ่มข้อมูลเกี่ยวกับวิดีโอนี้ได้เลย src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2972,13 +2954,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -3027,13 +3009,13 @@ The link will expire within 1 hour. Comment แสดงความคิดเห็น - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply ตอบกลับ - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment ความคิดเห็นที่ถูกเน้น @@ -3083,11 +3065,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3099,11 +3078,8 @@ The link will expire within 1 hour. Applications แอปพลิเคชั่น - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3288,7 +3264,7 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3351,8 +3327,8 @@ The link will expire within 1 hour. Create user สร้างผู้ใช้ - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3566,45 +3542,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments ความคิดเห็นในวิดีโอ - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3846,14 +3822,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4094,10 +4070,10 @@ The link will expire within 1 hour. Search ค้นหา - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content ผู้ใช้สามารถค้นหาเนื้อหาที่อยู่บนเว็บไซต์อื่นได้ @@ -4115,7 +4091,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings การตั้งค่าการแสดงผล @@ -4125,34 +4101,34 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot เป็นกระแส A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes จำนวนการชอบ A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes วิดีโอที่มีจำนวนการชอบมากที่สุด - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4205,18 +4181,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment ลบความคิดเห็นนี้ @@ -4454,11 +4430,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4566,11 +4539,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - ข้อมูลเว็บไซต์ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4594,137 +4563,105 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - สำรวจวิดีโอ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos วิดีโอที่ดีที่สุด - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos วิดีโอที่เป็นกระแส - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos วิดีโอที่รับชมมากที่สุด - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos วิดีโอที่มีจำนวนการชอบมากที่สุด - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - วิดีโอที่เพิ่งเผยแพร่ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - วิดีโอในเว็บไซต์นี้ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4781,177 +4718,150 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH ค้นหา - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4960,54 +4870,44 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Basic configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE สด @@ -5059,8 +4959,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -5128,8 +5028,14 @@ The link will expire within 1 hour. Live streaming การแพร่ภาพสด - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5370,26 +5276,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS การตั้งค่าวิดีโอ @@ -5561,8 +5460,8 @@ color: red; Change ownership เปลี่ยนเจ้าของ - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner เลือกเจ้าของคนถัดไป @@ -5641,13 +5540,13 @@ color: red; Account settings การตั้งค่าบัญชี - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5753,8 +5652,8 @@ color: red; Delete your account ลบบัญชีของคุณ - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -5947,12 +5846,12 @@ color: red; Video channel videos วิดีโอจากช่องวิดีโอ - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5978,13 +5877,13 @@ color: red; Verify account via email ยืนยันบัญชีผ่านอีเมล - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned ถูกแบน @@ -6012,11 +5911,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6121,7 +6017,7 @@ channel with the same name ()! Stats สถิติ - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6508,18 +6404,18 @@ channel with the same name ()! About this instance เกี่ยวกับเว็บไซต์นี้ - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube เกี่ยวกับ PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network เกี่ยวกับเครือข่ายของเว็บไซต์นี้ - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied คัดลอกลิงก์แล้ว @@ -6650,8 +6546,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. ข้อความของคุณถูกส่งแล้ว @@ -6667,12 +6563,12 @@ channel with the same name ()! Account videos วิดีโอในบัญชี - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6683,7 +6579,7 @@ channel with the same name ()! Account video channels ช่องวิดีโอในบัญชี - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6745,13 +6641,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only เฉพาะเสียง @@ -6874,17 +6770,45 @@ channel with the same name ()! thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. อัปเดตการตั้งค่าแล้ว - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7370,26 +7294,26 @@ channel with the same name ()! You don't have plugins installed yet. คุณไม่ได้ติดตั้งปลั๊กอิน - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. คุณไม่ได้ติดตั้งธีม - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to อัปเดตเป็น - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? คุณต้องการถอนการติดตั้ง หรือไม่ - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7401,32 +7325,23 @@ channel with the same name ()! แล้ว - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. อัปเดต แล้ว - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7441,26 +7356,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Install ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. อัปเดตการตั้งค่าแล้ว @@ -7655,20 +7570,20 @@ channel with the same name ()! User updated. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8122,6 +8037,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8147,9 +8068,9 @@ channel with the same name ()! Update playlist อัปเดตเพลย์ลิสต์ - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications การแจ้งเตือน @@ -8203,8 +8124,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? คุณต้องการลบ @@ -8267,8 +8188,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes การเปลี่ยนเจ้าของ @@ -8277,8 +8198,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels ช่อง @@ -8303,19 +8224,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. กรุณาตรวจสอบอีเมลของคุณเพื่อยืนยันบัญชีและเสร็จสิ้นการลงทะเบียน @@ -8431,6 +8346,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: ปุ่มลัดคีย์บอร์ด: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8451,7 +8382,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language ภาษาใดก็ได้ - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON บน @@ -8461,22 +8392,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide ซ่อน - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur เบลอ - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display แสดง - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown ไม่รู้จัก - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! รีเซ็ตรหัสผ่านเรียบร้อย @@ -8582,17 +8513,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular จำนวนการดู - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error เกิดข้อผิดพลาดในการค้นหา - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search การค้นหา @@ -8611,83 +8542,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular ปีที่ผ่านมา - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - ปีที่ผ่านมา - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago เดือนที่ผ่านมา - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - เดือนที่ผ่านมา - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago สัปดาห์ที่ผ่านมา - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - สัปดาห์ที่ผ่านมา - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago วันที่ผ่านมา - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - วันที่ผ่านมา - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago ชั่วโมงที่ผ่านมา - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - ชั่วโมงที่ผ่านมา - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago นาทีที่ผ่านมา - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec วิ @@ -9636,13 +9575,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages ภาษาเว็บไซต์ - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages ทุกภาษา - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden ซ่อน @@ -10318,8 +10257,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10491,47 +10430,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous ก่อนหน้า - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next ถัดไป - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month เดือนก่อนหน้า - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month เดือนถัดไป - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month เลือกเดือน - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year เลือกปี - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10541,7 +10480,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10551,22 +10490,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First แรก - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous ก่อนหน้า - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next ถัดไป - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last สุดท้าย - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10580,33 +10519,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours ชั่วโมง - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10615,13 +10554,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds วินาที - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10635,13 +10574,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10652,7 +10591,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. วิดีโอของคุณถูกอัปโหลดไปยังบัญชีของคุณและเป็นส่วนตัวแล้ว @@ -10680,11 +10619,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - ยกเลิกการอัปโหลดแล้ว - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. เผยแพร่วิดีโอแล้ว @@ -10843,8 +10778,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added เพิ่งเผยแพร่ - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions วิดีโอจากช่องที่คุณติดตาม @@ -10883,34 +10818,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos วิดีโอในเว็บไซต์นี้ - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos สำรวจวิดีโอ - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos วิดีโอมาแรง - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos วิดีโอที่เพิ่งเผยแพร่ - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video อัปโหลดวิดีโอ - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf index 206c82240..b91446370 100644 --- a/client/src/locale/angular.tr-TR.xlf +++ b/client/src/locale/angular.tr-TR.xlf @@ -248,13 +248,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history İzleme geçmişim - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Şuraya kaydet @@ -324,19 +324,19 @@ Create Oluştur - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -352,8 +352,8 @@ subtitles altyazılar - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Biçim @@ -426,14 +426,14 @@ Cancel Kapat - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download İndir - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Sebep... @@ -445,11 +445,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Gönder @@ -508,13 +505,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -554,8 +548,8 @@ {VAR_PLURAL, plural, =0 {Video yok} =1 {1 video} other { video} } - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -618,16 +612,16 @@ BestBest A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user historyVideos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Sil - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -656,13 +650,13 @@ Hide Gizle - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Göster - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Tamamen önizle @@ -891,8 +885,8 @@ Federation Federation - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers followers @@ -933,12 +927,12 @@ User Kullanıcı - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Yasakla - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. A banned user will no longer be able to login. @@ -965,7 +959,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Bu kullanıcıyı yasakla @@ -1098,7 +1092,7 @@ Oturum aç - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Ya da şununla oturum aç @@ -1230,7 +1224,7 @@ The link will expire within 1 hour. subscribers abone - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! PeerTube'a hoş geldin, sevgili yönetici! @@ -1364,7 +1358,7 @@ The link will expire within 1 hour. Ayarlarım - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1449,27 +1443,27 @@ The link will expire within 1 hour. Klavye kısayolları - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Yardım - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Get help using PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Çıkış yap @@ -1501,100 +1495,80 @@ The link will expire within 1 hour. Videolarım - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports My video imports - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Oynatma listelerim - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Yeni bir oynatma listesi oluştur - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Aboneliklerim - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Videolar - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Arayüz: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Oynatma listeleri - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Abonelikler - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Geçmiş - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VİDEOLAR - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrencyImport jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in paralleljobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Keşfet - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Öne çıkanlar - - src/app/menu/menu.component.html133 - - Recently added - Son eklenenler - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Yönetim @@ -1605,12 +1579,12 @@ The link will expire within 1 hour. Hakkında - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact İletişim - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications Bildirimlerinize bakın @@ -1621,9 +1595,9 @@ The link will expire within 1 hour. Notifications Bildirimler - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Hepsini okundu olarak işaretle @@ -1819,7 +1793,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1827,17 +1801,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Yayın tarihi @@ -2029,10 +1997,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -2072,12 +2043,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kanal @@ -2103,27 +2076,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ SSS - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube PeerTube hakkında sık sorulan sorular - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Schedule publication ( @@ -2226,8 +2199,8 @@ The link will expire within 1 hour. Captions Alt yazılar - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2267,11 +2240,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2351,12 +2321,12 @@ The link will expire within 1 hour. Update Güncelle - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Yüklenecek dosyayı seçin @@ -2367,12 +2337,12 @@ The link will expire within 1 hour. Scheduled Sıraya alındı - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Videoyu belirli bir tarihe dek gizle - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Videonun arkaplan resmi @@ -2420,7 +2390,13 @@ The link will expire within 1 hour. Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2451,6 +2427,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2916,13 +2898,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Vurgu - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold kalın @@ -2971,13 +2953,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -3027,11 +3009,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3043,11 +3022,8 @@ The link will expire within 1 hour. Applications Uygulamalar - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED ABONELİK AKIŞI @@ -3232,7 +3208,7 @@ The link will expire within 1 hour. Unfollow Takipten çık - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3295,8 +3271,8 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3506,45 +3482,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video yorumları - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Kullanıcılar - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3784,14 +3760,14 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports} } - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -4035,10 +4011,10 @@ The link will expire within 1 hour. Search Ara - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -4056,7 +4032,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -4066,19 +4042,19 @@ The link will expire within 1 hour. Uninstall Kaldır - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videosVideos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hoursVideos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 @@ -4086,12 +4062,12 @@ The link will expire within 1 hour. Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. To load your new installed plugins or themes, refresh the page. @@ -4140,18 +4116,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Bu yorumu sil @@ -4394,11 +4370,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4509,11 +4482,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE GÖRÜNÜM @@ -4536,131 +4505,99 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Videoları keşfet - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - Trending pages - Trending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videosBest videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos En çok izlenen videolar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos En beğenilen videolar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - Recently added videos - En son eklenen videolar - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - Local videos - Yerel videolar - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS YENİ KULLANICILAR - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users.Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4718,142 +4655,118 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytesbytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4861,28 +4774,25 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS YÖNETİCİLER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Yönetici @@ -4892,44 +4802,37 @@ The link will expire within 1 hour. Admin email Yönetici e-postası - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - Basic configuration - Basic configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Twitter kullanıcı adınız - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 @@ -4996,7 +4896,7 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html @@ -5066,7 +4966,13 @@ The link will expire within 1 hour. Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34src/app/shared/shared-instance/instance-features-table.component.html67 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + + TRANSCODING TRANSCODING @@ -5300,25 +5206,18 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - Advanced configuration - Advanced configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VİDEO AYARLARI @@ -5490,8 +5389,8 @@ color: red; Change ownership Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5565,13 +5464,13 @@ color: red; Account settings Hesap ayarları - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5677,8 +5576,8 @@ color: red; Delete your account Hesabınızı silin - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Kanal sayfası @@ -5870,12 +5769,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5901,13 +5800,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Yasaklı @@ -5935,11 +5834,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -6044,7 +5940,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6443,18 +6339,18 @@ channel with the same name ()! About this instance About this instance - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube PeerTube hakkında - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Bağlantı kopyalandı @@ -6587,8 +6483,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6604,12 +6500,12 @@ channel with the same name ()! Account videos Hesabın videoları - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Hesaptaki videoları ara - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6620,7 +6516,7 @@ channel with the same name ()! Account video channels Hesabın video kanalları - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6680,13 +6576,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Yalnızca ses @@ -6799,17 +6695,45 @@ channel with the same name ()! thread thread - src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7285,26 +7209,26 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Do you really want to uninstall ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Kaldır @@ -7314,30 +7238,21 @@ channel with the same name ()! uninstalled. kaldırıldı. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. güncellendi. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7352,22 +7267,22 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? yüklensin mi? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. yüklendi. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Ayarlar güncellendi. @@ -7563,19 +7478,19 @@ channel with the same name ()! updated. - src/app/+admin/users/user-edit/user-update.component.ts86 + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -8025,6 +7940,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8050,9 +7971,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Bildirimler @@ -8106,8 +8027,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Do you really want to delete @@ -8168,8 +8089,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -8178,8 +8099,8 @@ channel with the same name ()! My video history Video geçmişim - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Kanallar @@ -8204,19 +8125,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8332,6 +8247,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Klavye Kısayolları: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8352,7 +8283,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language herhangi bir dil - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8362,22 +8293,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide gizle - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur bulanıklaştır - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display göster - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Bilinmiyor - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Şifreniz başarıyla sıfırlandı! @@ -8483,17 +8414,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Görüntülemeler - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8512,81 +8443,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular yıl önce - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - yıl önce - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago ay önce - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - ay önce - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago hafta önce - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - hafta önce - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago gün önce - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - gün önce - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago saat önce - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - saat önce - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago dakika önce - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now az önce - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec sn @@ -9514,13 +9455,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Bütün diller - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Gizli @@ -10200,8 +10141,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report İhbar et - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10375,46 +10316,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Önceki - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Sonraki - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Geçen ay - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Gelecek ay - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Ay seçin - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Yıl seçin - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10424,7 +10365,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10434,22 +10375,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First İlk - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Önceki - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Sonraki - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Son - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10464,32 +10405,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Saat - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Dakika - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10499,12 +10440,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Saniye - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10519,12 +10460,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Close @@ -10535,7 +10476,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10563,11 +10504,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Yükleme iptal edildi - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video yayınlandı. @@ -10744,8 +10681,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Son eklenenler - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Aboneliklerinizden videolar @@ -10784,34 +10721,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Local videos - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Videoları keşfet - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Öne çıkan videolar - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos En son eklenen videolar - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Bir video yükle - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Bir video düzenle - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.tzm.xlf b/client/src/locale/angular.tzm.xlf index cd38e3610..c85621056 100644 --- a/client/src/locale/angular.tzm.xlf +++ b/client/src/locale/angular.tzm.xlf @@ -514,7 +514,7 @@ 1 - + Trending @@ -530,7 +530,7 @@ 137 - + Recently added @@ -538,7 +538,7 @@ 142 - + Local videos @@ -13556,7 +13556,7 @@ video size: , used: 43,44 - + Choose the appropriate license for your work. @@ -14236,7 +14236,7 @@ video size: , used: 1 - + Instance information @@ -14244,7 +14244,7 @@ video size: , used: 7 - + Basic configuration @@ -14260,7 +14260,7 @@ video size: , used: 701 - + Advanced configuration @@ -14500,7 +14500,7 @@ video size: , used: 268 - + Discover videos @@ -14524,7 +14524,7 @@ video size: , used: 273 - + Recently added videos diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf index 1f59d3f75..c2da48360 100644 --- a/client/src/locale/angular.uk-UA.xlf +++ b/client/src/locale/angular.uk-UA.xlf @@ -164,13 +164,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Моя історія перегляду - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Зберегти в @@ -233,19 +233,19 @@ Create Створити - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video відео - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -261,8 +261,8 @@ subtitles субтитри - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Формат @@ -337,14 +337,14 @@ Cancel Скасувати - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Завантажити - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Причина... @@ -356,11 +356,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Підтвердити @@ -417,13 +414,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 глядач} few { глядачі} many { глядачів} other { глядачів}} @@ -461,8 +455,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Немає відео} =1 {1 відео} other { відео}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -523,18 +517,18 @@ Найкраще A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Відео з найбільшою кількістю взаємодій для недавніх відео, за винятком історії користувачів - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Видалити - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -563,13 +557,13 @@ Hide Сховати - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Показати - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Готовий попередній перегляд @@ -794,8 +788,8 @@ Federation Федерація - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers підписники @@ -836,12 +830,12 @@ User User - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Заблокувати - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -870,7 +864,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Заблокувати цього користувача @@ -996,7 +990,7 @@ Увійти за допомогою імені - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Або увійти за допомогою @@ -1128,7 +1122,7 @@ The link will expire within 1 hour. підписалися - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Вітаємо у PeerTube, дорогий адміністраторе! @@ -1273,7 +1267,7 @@ The link will expire within 1 hour. My settings - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. These settings apply only to your session on this instance. @@ -1356,27 +1350,27 @@ The link will expire within 1 hour. Комбінації клавіш - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help Довідка - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube Отримати довідку щодо PeerTube - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube на базі PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out Вийти @@ -1408,106 +1402,86 @@ The link will expire within 1 hour. Мої відео - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Мої імпортовані відео - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists Мої списки відтворення - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist Create a new playlist - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Мої підписки - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Відео - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Interface: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists Списки відтворення - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Підписки - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History History - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS ВІДЕО - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Import jobs concurrency - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel jobs in parallel - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Allow import with HTTP URL (e.g. YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Discover - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - Trending - - src/app/menu/menu.component.html133 - - Recently added - Recently added - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Administration @@ -1518,12 +1492,12 @@ The link will expire within 1 hour. About - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact Contact - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications View your notifications @@ -1534,9 +1508,9 @@ The link will expire within 1 hour. Notifications Notifications - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Mark all as read @@ -1732,7 +1706,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1740,17 +1714,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Published date @@ -1948,10 +1916,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1993,12 +1964,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Choose the appropriate license for your work. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Channel @@ -2023,27 +1996,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Frequently asked questions about PeerTube - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API documentation - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () Запланована публікація () @@ -2146,8 +2119,8 @@ The link will expire within 1 hour. Captions Captions - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Video preview @@ -2187,11 +2160,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2273,12 +2243,12 @@ The link will expire within 1 hour. Update Update - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Select the file to upload @@ -2289,12 +2259,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Video background image @@ -2350,7 +2320,13 @@ The link will expire within 1 hour. Publish - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. @@ -2383,6 +2359,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2880,13 +2862,13 @@ The link will expire within 1 hour. Lists Lists - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Emphasis - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold bold @@ -2935,13 +2917,13 @@ The link will expire within 1 hour. Comment Comment - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Reply - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Highlighted comment @@ -2991,11 +2973,8 @@ The link will expire within 1 hour. Renew token Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. @@ -3007,11 +2986,8 @@ The link will expire within 1 hour. Applications Applications - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3186,7 +3162,7 @@ The link will expire within 1 hour. Unfollow Unfollow - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Open instance in a new tab @@ -3245,8 +3221,8 @@ The link will expire within 1 hour. Create user Create user - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Table parameters @@ -3456,45 +3432,45 @@ The link will expire within 1 hour. Reports Reports - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Video blocks - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Video comments - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Muted accounts - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Muted servers - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Users - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Configuration - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Video blocks @@ -3722,12 +3698,12 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 звіт} few { звіти} many { звітів} other { звітів}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3946,10 +3922,10 @@ The link will expire within 1 hour. Search Search - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content Users can resolve distant content @@ -3967,7 +3943,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings Display settings @@ -3977,34 +3953,34 @@ The link will expire within 1 hour. Uninstall Uninstall - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Videos with the most interactions for recent videos - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours Videos with the most views during the last 24 hours - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes Likes A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes Videos that have the most likes - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -4059,18 +4035,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Delete this comment @@ -4309,11 +4285,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4421,11 +4394,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Instance information - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE APPEARANCE @@ -4449,137 +4418,105 @@ The link will expire within 1 hour. Landing page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Discover videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trending pages - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page Default trending page - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Best videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Hot videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Most viewed videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Most liked videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Recently added videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Local videos - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE BROADCAST MESSAGE - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Display a message on your instance - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Enable broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Message - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Enable Signup - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Users @@ -4636,177 +4573,150 @@ The link will expire within 1 hour. Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Allow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Block new videos automatically - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Allow users to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Allow your users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Allow anonymous to do remote URI/handle search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Disable local search in search bar - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Otherwise the local search stays used by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Search bar uses the global search index by default - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Enable global search - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ This functionality requires a lot of attention and extra moderation. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Automatically follow instances of a public index - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Administrator @@ -4815,54 +4725,44 @@ The link will expire within 1 hour. Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Basic configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD Transcoding - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Instance allowed by Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -4914,8 +4814,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -4983,8 +4883,14 @@ The link will expire within 1 hour. Live streaming Live streaming - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5225,26 +5131,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. You cannot allow live replay if you don't enable transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS VIDEO SETTINGS @@ -5417,8 +5316,8 @@ color: red; Change ownership Change ownership - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Select the next owner @@ -5492,13 +5391,13 @@ color: red; Account settings Account settings - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements Playlist elements - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports My imports @@ -5600,8 +5499,8 @@ color: red; Delete your account Delete your account - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Channel page @@ -5802,12 +5701,12 @@ color: red; Video channel videos Video channel videos - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists Video channel playlists - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5835,13 +5734,13 @@ color: red; Verify account via email Verify account via email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Ask to send an email to verify you account - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned Banned @@ -5869,11 +5768,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5974,7 +5870,7 @@ channel with the same name ()! Stats Stats - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6376,18 +6272,18 @@ channel with the same name ()! About this instance Про цей сервер - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Про PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network About this instance's network - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Link copied @@ -6535,8 +6431,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Your message has been sent. @@ -6552,12 +6448,12 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6568,7 +6464,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6628,13 +6524,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6757,17 +6653,45 @@ channel with the same name ()! thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Configuration updated. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7244,24 +7168,24 @@ channel with the same name ()! You don't have plugins installed yet. You don't have plugins installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. You don't have themes installed yet. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Update to - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Справді видалити ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7273,32 +7197,23 @@ channel with the same name ()! uninstalled. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. updated. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7313,24 +7228,24 @@ channel with the same name ()! The plugin index is not available. Please retry later. The plugin index is not available. Please retry later. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Please only install plugins or themes you trust, since they can execute any code on your instance. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Встановити ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. installed. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Settings updated. @@ -7519,20 +7434,20 @@ channel with the same name ()! User updated. Користувача онвлено. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Update user - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . An email asking for password reset has been sent to . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -7978,6 +7893,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -8001,9 +7922,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -8051,8 +7972,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Справді видалити відео? @@ -8107,8 +8028,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Ownership changes @@ -8117,8 +8038,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Канали @@ -8143,19 +8064,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Now please check your emails to verify your account and complete signup. @@ -8269,6 +8184,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Keyboard Shortcuts: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8289,7 +8220,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8299,22 +8230,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! Your password has been successfully reset! @@ -8420,17 +8351,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Views - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8449,83 +8380,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago months ago - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - month ago - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago weeks ago - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - week ago - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago days ago - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - day ago - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago hours ago - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - hour ago - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago min ago - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9476,13 +9415,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Hidden @@ -10154,8 +10093,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Report - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Remove @@ -10325,47 +10264,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Наступне - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Previous month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Next month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Select month - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Select year - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10375,7 +10314,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10385,22 +10324,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First First - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Previous - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Наступне - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Last - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10414,33 +10353,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Години - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM ХХ - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Хвилини - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Increment hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Decrement hours - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Increment minutes - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Decrement minutes @@ -10449,13 +10388,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS СС - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Секунди - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Increment seconds @@ -10469,13 +10408,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Закрити @@ -10486,7 +10425,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Відео для імпорту оновлено. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Your video was uploaded to your account and is private. @@ -10514,11 +10453,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Upload cancelled - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. Video published. @@ -10677,8 +10612,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Recently added - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Відео з ваших підписок @@ -10717,34 +10652,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Local videos - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Discover videos - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Trending videos - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Recently added videos - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Upload a video - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Edit a video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf index bdafed591..1a2d463fe 100644 --- a/client/src/locale/angular.vi-VN.xlf +++ b/client/src/locale/angular.vi-VN.xlf @@ -4,7 +4,7 @@ Close the left menu - Đóng menu bên trái + Đóng thanh menu src/app/app.component.ts 109 @@ -12,7 +12,7 @@ Open the left menu - Mở menu bên trái + Mở thanh menu src/app/app.component.ts 111 @@ -166,13 +166,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history Lịch sử xem - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to Lưu vào @@ -213,12 +213,12 @@ Search playlists - Tìm danh sách + Tìm danh sách phát src/app/shared/shared-video-playlist/video-add-to-playlist.component.html9 Create a private playlist - Tạo danh sách riêng tư + Tạo danh sách phát riêng tư src/app/shared/shared-video-playlist/video-add-to-playlist.component.html66 @@ -235,19 +235,19 @@ Create Tạo - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video video - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. Đường dẫn chứa một token riêng tư và không nên chia sẻ với bất cứ ai. @@ -267,8 +267,8 @@ subtitles phụ đề - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format Định dạng @@ -320,16 +320,20 @@ video video - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.ts54 - 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/video-add-components/video-upload.component.ts289 + src/app/shared/shared-video-miniature/video-download.component.ts54 + + + 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/video-add-components/video-upload.component.ts 324 - - Your daily video quota is exceeded with this video (video size: , used: , quota: )Your daily video quota is exceeded with this video (video size: , used: , quota: ) + + + Your daily video quota is exceeded with this video (video size: , used: , quota: ) + Your daily video quota is exceeded with this video (video size: , used: , quota: ) src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 342 @@ -345,14 +349,14 @@ Huỷ - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download Tải về - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... Lí do... @@ -368,11 +372,8 @@ No results. Không có kết quả nào. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit Gửi @@ -425,17 +426,14 @@ {VAR_PLURAL, plural, =1 {1 view} other { views}} - {VAR_PLURAL, plural, =1 {1 view} other { lượt xem}} + {VAR_PLURAL, plural, =1 {1 lượt xem} other { lượt xem}} src/app/shared/shared-video/video-views-counter.component.html3 - - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 người xem} other { người xem}} @@ -446,7 +444,7 @@ - + src/app/shared/shared-video/video-views-counter.component.html 7,8 @@ -475,8 +473,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {Trống trơn!} =1 {1 video} other { video}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -541,19 +539,19 @@ Best Hấp dẫn nhất A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Những video gần đây được tương tác nhiều nhất - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete Xoá - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos Chỉ video phát trực tiếp @@ -565,17 +563,17 @@ Edit Sửa - - - - - - - - - - - src/app/+admin/users/user-edit/user-edit.component.html11src/app/+admin/users/user-edit/user-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85src/app/+videos/+video-edit/shared/video-edit.component.html270src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+admin/users/user-edit/user-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html11 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html85 + src/app/+videos/+video-edit/shared/video-edit.component.html270 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html43 + Truncated preview Xem trước rút gọn @@ -584,13 +582,13 @@ Hide Ẩn - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show Hiện - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview Xem trước đầy đủ @@ -608,12 +606,12 @@ Using an ActivityPub account - Đang dùng tài khoản ActivityPub + Sử dụng tài khoản ActivityPub src/app/shared/shared-user-subscription/subscribe-button.component.html54 Subscribe with a remote account: - Đăng ký bằng tài khoản ở máy chủ khác: + Đăng ký bằng tài khoản ở máy chủ khác src/app/shared/shared-user-subscription/subscribe-button.component.html 62 @@ -646,7 +644,7 @@ Subscribe via RSS - Đăng kí qua RSS + Đăng kí bằng RSS src/app/shared/shared-user-subscription/subscribe-button.component.html69 @@ -677,17 +675,17 @@ PeerTube version - PeerTube version + Phiên bản PeerTube src/app/shared/shared-instance/instance-features-table.component.html6 Default NSFW/sensitive videos policycan be redefined by the users - Chính sách về nội dung nhạy cảmcó thể quyết định bởi người dùng + Chính sách về nội dung nhạy cảmdo người dùng tự quyết định src/app/shared/shared-instance/instance-features-table.component.html13 User registration allowed - Cho phép người dùng đăng kí + Cho phép đăng ký src/app/shared/shared-instance/instance-features-table.component.html21 @@ -698,17 +696,17 @@ Transcoding in multiple resolutions - Chuyển thành nhiều độ phân giải + Chuyển ra nhiều độ phân giải src/app/shared/shared-instance/instance-features-table.component.html32 Live streaming enabled - Bật Trực tiếp + Cho phép phát trực tiếp src/app/shared/shared-instance/instance-features-table.component.html71 Transcode live video in multiple resolutions - Chuyển video trực tiếp thành nhiều độ phân giải + Chuyển video trực tiếp ra nhiều độ phân giải src/app/shared/shared-instance/instance-features-table.component.html78 @@ -733,7 +731,7 @@ Video quota - Giới hạn video + Dung lượng src/app/shared/shared-instance/instance-features-table.component.html47 src/app/+admin/users/user-edit/user-edit.component.html151 src/app/+admin/users/user-edit/user-edit.component.html151 @@ -772,7 +770,7 @@ P2P enabled - Đã bật P2P + Cho phép P2P src/app/shared/shared-instance/instance-features-table.component.html115 @@ -782,12 +780,12 @@ Local - Địa phương + Máy chủ này src/app/shared/shared-instance/instance-statistics.component.html4 users - người dùng + thành viên src/app/shared/shared-instance/instance-statistics.component.html11 @@ -809,14 +807,14 @@ of hosted video - của video đã host + dung lượng video src/app/shared/shared-instance/instance-statistics.component.html51 Federation Liên hợp - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers người theo dõi @@ -830,14 +828,16 @@ The upload failed Tải lên thất bại - - src/app/helpers/utils.ts186 + src/app/helpers/utils.ts186 + The connection was interrupted Kết nối bị gián đoạn - - src/app/helpers/utils.ts190 - The server encountered an errorThe server encountered an error + src/app/helpers/utils.ts190 + + + The server encountered an error + The server encountered an error src/app/helpers/utils.ts 193 @@ -846,23 +846,23 @@ Your file couldn't be transferred before the set timeout (usually 10min) File không thể đồng bộ vì thời gian quá lâu (thường là 10 phút) - - src/app/helpers/utils.ts196 + src/app/helpers/utils.ts196 + Your file was too large (max. size: ) File quá lớn (tối đa: ) - - src/app/helpers/utils.ts200 + src/app/helpers/utils.ts200 + User - Người dùng - src/app/core/users/user.service.ts405 - + Thành viên + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban Chặn - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -890,7 +890,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user Chặn người dùng này @@ -963,7 +963,7 @@ 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 không cho đăng ký, bạn hãy đọc Điều khoản dịch vụ để tìm hiểu thêm hoặc tìm một máy chủ khác cho phép bạn tạo tài khoản và đăng video. Danh sách những máy chủ khác: https://joinpeertube.org/instances. + Máy chủ này đã tắt đăng ký, bạn hãy đọc Điều khoản dịch vụ để tìm hiểu thêm hoặc tìm một máy chủ khác cho phép bạn tạo tài khoản và đăng video. Danh sách những máy chủ khác: https://joinpeertube.org/instances. src/app/+login/login.component.html 65,67 @@ -971,7 +971,7 @@ User - Người dùng + Tài khoản src/app/+login/login.component.html21 src/app/+signup/+register/register.component.html26 @@ -1007,7 +1007,7 @@ Logging into an account lets you publish content - Chỉ khi đăng nhập mới có thể đăng video + Chỉ có thể đăng video sau khi đăng nhập src/app/+login/login.component.html 56,57 @@ -1016,9 +1016,9 @@ Login Đăng nhập - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with Hoặc đăng nhập bằng @@ -1158,8 +1158,8 @@ The link will expire within 1 hour. người đăng kí - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! Chào mừng đến với PeerTube, người anh em! @@ -1187,12 +1187,12 @@ The link will expire within 1 hour. Use documentation - Dùng tài liệu + Đọc tài liệu src/app/modal/welcome-modal.component.html26 Setup your account, managing video playlists, discover third-party applications... - Thiết lập tài khoản, quản lí danh sách video, khám phá ứng dụng bên thứ ba... + Thiết lập tài khoản, quản lí danh sách phát, khám phá ứng dụng bên thứ ba... src/app/modal/welcome-modal.component.html29 @@ -1286,12 +1286,12 @@ The link will expire within 1 hour. My settings Thiết lập - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. - Những thiết lập này chỉ áp dụng tạm thời trên máy chủ này. + Những thiết lập chỉ áp dụng tạm thời trên máy chủ này. src/app/modal/quick-settings-modal.component.html 8 @@ -1363,29 +1363,29 @@ The link will expire within 1 hour. Keyboard shortcuts Phím tắt - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 powered by PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help Trợ giúp - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube Hướng dẫn sử dụng PeerTube - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube powered by PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out Đăng xuất @@ -1415,108 +1415,88 @@ The link will expire within 1 hour. My videos Video của tôi - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports Video của tôi nhập - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists - Danh sách của tôi - src/app/+my-library/my-library-routing.module.ts40 - + Danh sách phát của tôi + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist - Tạo một danh sách mới - src/app/+my-library/my-library-routing.module.ts49 - + Tạo danh sách phát mới + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions Kênh tôi đăng kí - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos Video - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: Ngôn ngữ: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists Danh sách phát - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions Danh sách đăng kí - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History Lịch sử - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS VIDEO - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency Nhập công việc đồng thời - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. cho phép nhập nhiều video song songl. ⚠️ Yêu cầu khởi động lại PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel công việc song song - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) Cho phép nhập URL HTTP(ví dụ YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover Khám phá - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - Thịnh hành - src/app/menu/menu.component.html133 - - - Recently added - Mới - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration Người quản trị @@ -1525,13 +1505,13 @@ The link will expire within 1 hour. About Thông tin - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact Liên hệ - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications Xem thông báo của bạn @@ -1542,9 +1522,9 @@ The link will expire within 1 hour. Notifications Thông báo - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read Đánh dấu tất cả là đã đọc @@ -1701,7 +1681,7 @@ The link will expire within 1 hour. only followed instances - chỉ những máy chủ đã theo dõi + chỉ những máy chủ đã liên hợp src/app/header/search-typeahead.component.html43 @@ -1748,142 +1728,143 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 - Display onlyDisplay only + + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 + + Display only + Display only src/app/+search/search-filters.component.html 21 - - Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - - VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - + + Live videos + Live videos + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 + + VOD videos + VOD videos + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date Ngày xuất bản - - src/app/+search/search-filters.component.html59 + src/app/+search/search-filters.component.html59 + Original publication year Năm xuất bản gốc - - src/app/+search/search-filters.component.html73 + src/app/+search/search-filters.component.html73 + After... Sau... - - src/app/+search/search-filters.component.html85 + src/app/+search/search-filters.component.html85 + Before... Trước... - - src/app/+search/search-filters.component.html95 + src/app/+search/search-filters.component.html95 + Duration Thời lượng - - - src/app/+search/search-filters.component.html108src/app/+videos/+video-watch/video-watch.component.html280 + src/app/+search/search-filters.component.html108 + src/app/+videos/+video-watch/video-watch.component.html280 + Display sensitive content Hiện nội dung nhạy cảm - - src/app/+search/search-filters.component.html40 + src/app/+search/search-filters.component.html40 + Yes - - src/app/+search/search-filters.component.html48 + src/app/+search/search-filters.component.html48 + No Không - - src/app/+search/search-filters.component.html53 + src/app/+search/search-filters.component.html53 + Category Thể loại - - - - src/app/+search/search-filters.component.html121src/app/+videos/+video-edit/shared/video-edit.component.html63src/app/+videos/+video-watch/video-watch.component.html245 + src/app/+search/search-filters.component.html121 + src/app/+videos/+video-edit/shared/video-edit.component.html63 + src/app/+videos/+video-watch/video-watch.component.html245 + Reset Reset - - - - - - src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172 + src/app/+search/search-filters.component.html123 + src/app/+search/search-filters.component.html136 + src/app/+search/search-filters.component.html149 + src/app/+search/search-filters.component.html164 + src/app/+search/search-filters.component.html172 + Display all categories Hiển thị mọi thể loại - - src/app/+search/search-filters.component.html127 + src/app/+search/search-filters.component.html127 + Licence Giấy phép - - - - src/app/+search/search-filters.component.html134src/app/+videos/+video-edit/shared/video-edit.component.html74src/app/+videos/+video-watch/video-watch.component.html254 + src/app/+search/search-filters.component.html134 + src/app/+videos/+video-edit/shared/video-edit.component.html74 + src/app/+videos/+video-watch/video-watch.component.html254 + Display all licenses Hiển thị mọi giấy phép - - src/app/+search/search-filters.component.html140 + src/app/+search/search-filters.component.html140 + Language Ngôn ngữ - - - - - src/app/+search/search-filters.component.html147src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10src/app/+videos/+video-edit/shared/video-edit.component.html94src/app/+videos/+video-watch/video-watch.component.html263 + src/app/+search/search-filters.component.html147 + src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html10 + src/app/+videos/+video-edit/shared/video-edit.component.html94 + src/app/+videos/+video-watch/video-watch.component.html263 + Display all languages Hiển thị mọi ngôn ngữ - - src/app/+search/search-filters.component.html153 + src/app/+search/search-filters.component.html153 + All of these tags Toàn bộ các thẻ này - - src/app/+search/search-filters.component.html162 + src/app/+search/search-filters.component.html162 + One of these tags Một trong những thẻ này - - src/app/+search/search-filters.component.html170 + src/app/+search/search-filters.component.html170 + Search target Tìm kiếm mục tiêu - - src/app/+search/search-filters.component.html179 + src/app/+search/search-filters.component.html179 + Vidiverse Vidiverse - - src/app/+search/search-filters.component.html189 + src/app/+search/search-filters.component.html189 + Reset Reset - - src/app/+search/search-filters.component.html197 + src/app/+search/search-filters.component.html197 + Filter Bộ lọc - - src/app/+search/search-filters.component.html200 + src/app/+search/search-filters.component.html200 + Video channels Kênh video @@ -1956,12 +1937,14 @@ The link will expire within 1 hour. Remove banner Xóa ảnh bìa src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - tỉ lệ 6/1, kích cỡ đề xuất: 1600x266, tối đa: ,định dạng: - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar Ảnh đại diện tài khoản @@ -2007,25 +1990,26 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. Mô tả của video sẽ bị cắt ngắn theo mặc định và yêu cầu click vào để xem toàn bộ. src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - Chọn một giấy phép cho video của bạn. - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel Kênh - - - - - - - - - - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70src/app/+signup/+register/register.component.html33src/app/+videos/+video-edit/shared/video-edit.component.html58src/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.html22src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html70 + src/app/+signup/+register/register.component.html33 + src/app/+videos/+video-edit/shared/video-edit.component.html58 + 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.html22 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + Privacy Riêng tư @@ -2037,27 +2021,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube Câu hỏi thường gặp về PeerTube - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation Tài liệu API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () Lên lịch xuất bản ( @@ -2161,8 +2145,8 @@ The link will expire within 1 hour. Captions Caption - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview Xem trước video @@ -2189,7 +2173,7 @@ The link will expire within 1 hour. View owner account - Xem chủ nhân tài khoản + Xem chủ sở hữu src/app/+video-channels/video-channels.component.html 46,47 @@ -2214,11 +2198,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 video} other { video}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2229,7 +2210,7 @@ The link will expire within 1 hour. OWNER ACCOUNT - CHỦ NHÂN TÀI KHOẢN + CHỦ SỞ HỮU src/app/+video-channels/video-channels.component.html23 @@ -2282,11 +2263,11 @@ The link will expire within 1 hour. Sorry, but something went wrong Thật tiếc, có thứ gì đó đã gặp lỗi - - - - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html26 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html51 + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html44 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html86 + Congratulations, the video behind will be imported! You can already add information about this video. Chúc mừng, video đã được nhập! Bạn có thể thêm thông tin cho video này. @@ -2295,12 +2276,12 @@ The link will expire within 1 hour. Update Cập nhật - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload Chọn tập tin để tải lên @@ -2310,39 +2291,39 @@ The link will expire within 1 hour. Scheduled Đã lên lịch - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 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.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image Hình nền video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 + 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. Hình ảnh sẽ được ghép với file âm thanh của bạn. Những hình ảnh đã chọn rồi sẽ không thể thay đổi. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html37 + Total video uploaded Tổng số video đã đăng - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html63 + Processing… Đang xử lí… - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html65 + Retry Thử lại Retry failed upload of a video - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html80 + Total video quota Quota @@ -2354,19 +2335,25 @@ The link will expire within 1 hour. Xin chúc mừng! Video của bạn bây giờ đã có sẵn trong thư viện cá nhân. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html91 + Publish will be available when upload is finished Bạn chỉ có thể xuất bản khi video đã được tải lên hoàn toàn - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html104 + Publish - Xuất bản - - - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Đăng video + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106 + src/app/header/header.component.html5 + + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. Xin lỗi, tài khoản của bạn đã bị cấm tải lên. Nếu bạn muốn đăng thêm video, bạn phải liên hệ một quản trị viên để mở khóa dung lượng cho phép. @@ -2397,6 +2384,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. Chúc mừng, video có thể nhập bằng BitTorrent! Bạn có thể nhập thêm thông tin về video này. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2485,12 +2478,12 @@ The link will expire within 1 hour. Share the playlist - Chia sẻ danh sách + Chia sẻ danh sách phát src/app/shared/shared-share-modal/video-share.component.html11 Share the playlist at this video position - Chia sẻ danh sách từ vị trí video này + Chia sẻ danh sách phát từ vị trí video này src/app/shared/shared-share-modal/video-share.component.html58 @@ -2528,7 +2521,7 @@ The link will expire within 1 hour. Less customization - Ít tùy chỉnh + Thu gọn src/app/shared/shared-share-modal/video-share.component.html231 @@ -2556,7 +2549,7 @@ The link will expire within 1 hour. Muted - Đã tắt tiếng + Tắt tiếng src/app/+accounts/accounts.component.html22 src/app/shared/shared-share-modal/video-share.component.html166 @@ -2592,7 +2585,7 @@ The link will expire within 1 hour. Public - Công cộng + Công khai src/app/+videos/+video-watch/video-watch-playlist.component.html11 @@ -2637,7 +2630,7 @@ The link will expire within 1 hour. SUPPORT - HỖ TRỢ + ỦNG HỘ src/app/+videos/+video-watch/video-watch.component.html108 @@ -2667,7 +2660,7 @@ The link will expire within 1 hour. Support options for this video - Hỗ trợ tùy chọn cho video này + Những cách ủng hộ cho video này src/app/+videos/+video-watch/video-watch.component.ts160 @@ -2709,7 +2702,7 @@ The link will expire within 1 hour. Origin - Gốc + Máy chủ src/app/+videos/+video-watch/video-watch.component.html 235 @@ -2717,7 +2710,7 @@ The link will expire within 1 hour. Originally published - Nguồn gốc xuất bản + Phát hành src/app/+videos/+video-watch/video-watch.component.html240 @@ -2727,7 +2720,7 @@ The link will expire within 1 hour. the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. - hệ thống chia sẻ sử dụng cho video này cho phép gửi một vài thông tin (như địa chỉ IP) đến các peer khác. + hệ thống chia sẻ của video này có thể gửi địa chỉ IP của bạn đến các peer khác. src/app/+videos/+video-watch/video-watch.component.html306 @@ -2776,7 +2769,7 @@ The link will expire within 1 hour. No comments. - Không có bình luận. + Chưa có bình luận. src/app/+videos/+video-watch/comment/video-comments.component.html28 @@ -2843,7 +2836,7 @@ The link will expire within 1 hour. Auto generated links - Auto generated links + Nhận dạng link tự động src/app/+videos/+video-watch/comment/video-comment-add.component.html18 @@ -2854,13 +2847,13 @@ The link will expire within 1 hour. Lists Liệt kê - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis Nhấn mạnh - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold in đậm @@ -2909,13 +2902,13 @@ The link will expire within 1 hour. Comment Bình luận - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply Trả lời - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment Bình luận nổi bật @@ -2958,11 +2951,8 @@ The link will expire within 1 hour. Renew token Lấy token mới - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 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 đó. @@ -2974,11 +2964,8 @@ The link will expire within 1 hour. Applications Ứng dụng - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED ĐĂNG KÍ FEED @@ -3084,10 +3071,10 @@ The link will expire within 1 hour. Accept Chấp nhận - - - - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html33 + src/app/+admin/follows/followers-list/followers-list.component.html35 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 + src/app/+my-library/my-ownership/my-ownership.component.html33 + Refuse Từ chối @@ -3127,8 +3114,8 @@ The link will expire within 1 hour. Unfollow Ngưng theo dõi - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab Mở máy chủ trong tab mới @@ -3189,8 +3176,8 @@ The link will expire within 1 hour. Create user Tạo người dùng - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters Thành phần bảng @@ -3385,45 +3372,45 @@ The link will expire within 1 hour. Reports Lượt báo cáo - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks Chặn video - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments Bình luận của video - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts Tài khoản đã ẩn - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers Máy chủ đã ẩn - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users Người dùng - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration Thiết lập - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks Chặn video @@ -3661,13 +3648,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 báo cáo} other { báo cáo}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video Video @@ -3767,11 +3754,11 @@ The link will expire within 1 hour. Instance Máy chủ - - - - - src/app/+about/about.component.html5src/app/+search/search-filters.component.html184src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+about/about.component.html5 + src/app/+search/search-filters.component.html184 + src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/shared/shared-moderation/server-blocklist.component.html31 + Muted at Ẩn @@ -3877,13 +3864,13 @@ The link will expire within 1 hour. Search Tìm kiếm - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content - Người dùng có thể giải quyết nội dung từ xa + Cho phép tìm kiếm nội dung từ máy chủ khác src/app/shared/shared-instance/instance-features-table.component.html126 @@ -3895,47 +3882,47 @@ The link will expire within 1 hour. Settings Thiết lập - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings - Hiển thị thiết lập + Thiết lập hiển thị src/app/modal/quick-settings-modal.component.html10 Uninstall Gỡ bỏ - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot Hot A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos Những video được tương tác gần đây nhất - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours - Những video được xem nhiều nhất trong vòng 24 giờ - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + Những video được nhiều lượt xem nhất trong 24 giờ qua + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes - Lượt thích + Yêu thích A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes - Những video được yêu thích nhiều nhất - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + Những video được nhiều lượt thích nhất + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. Tải lại trang để hiển thị plugin hoặc theme vừa cài đặt. @@ -3945,14 +3932,15 @@ The link will expire within 1 hour. Popular Popular src/app/+admin/plugins/plugin-search/plugin-search.component.html16 - - for "" for "" + + + for "" + for "" src/app/+admin/plugins/plugin-search/plugin-search.component.html 22,24 - {VAR_PLURAL, plural, =1 {result} other {results} } {VAR_PLURAL, plural, =1 {kết quả} other {kết quả} } @@ -3982,18 +3970,18 @@ The link will expire within 1 hour. Jobs Jobs - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs Logs - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug Debug - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment Xóa bình luận này @@ -4163,7 +4151,7 @@ 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. - hệ thống chia sẻ có thể công khai vài thông tin về hệ thống của bạn (ví dụ như địa chỉ IP) có thể gửi tới những peer khác, nhưng nó giúp server hạn chế quá tải. + Hệ thống chia sẻ có thể công khai vài thông tin về thiết bị của bạn (ví dụ như địa chỉ IP) tới những peer khác, nhưng nó giúp server hạn chế quá tải. src/app/shared/shared-user-settings/user-video-settings.component.html50 @@ -4173,7 +4161,7 @@ The link will expire within 1 hour. When on a video page, directly start playing the video. - Tự động phát khi ở trong một trang video. + Tự động phát khi mở một trang video. src/app/shared/shared-user-settings/user-video-settings.component.html61 @@ -4224,17 +4212,14 @@ The link will expire within 1 hour. Policy on videos containing sensitive content - Chính sách đối với video nhạy cảm + Đối với video nhạy cảm src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 With Hide or Blur thumbnails, a confirmation will be requested to watch the video. Cùng với Ẩn hoặc Làm mờ thumbnail, sẽ có một yêu cầu xác nhận để xem được video. - - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails Làm mờ ảnh xem trước @@ -4340,11 +4325,7 @@ The link will expire within 1 hour. i.e. 2vCore 2GB RAM, một đường link trực tiếp tới máy chủ bạn thuê, etc. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - Thông tin máy chủ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE DIỆN MẠO @@ -4368,137 +4349,105 @@ The link will expire within 1 hour. Trang chào mừng src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - Khám phá video - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - Trang trending - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page - Trang trending mặc định - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + Trang thịnh hành mặc định + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos Video hay nhất - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos Video hot - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos Video xem nhiều nhất - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos Yêu thích nhất - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - Video mới tải lên - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - Video máy chủ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE THÔNG ĐIỆP TRUYỀN TẢI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance Hiển thị thông điệp trên máy chủ của bạn - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message Bật thông điệp truyền tải - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message Cho phép người dùng bỏ qua thông điệp truyền tải - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Mức độ thông điệp truyền tải - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message Thông điệp - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS TÀI KHOẢN MỚI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. Quản lí người dùng để cho dung lượng tối đa của họ. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification Yêu cầu xác thực email - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit Giới hạn đăng kí - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {người} other {người}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Đăng kí sẽ không giới hạn số lượng người dùng. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup Bật Đăng Kí - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users Người dùng @@ -4555,177 +4504,150 @@ The link will expire within 1 hour. Default video quota per user Dung lượng mặc định cho mỗi người dùng - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user Mặc định dung lượng tải lên hàng ngày cho mỗi người dùng - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI Cho phép nhập bằng file torrent hoặc URL magnet - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Cho đến khi tài khoản được đánh dấu đáng tin, những video của họ sẽ không hiển thị cho đến khi kiểm duyệt viên cho phép. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically Tự động chặn video mới - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH TÌM KIẾM - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search Cho phép người dùng URI từ xa/handle tìm kiếm - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance Cho phép người dùng của bạn xem video từ những máy chủ không liên hợp với máy chủ của bạn - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search Cho phép ẩn danh URI từ xa/thực hiện tìm kiếm - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Cho phép người dùng ẩn danh tìm kiếm video từ xa không liên hợp với máy chủ của bạn - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ Chức năng này phụ thuộc vào chế độ kiểm duyệt của máy chủ và truy vấn tìm kiếm bạn đã chọn. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Tìm URL chỉ mục - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar Ẩn tìm kiếm máy chủ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default Nếu không, tìm kiếm máy chủ vẫn được sử dụng theo mặc định - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default Thanh tìm kiếm sử dụng tìm kiếm toàn cầu theo mặc định - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search Bật tìm kiếm toàn cầu - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION LIÊN HỢP - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 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.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours Cho phép máy chủ khác theo dõi bạn - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers Chấp nhận người theo dõi từ máy chủ mới thủ công - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances Tự động theo dõi lại thực thể - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ Tính năng này yêu cầu tập trung và sự kiểm duyệt nhiều hơn nữa. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL URL Chỉ mục - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index Tự động theo dõi máy chủ của chỉ mục công khai - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS QUẢN TRỊ VIÊN - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator Quản trị viên @@ -4734,54 +4656,44 @@ The link will expire within 1 hour. Admin email Email admin - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form Bật form liên hệ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - Thiết lập cơ bản - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding Chuyển độ phân giải VOD - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. Cung cấp tài khoản Twitter giới thiệu máy chủ của bạn để cải thiện link xem trước. Nếu bạn không có tài khoản Twitter, hãy để trống. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username Tên tài khoản Twitter của bạn - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter Thực thể được Twitter cho phép - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. Nếu máy chủ của bạn được Twitter cho phép, một trình phát video đặc biệt sẽ chèn vào khi bạn chia sẻ video. Còn nếu không, chúng tôi chỉ sử dụng một hình ảnh đại diện chung để chỉ hướng đến máy chủ PeerTube của bạn. Đánh dấu hộp kiểm này, lưu lại cấu hình và kiểm tra với một link video máy chủ của bạn (https://example.com/videos/watch/blabla) trên https://cards-dev.twitter.com/validator để xem máy chủ của bạn đã được phép chưa. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -4833,8 +4745,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {trực tiếp} other {trực tiếp}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Số buổi phát trực tiếp tối của mỗi tài khoản (-1 là "không giới hạn") @@ -4902,8 +4814,14 @@ The link will expire within 1 hour. Live streaming Buổi phát trực tiếp - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5137,26 +5055,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. Bạn không thể cho phát lại buổi trực tiếp nếu bạn không bật transcoding. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - Thiết lập nâng cao - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: Có lỗi trong form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration Cập nhật thiết lập - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS CÀI ĐẶT VIDEO @@ -5191,7 +5102,7 @@ color: red; Profile - Trang cá nhân + Style src/app/shared/shared-video-miniature/video-download.component.ts185 @@ -5221,12 +5132,12 @@ color: red; Channel Layout - Bố cục kênh + Kênh src/app/shared/shared-video-miniature/video-download.component.ts202 Video settings - Tuỳ chỉnh video + Thiết lập video src/app/modal/quick-settings-modal.component.html18 @@ -5258,7 +5169,7 @@ color: red; Default policy on videos containing sensitive content - Chính sách mặc định trên video chứa nội dung nhạy cảm + Đối với video chứa nội dung nhạy cảm src/app/shared/shared-user-settings/user-video-settings.component.html4 @@ -5282,7 +5193,7 @@ color: red; In Recently added, Trending, Local, Most liked and Search pages - Trong Gần Đây, Trending, Máy Chủ, Yêu Thích Nhất và những trang Tìm Kiếm + Trong Gần Đây, Thịnh Hành, Máy Chủ, Yêu Thích Nhất và những trang Tìm Kiếm src/app/shared/shared-user-settings/user-video-settings.component.html28 @@ -5325,8 +5236,8 @@ color: red; Change ownership Đổi người sở hữu - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner Chọn người sở hữu mới @@ -5367,7 +5278,6 @@ color: red; Chọn một kênh nhận video src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html10 - My ownership changes Những lần thay đổi chủ sở hữu @@ -5407,13 +5317,13 @@ color: red; Account settings Thiết lập tài khoản - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements - Những thành phần danh sách - src/app/+my-library/my-library-routing.module.ts58 - + Những thành phần danh sách phát + + src/app/+my-library/my-library-routing.module.ts57 My imports Đã nhập @@ -5514,8 +5424,8 @@ color: red; Delete your account Xóa tài khoản - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page Trang kênh @@ -5590,25 +5500,25 @@ color: red; My Playlists - Danh sách của bạn + Danh sách phát của bạn src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html4 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html4 NEW PLAYLIST - DANH SÁCH MỚI + DANH SÁCH PHÁT MỚI src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html25 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html25 PLAYLIST - DANH SÁCH + DANH SÁCH PHÁT src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html26 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html26 Create playlist - Tạo danh sách + Tạo danh sách phát src/app/+my-library/my-video-playlists/my-video-playlists.component.html11 @@ -5623,23 +5533,23 @@ color: red; Playlist } deleted. - Danh sách } đã bị xóa. + Danh sách phát } đã bị xóa. src/app/+my-library/my-video-playlists/my-video-playlists.component.ts45 Playlist thumbnail - Ảnh cho danh sách + Ảnh cho danh sách phát src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html82 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html82 No videos in this playlist. - Danh sách này không có video. + Danh sách phát này không có video. src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html25 Browse videos on PeerTube to add them in your playlist. - Tìm video trên PeerTube và thêm vào danh sách của bạn. + Tìm video trên PeerTube và thêm vào danh sách phát của bạn. src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html28 @@ -5667,7 +5577,7 @@ color: red; {VAR_PLURAL, plural, =1 {1 playlist} other { playlists}} - {VAR_PLURAL, plural, =1 {1 danh sách} other { danh sách}} + {VAR_PLURAL, plural, =1 {1 danh sách phát} other { danh sách phát}} src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html 3 @@ -5691,13 +5601,13 @@ color: red; Video channel videos Những video kênh video - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists - Những danh sách kênh video - src/app/+video-channels/video-channels-routing.module.ts37 - + Những danh sách phát kênh video + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Quản lý kênh @@ -5724,13 +5634,13 @@ color: red; Verify account via email Xác thực tài khoản bằng email - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account Hỏi để gửi một email xác thực tài khoản của bạn - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned đã bị chặn @@ -5753,7 +5663,7 @@ color: red; Copy account handle - Chép handle tài khoản + Chép URL tài khoản src/app/+accounts/accounts.component.html 31 @@ -5762,11 +5672,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 người đăng ký} other { người đăng ký}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 video} other { video}} @@ -5802,7 +5709,7 @@ color: red; Search account videos - Tìm những video tài khoản + Tìm tất cả video của người này src/app/+accounts/accounts.component.html80 @@ -5837,7 +5744,7 @@ color: red; Show this channel - Hiện kênh này + Xem kênh này src/app/+accounts/account-video-channels/account-video-channels.component.html35 @@ -5877,17 +5784,17 @@ channel with the same name ()! SHOW THIS CHANNEL > - HIỆN KÊNH NÀY > + XEM KÊNH NÀY > src/app/+accounts/account-video-channels/account-video-channels.component.html46 Stats Thống kê - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. - Kênh này không có danh sách phát. + Kênh này chưa có danh sách phát. src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html6 @@ -5907,7 +5814,7 @@ channel with the same name ()! Follower instances () - Máy chủ người theo dõi () + Máy chủ theo dõi () src/app/+about/about-follows/about-follows.component.html 4 @@ -5923,7 +5830,7 @@ channel with the same name ()! Contact administrator - Liên hệ quản trị viên + Liên hệ quản trị viên src/app/+about/about-instance/contact-admin-modal.component.html3 @@ -5938,7 +5845,7 @@ channel with the same name ()! Subject - Tựa đề + Tiêu đề src/app/+about/about-instance/contact-admin-modal.component.html29 @@ -5963,7 +5870,7 @@ channel with the same name ()! ADMINISTRATORS & SUSTAINABILITY - NHỮNG NGƯỜI ĐIỀU HÀNH & BỀN VỮNG + NHỮNG NGƯỜI QUẢN TRỊ & VẬN HÀNH src/app/+about/about-instance/about-instance.component.html32 @@ -6033,7 +5940,7 @@ channel with the same name ()! PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube là một nền tảng truyền tải video liên hợp ActivityPub tự lưu trữ sử dụng P2P trực tiếp trên trình duyệt của bạn. + PeerTube là một nền tảng lưu trữ và truyền tải video liên hợp ActivityPub, sử dụng P2P trực tiếp trên trình duyệt của bạn. src/app/+about/about-peertube/about-peertube.component.html10 @@ -6048,12 +5955,12 @@ channel with the same name ()! Use PeerTube documentation - Dùng tài liệu PeerTube + Đọc tài liệu PeerTube src/app/+about/about-peertube/about-peertube.component.html28 Discover how to setup your account, what is a channel, how to create a playlist and more! - Khám phá cách tạo tài khoản, kênh là gì, cách tạo danh sách và còn hơn thế nữa! + Khám phá cách tạo tài khoản, kênh là gì, cách tạo danh sách phát và còn hơn thế nữa! src/app/+about/about-peertube/about-peertube.component.html33 @@ -6083,7 +5990,7 @@ channel with the same name ()! PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube. - PeerTube sử dụng mặc định giao thức BitTorrent để chia sẻ băng thông giữa các thành viên để giảm thiểu áp lực lên server, nhưng chúng tôi để bạn tự do chuyển sang kiểu truyền video thường trực tiếp từ server của video. Những điều sau chỉ áp dụng nếu bạn vẫn sử dụng chế độ P2P của PeerTube. + PeerTube mặc định sử dụng giao thức BitTorrent chia sẻ băng thông giữa các thành viên, nhằm giảm thiểu áp lực lên server. Nhưng chúng tôi để bạn tự do chuyển sang kiểu truyền tải video trực tiếp từ server. Những điều sau đây chỉ áp dụng nếu bạn sử dụng chế độ P2P của PeerTube. src/app/+about/about-peertube/about-peertube.component.html75 @@ -6154,12 +6061,12 @@ channel with the same name ()! What can I do to limit the exposure of my IP address? - Tôi có thể làm gì để giới hạn phát tán địa chỉ IP của tôi? + Tôi có thể làm gì để hạn chế địa chỉ IP bị phát tán? src/app/+about/about-peertube/about-peertube.component.html138 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. - Địa chỉ IP của bạn là công khai cho nên mỗi lần truy cập một trang web, một số lượng thành phần (bên cạnh nội dung trang web) thấy bạn trong lịch sử kết nối của họ: ISP/routers/trackers/CDN và nhiều hơn thế. PeerTube minh bạch về vấn đề này: chúng tôi cảnh báo bạn nếu bạn muốn giữ địa chỉ IP riêng tư, bạn phải dùng VPN hoặc Trình duyệt Tor. Nếu bạn nghĩ bỏ đi P2P khỏi PeerTube sẽ khiến bạn ẩn danh là chưa đúng. + Địa chỉ IP của bạn là công khai cho nên mỗi lần truy cập một trang web, vài thành phần (bên cạnh nội dung trang web) thấy bạn trong lịch sử kết nối của họ: ISP/routers/trackers/CDN và nhiều hơn thế. PeerTube minh bạch về vấn đề này: chúng tôi cảnh báo bạn nếu bạn muốn giữ địa chỉ IP riêng tư, bạn phải dùng VPN hoặc Trình duyệt Tor. Nếu bạn nghĩ tắt P2P trên PeerTube sẽ khiến bạn ẩn danh là chưa đúng. src/app/+about/about-peertube/about-peertube.component.html141 @@ -6174,12 +6081,12 @@ channel with the same name ()! We set a limit to the number of peers sent by the tracker - Chúng tôi giới hạn số peer gửi bởi trình theo dõi + Chúng tôi giới hạn số peer gửi bởi tracker src/app/+about/about-peertube/about-peertube.component.html155 We set a limit on the request frequency received by the tracker - Chúng tôi giới hạn tuần suất yêu cầu nhận bởi trình theo dõi + Chúng tôi giới hạn tần suất yêu cầu nhận bởi tracker src/app/+about/about-peertube/about-peertube.component.html156 @@ -6217,18 +6124,18 @@ channel with the same name ()! About this instance Về máy chủ này - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube Về PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network Về mạng lưới của máy chủ này - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied Đã chép link @@ -6354,8 +6261,8 @@ channel with the same name ()! Register Đăng ký - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. Tin nhắn của bạn đã được gửi đi. @@ -6369,13 +6276,13 @@ channel with the same name ()! Account videos Video tài khoản - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account - Tìm video trong tài khoản - src/app/+accounts/accounts-routing.module.ts51 - + Tìm tất cả video của chủ sở hữu + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT TÀI KHOẢN PEERTUBE @@ -6387,8 +6294,8 @@ channel with the same name ()! Account video channels Những kênh video tài khoản - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos Đã đăng video @@ -6440,13 +6347,13 @@ channel with the same name ()! Instances you follow Những máy chủ bạn theo dõi - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Những máy chủ đang theo dõi bạn - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Chỉ có âm thanh @@ -6569,17 +6476,45 @@ channel with the same name ()!thread chủ đề src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. Đã cập nhật cấu hình. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. Bạn đã mở đăng ký: chúng tôi đã bật hộp kiểm"Tự động khóa video mới" của mục "Video" bên dưới. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Sửa tùy chỉnh cấu hình @@ -7035,23 +6970,23 @@ channel with the same name ()! You don't have plugins installed yet. Bạn chưa cài đặt plugin nào. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. Bạn chưa cài đặt theme nào. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to Cập nhật - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? Bạn có muốn gỡ cài đặt ? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Gỡ cài đặt @@ -7060,37 +6995,28 @@ channel with the same name ()! uninstalled. Đã gỡ cài đặt . - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. Đây là bản nâng cấp plugin quan trọng. Hãy truy cập trang chủ plugin để đọc những thay đổi trong bản cập nhật. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade Nâng cấp - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade Tiến hành nâng cấp - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. Đã cập nhật . - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Công việc @@ -7104,23 +7030,23 @@ channel with the same name ()! The plugin index is not available. Please retry later. Chỉ mục của plugin không tồn tại. Xin thử lại sau. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. Xin hãy chỉ cài đặt những plugin hoặc theme mà bạn tin tưởng, bởi vì chúng có thể thực hiện bất kỳ lệnh trên máy chủ của bạn. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? Cài đặt ? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. đã được cài đặt. - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. Đã cập nhật thiết lập. @@ -7327,18 +7253,18 @@ channel with the same name ()! User updated. Người dùng đã cập nhật. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user Cập nhật người dùng - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . Đã gửi email đổi mật khẩu đến cho . - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Danh sách người dùng @@ -7494,8 +7420,8 @@ channel with the same name ()! Ownership accepted Đã chấp nhận chủ sở hữu - - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts69 + Please check your emails to verify your new email. Xin kiểm tra email để xác thực email mới. @@ -7649,7 +7575,7 @@ channel with the same name ()! Profile updated. - Đã cập nhật trang cá nhân. + Đã cập nhật style. src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts58 @@ -7756,8 +7682,8 @@ channel with the same name ()! Views for the day Lượt xem trong ngày - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts88 + Update video channel Cập nhật kênh video @@ -7783,10 +7709,16 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction - Giao tiếp từ xa + Lấy thông tin src/app/+remote-interaction/remote-interaction-routing.module.ts 13 @@ -7794,7 +7726,7 @@ channel with the same name ()! Playlist created. - Danh sách đã tạo. + Danh sách phát đã tạo. src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 @@ -7805,10 +7737,10 @@ channel with the same name ()! Update playlist - Cập nhật danh sách - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + Cập nhật danh sách phát + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Thông báo @@ -7823,12 +7755,12 @@ channel with the same name ()! Delete playlist - Xóa danh sách + Xóa danh sách phát src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts52 Playlist updated. - Danh sách đã cập nhật. + Danh sách phát đã cập nhật. src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts97 @@ -7845,7 +7777,7 @@ channel with the same name ()! Playlist deleted. - Danh sách đã xóa. + Danh sách phát đã xóa. src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts135 @@ -7856,8 +7788,8 @@ channel with the same name ()! Ownership changes Thay đổi chủ sở hữu - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? Bạn có thật sự muốn xóa video của ? @@ -7894,7 +7826,7 @@ channel with the same name ()! My playlists - Danh sách của tôi + Danh sách phát của tôi src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 @@ -7910,8 +7842,8 @@ channel with the same name ()! My abuse reports Báo cáo của tôi - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes Lượt thay đổi chủ sở hữu @@ -7920,8 +7852,8 @@ channel with the same name ()! My video history Lịch sử video của tôi - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Kênh @@ -7934,7 +7866,7 @@ channel with the same name ()! Playlists - Danh sách + Danh sách phát src/app/+my-library/my-library.component.ts61 @@ -7946,19 +7878,13 @@ channel with the same name ()! Maximize editor Phóng to trình chỉnh sửa - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Thoát khỏi toàn màn hình - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. Hãy kiểm tra email để xác thực và hoàn thành đăng ký. @@ -7993,7 +7919,7 @@ channel with the same name ()! PLAYLISTS - DANH SÁCH + DANH SÁCH PHÁT src/app/+video-channels/video-channels.component.ts 77 @@ -8001,17 +7927,17 @@ channel with the same name ()! Focus the search bar - Trọng tâm thanh tìm kiếm + Tìm kiếm src/app/app.component.ts313 Toggle the left menu - Chuyển đổi menu bên trái + Ẩn/hiện thanh menu src/app/app.component.ts318 Go to the discover videos page - Đến trang khám phá video + Đến Trang Chủ src/app/app.component.ts323 @@ -8031,7 +7957,7 @@ channel with the same name ()! Go to the videos upload page - Đến trang upload video + Đăng video src/app/app.component.ts343 @@ -8069,6 +7995,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: Phím tắt: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8088,8 +8030,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language ngôn ngữ bất kỳ - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON TRÊN @@ -8098,36 +8040,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide ẩn - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur làm mờ - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display hiển thị - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! Bạn đã đổi mật khẩu thành công! src/app/+reset-password/reset-password.component.ts47 - Today Hôm nay - - - - src/app/+search/search-filters.component.ts41src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69src/app/shared/shared-video-miniature/abstract-video-list.ts135 + src/app/+search/search-filters.component.ts41 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts69 + src/app/shared/shared-video-miniature/abstract-video-list.ts135 + Yesterday Hôm qua @@ -8166,25 +8107,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Last 7 days 7 ngày qua - - src/app/+search/search-filters.component.ts45 + src/app/+search/search-filters.component.ts45 + Last 30 days 30 ngày qua - - src/app/+search/search-filters.component.ts49 + src/app/+search/search-filters.component.ts49 + Last 365 days 365 ngày qua - - src/app/+search/search-filters.component.ts53 - VOD videosVOD videos + src/app/+search/search-filters.component.ts53 + + + VOD videos + VOD videos src/app/+search/search-filters.component.ts 60 - - Live videosLive videos + + + Live videos + Live videos src/app/+search/search-filters.component.ts 64 @@ -8193,44 +8138,44 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Short (< 4 min) Ngắn (< 4 phút) - - src/app/+search/search-filters.component.ts71 + src/app/+search/search-filters.component.ts71 + Medium (4-10 min) Trung bình (4-10 phút) - - src/app/+search/search-filters.component.ts75 + src/app/+search/search-filters.component.ts75 + Long (> 10 min) Dài (> 10 phút) - - src/app/+search/search-filters.component.ts79 + src/app/+search/search-filters.component.ts79 + Relevance Liên quan - - src/app/+search/search-filters.component.ts86 + src/app/+search/search-filters.component.ts86 + Publish date Ngày đăng - - src/app/+search/search-filters.component.ts90 + src/app/+search/search-filters.component.ts90 + Views - Lượt xem + Xem nhiều - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Không thể tìm kiếm tất cả. Thay vào đó, hãy thử lại với kết quả chỉ ở máy chủ. - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error Lỗi tìm kiếm - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search Tìm kiếm @@ -8250,63 +8195,81 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago năm trước - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - năm trước - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago tháng trước - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - tháng trước - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago tuần trước - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - tuần trước - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago ngày - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - ngày - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago giờ trước - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - giờ trước - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago phút trước - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now mới đây - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec s @@ -9254,14 +9217,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Ngôn ngữ máy chủ - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages Mọi ngôn ngữ - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden Ẩn @@ -9813,7 +9776,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Format name - Tên định dạng + Định dạng src/app/shared/shared-video-miniature/video-download.component.ts161 @@ -9921,8 +9884,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report Báo cáo - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove Hủy bỏ @@ -10096,47 +10059,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide của Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous Trước đó - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next Tiếp theo - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month Tháng trước - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month Tháng kế - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month Chọn tháng - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year Chọn năm - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10145,8 +10108,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10155,23 +10118,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First Trang đầu - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous Kế tiếp - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next Tiếp - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last Trang cuối - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10185,33 +10148,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours Giờ - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes Phút - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours Làm tròn giờ - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours Không làm tròn giờ - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes Làm tròn phút - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes Không làm tròn phút @@ -10220,13 +10183,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds Giây - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds Làm tròn giây @@ -10240,13 +10203,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close Đóng @@ -10255,48 +10218,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. Đã cập nhật video cần nhập. - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. Video đã được tải lên riêng tư vào tài khoản của bạn. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts163 + But associated data (tags, description...) will be lost, are you sure you want to leave this page? Nhưng các dữ liệu liên quan (thẻ, mô tả,...) sẽ bị mất. Bạn có chắc muốn rời khỏi trang không? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts164 + Your video is not uploaded yet, are you sure you want to leave this page? Video của bạn vẫn chưa được tải lên, bạn có chắc muốn rời trang? - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts166 + Upload Tải lên - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts223 + Upload Tải lên - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - Đã huỷ tải lên - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 + + Video published. Đã xuất bản video. - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 - - + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts246 + 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. @@ -10344,12 +10301,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Stop looping playlist videos - Ngừng lặp lại video trong danh sách + Ngừng lặp lại video trong danh sách phát src/app/+videos/+video-watch/video-watch-playlist.component.ts226 Loop playlist videos - Lặp lại video trong danh sách + Lặp lại video trong danh sách phát src/app/+videos/+video-watch/video-watch-playlist.component.ts227 @@ -10468,8 +10425,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added Mới - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions Video từ các kênh bạn đăng ký @@ -10508,34 +10465,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos Video máy chủ - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos Khám phá video - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos Video thịnh hành - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos Video gần đây nhất - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video Tải video lên - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video Chỉnh sửa một video - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf index 11f62485c..42d14de4f 100644 --- a/client/src/locale/angular.xlf +++ b/client/src/locale/angular.xlf @@ -6,14 +6,14 @@ Close node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts - 58,61 + 58,59 - Slide of + Slide of node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts - 114,118 + 113,117 Currently selected slide number read by screen reader @@ -21,14 +21,14 @@ Previous node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts - 132,133 + 130,132 Next node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts - 147,151 + 146,147 @@ -39,18 +39,18 @@ node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts - 49,50 + 47,50 Select year node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts - 59,63 + 59,62 node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts - 72,74 + 69,74 @@ -61,81 +61,81 @@ node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts - 34,35 + 33,35 Next month node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts - 44,48 + 43,47 node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts - 57,61 + 56,60 «« node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts - 182 + 181,182 « node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts - 186,190 + 186,188 » node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts - 194,195 + 193,195 »» node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts - 201,204 + 201,203 First node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts - 208,209 + 207,208 Previous node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts - 215,216 + 214,215 Next node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts - 225,228 + 224,228 Last node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts - 232,233 + 231,232 - + node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts - 31,38 + 31,35 @@ -149,99 +149,100 @@ Hours node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 45,46 + 46 MM node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 52,53 + 50,53 Minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 57,58 + 58,59 Increment hours node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 62,63 + 63,64 Decrement hours node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 67,68 + 68,70 Increment minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 75,76 + 76,77 Decrement minutes node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 82 + 82,84 SS node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 85,87 + 86,87 Seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 90,92 + 92,93 Increment seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 98,99 + 98,100 Decrement seconds node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 105,109 - - - - - - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 116,123 + 105,106 - + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts - 125,130 + 118,123 + + + + + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts + 141,116 Close node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts - 76,85 + 76,82 @@ -548,6 +549,10 @@ src/app/+videos/+video-watch/comment/video-comment-add.component.html 70 + + src/app/+videos/+video-watch/video-watch.component.ts + 646 + src/app/modal/confirm.component.html 20 @@ -861,21 +866,21 @@ About this instance src/app/+about/about-routing.module.ts - 26 + 24 About PeerTube src/app/+about/about-routing.module.ts - 38 + 36 About this instance's network src/app/+about/about-routing.module.ts - 47 + 45 @@ -956,6 +961,10 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html 23 + + src/app/+accounts/accounts.component.html + 38 + src/app/+my-library/+my-video-channels/my-video-channels.component.html 28 @@ -971,6 +980,14 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html 26 + + src/app/+accounts/accounts.component.html + 41 + + + src/app/+video-channels/video-channels.component.html + 76 + @@ -978,6 +995,22 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html 26,27 + + src/app/+accounts/accounts.component.html + 41,42 + + + src/app/+video-channels/video-channels.component.html + 76,77 + + + src/app/shared/shared-video/video-views-counter.component.html + 3,4 + + + src/app/shared/shared-video/video-views-counter.component.html + 7,8 + Show this channel @@ -1004,21 +1037,21 @@ Account video channels src/app/+accounts/accounts-routing.module.ts - 29 + 27 Account videos src/app/+accounts/accounts-routing.module.ts - 38 + 36 Search videos within account src/app/+accounts/accounts-routing.module.ts - 51 + 49 @@ -1074,27 +1107,6 @@ 31 - - {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - - - {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+accounts/accounts.component.html - 41 - - - - - - src/app/+accounts/accounts.component.html - 41,42 - - Show the complete description @@ -1144,6 +1156,10 @@ src/app/+accounts/accounts.component.ts 83 + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 201 + src/app/+video-channels/video-channels.component.ts 76 @@ -1194,6 +1210,10 @@ src/app/+admin/admin.component.ts 26 + + src/app/shared/shared-instance/instance-statistics.component.html + 58 + Instances you follow @@ -1201,6 +1221,10 @@ src/app/+admin/admin.component.ts 29 + + src/app/+admin/follows/following-list/following-list.component.html + 3 + Instances following you @@ -1208,6 +1232,10 @@ src/app/+admin/admin.component.ts 34 + + src/app/+admin/follows/followers-list/followers-list.component.html + 3 + Video redundancies @@ -1233,10 +1261,18 @@ src/app/+admin/admin.component.ts 53 + + src/app/+admin/moderation/abuse-list/abuse-list.component.html + 3 + src/app/+admin/moderation/moderation.routes.ts 37 + + src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html + 3 + Video blocks @@ -1244,6 +1280,10 @@ src/app/+admin/admin.component.ts 60 + + src/app/+admin/moderation/video-block-list/video-block-list.component.html + 3 + Video comments @@ -1255,6 +1295,10 @@ src/app/+admin/moderation/moderation.routes.ts 86 + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html + 3 + Muted accounts @@ -1268,12 +1312,20 @@ src/app/+my-account/my-account-routing.module.ts - 86 + 85 src/app/+my-account/my-account.component.ts 31 + + src/app/shared/shared-moderation/account-blocklist.component.html + 3 + + + src/app/shared/shared-moderation/account-blocklist.component.html + 3 + Muted servers @@ -1283,12 +1335,20 @@ src/app/+my-account/my-account-routing.module.ts - 95 + 94 src/app/+my-account/my-account.component.ts 36 + + src/app/shared/shared-moderation/server-blocklist.component.html + 3 + + + src/app/shared/shared-moderation/server-blocklist.component.html + 3 + Users @@ -1296,6 +1356,14 @@ src/app/+admin/admin.component.ts 88 + + src/app/+admin/users/user-edit/user-edit.component.html + 4 + + + src/app/+admin/users/user-edit/user-edit.component.html + 4 + Configuration @@ -1303,6 +1371,10 @@ src/app/+admin/admin.component.ts 95 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 1 + Plugins/Themes @@ -1461,215 +1533,163 @@ color: red; 27 - - Discover videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 31 - - - - Trending pages - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 33 - - Default trending page src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 34 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 52 + 43 Best videos src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 + 47 Hot videos src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 36 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 57 + 48 Most viewed videos src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 37 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 58 + 49 Most liked videos src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 38 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 59 - - - - Recently added videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 41 - - - - Local videos - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 42 - - - src/app/menu/menu.component.html - 143 + 50 BROADCAST MESSAGE src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 73 + 64 Display a message on your instance src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 + 66,67 Enable broadcast message src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 86 + 77 Allow users to dismiss the broadcast message src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 93 + 84 Broadcast message level src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 98 + 89 Message src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 112 + 103 NEW USERS src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 129 + 120 Manage users to set their quota individually. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 + 122,123 Enable Signup src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 141 + 132 ⚠️ This functionality requires a lot of attention and extra moderation. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 144 + 135 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 398 + 389 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 411 + 402 Signup requires email verification src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 152 + 143 Signup limit src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 156 + 147 {VAR_PLURAL, plural, =1 {user} other {users}} src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 163 + 154 Signup won't be limited to a fixed number of users. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 + 159 Default video quota per user src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 177 + 168 bytes src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 + 174 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 + 188 src/app/+admin/users/user-edit/user-edit.component.html @@ -1692,35 +1712,28 @@ color: red; Default daily upload limit per user src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 191 - - - - VIDEOS - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 210 + 182 Import jobs concurrency src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 + 211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 + 212 jobs in parallel src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 + 216 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html @@ -1731,231 +1744,231 @@ color: red; Allow import with HTTP URL (e.g. YouTube) src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 234 + 225 Allow import with a torrent file or a magnet URI src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 241 + 232 Block new videos automatically src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 255 + 246 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 258 + 249 SEARCH src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 272 + 263 Allow users to do remote URI/handle search src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 283 + 274 Allow your users to look up remote videos/actors that may not be federated with your instance src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 286 + 277 Allow anonymous to do remote URI/handle search src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 294 + 285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 297 + 288 Enable global search src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 308 + 299 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 311 + 302 You should only use moderated search indexes in production, or host your own. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 + 305,306 Search index URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 320 + 311 Disable local search in search bar src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 333 + 324 Search bar uses the global search index by default src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 340 + 331 Otherwise the local search stays used by default src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 343 + 334 FEDERATION src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 361 + 352 Manage relations with other instances. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 + 354,355 Other instances can follow yours src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 375 + 366 Manually approve new instance followers src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 382 + 373 Automatically follow back instances src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 395 + 386 Automatically follow instances of a public index src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 408 + 399 See the documentation for more information about the expected URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 + 405,406 Index URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 420 + 411 ADMINISTRATORS src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 440 + 431 Admin email src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 446 + 437 Enable contact form src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 459 + 450 TWITTER src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 468 + 459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 + 461,463 Your Twitter username src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 481 + 472 Instance allowed by Twitter src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 494 + 485 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/videos/watch/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.html - 499,504 + 490,495 You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts - 81 + 101 @@ -2035,78 +2048,89 @@ color: red; 87 - - Configuration - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 1 - - - - Instance information + + Homepage src/app/+admin/config/edit-custom-config/edit-custom-config.component.html 7 + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + - - Basic configuration + + Information src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 16 + 15 + + + + Basic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 VOD Transcoding src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 25 + 33 Live streaming src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 34 + 42 src/app/shared/shared-instance/instance-features-table.component.html 67 - - Advanced configuration + + Advanced src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 43 + 51 There are errors in the form: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 + 67,73 You cannot allow live replay if you don't enable transcoding. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 69,70 + 77,78 Update configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 72 + 80 Configuration updated. src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts - 265 + 284 + + + + INSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 @@ -2211,6 +2235,10 @@ color: red; src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 107,108 + + src/app/shared/shared-user-settings/user-video-settings.component.html + 8,9 + Policy for sensitive videos @@ -2233,6 +2261,10 @@ color: red; src/app/+admin/users/user-edit/user-password.component.html 11 + + src/app/shared/shared-forms/input-toggle-hidden.component.ts + 38 + src/app/shared/shared-user-settings/user-video-settings.component.html 16 @@ -2421,6 +2453,10 @@ color: red; src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html 46 + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html + 59 + Max simultaneous lives created per user (-1 for "unlimited") @@ -2429,13 +2465,6 @@ color: red; 54 - - {VAR_PLURAL, plural, =1 {live} other {lives}} - - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html - 59 - - Max live duration @@ -2887,13 +2916,6 @@ color: red; 50 - - Instances following you - - src/app/+admin/follows/followers-list/followers-list.component.html - 3 - - Showing to of followers @@ -3122,6 +3144,10 @@ color: red; src/app/+my-library/my-video-playlists/my-video-playlists.component.ts 35 + + src/app/+my-library/my-videos/my-videos.component.html + 50 + src/app/+my-library/my-videos/my-videos.component.ts 115 @@ -3134,6 +3160,10 @@ color: red; src/app/+my-library/my-videos/my-videos.component.ts 183 + + src/app/+videos/+video-edit/shared/video-edit.component.html + 178 + src/app/+videos/+video-watch/comment/video-comments.component.ts 171 @@ -3178,13 +3208,6 @@ color: red; 81 - - Instances you follow - - src/app/+admin/follows/following-list/following-list.component.html - 3 - - Showing to of hosts @@ -3246,6 +3269,10 @@ color: red; src/app/+admin/follows/following-list/following-list.component.html 41 + + src/app/+admin/follows/following-list/following-list.component.ts + 58 + Open instance in a new tab @@ -3304,13 +3331,6 @@ color: red; 57 - - Unfollow - - src/app/+admin/follows/following-list/following-list.component.ts - 58 - - You are not following anymore. @@ -3476,17 +3496,6 @@ color: red; 147 - - Reports - - src/app/+admin/moderation/abuse-list/abuse-list.component.html - 3 - - - src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html - 3 - - Blocked videos @@ -3501,13 +3510,6 @@ color: red; 109 - - Video blocks - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 3 - - Showing to of blocked videos @@ -3719,13 +3721,6 @@ color: red; 188 - - Video comments - - src/app/+admin/moderation/video-comment-list/video-comment-list.component.html - 3 - - This view also shows comments from muted accounts. @@ -3798,6 +3793,10 @@ color: red; src/app/+admin/moderation/video-comment-list/video-comment-list.component.html 44 + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts + 67 + Select this row @@ -3943,6 +3942,10 @@ color: red; src/app/+my-account/my-account-settings/my-account-settings.component.html 1 + + src/app/+my-account/my-account.component.ts + 50 + Uninstall @@ -3950,75 +3953,72 @@ color: red; src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html 36 + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts + 111 + You don't have plugins installed yet. src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 87 + 86 You don't have themes installed yet. src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 90 + 89 Update to src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 98 + 97 Do you really want to uninstall ? src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 111 - - - - Uninstall - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 112 + 110 uninstalled. src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 119 + 118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 + 134 Upgrade src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 + 135 Proceed upgrade src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 + 136 updated. src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 151 + 150 @@ -4080,28 +4080,28 @@ color: red; The plugin index is not available. Please retry later. src/app/+admin/plugins/plugin-search/plugin-search.component.ts - 101 + 100 Please only install plugins or themes you trust, since they can execute any code on your instance. src/app/+admin/plugins/plugin-search/plugin-search.component.ts - 135 + 134 Install ? src/app/+admin/plugins/plugin-search/plugin-search.component.ts - 136 + 135 installed. src/app/+admin/plugins/plugin-search/plugin-search.component.ts - 148 + 147 @@ -4131,6 +4131,14 @@ color: red; src/app/+admin/plugins/plugins.component.html 5 + + src/app/+search/search-routing.module.ts + 13 + + + src/app/+search/search.component.ts + 244 + src/app/header/search-typeahead.component.html 8 @@ -4139,6 +4147,14 @@ color: red; src/app/shared/shared-instance/instance-features-table.component.html 122 + + src/app/shared/shared-main/misc/simple-search-input.component.ts + 15 + + + src/app/shared/shared-main/misc/simple-search-input.component.ts + 16 + List installed plugins @@ -4449,23 +4465,6 @@ color: red; src/app/+admin/system/system.component.html 3 - - - Logs - - src/app/+admin/system/system.component.html - 5 - - - - Debug - - src/app/+admin/system/system.component.html - 7 - - - - Jobs src/app/+admin/system/system.routes.ts 26 @@ -4473,6 +4472,10 @@ color: red; Logs + + src/app/+admin/system/system.component.html + 5 + src/app/+admin/system/system.routes.ts 37 @@ -4480,6 +4483,10 @@ color: red; Debug + + src/app/+admin/system/system.component.html + 7 + src/app/+admin/system/system.routes.ts 48 @@ -4498,16 +4505,9 @@ color: red; src/app/+admin/users/user-edit/user-create.component.ts 95 - - - Users - src/app/+admin/users/user-edit/user-edit.component.html - 4 - - - src/app/+admin/users/user-edit/user-edit.component.html - 4 + src/app/+admin/users/user-list/user-list.component.html + 20 @@ -4520,6 +4520,10 @@ color: red; src/app/+admin/users/user-edit/user-edit.component.html 8 + + src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts + 103 + src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html 8 @@ -4528,6 +4532,10 @@ color: red; src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html 8 + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts + 89 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html 8 @@ -4944,6 +4952,10 @@ color: red; src/app/+admin/users/user-edit/user-password.component.html 10 + + src/app/shared/shared-forms/input-toggle-hidden.component.ts + 39 + Password changed for user . @@ -4963,21 +4975,21 @@ color: red; User updated. src/app/+admin/users/user-edit/user-update.component.ts - 86 + 88 Update user src/app/+admin/users/user-edit/user-update.component.ts - 103 + 105 An email asking for password reset has been sent to . src/app/+admin/users/user-edit/user-update.component.ts - 109 + 111 @@ -4987,13 +4999,6 @@ color: red; 6 - - Create user - - src/app/+admin/users/user-list/user-list.component.html - 20 - - Table parameters @@ -5085,6 +5090,10 @@ color: red; src/app/+admin/users/user-list/user-list.component.ts 91 + + src/app/shared/shared-moderation/user-ban-modal.component.html + 3 + src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 274 @@ -5209,7 +5218,15 @@ color: red; Login src/app/+login/login-routing.module.ts - 14 + 12 + + + src/app/+login/login.component.html + 44 + + + src/app/menu/menu.component.html + 94 @@ -5247,6 +5264,10 @@ color: red; src/app/+signup/+register/register.component.html 26 + + src/app/core/users/user.service.ts + 405 + Username or email address @@ -5255,17 +5276,6 @@ color: red; 23 - - Login - - src/app/+login/login.component.html - 44 - - - src/app/menu/menu.component.html - 94 - - Click here to reset your password @@ -5387,6 +5397,14 @@ The link will expire within 1 hour. src/app/+my-account/my-account-applications/my-account-applications.component.html 3 + + src/app/+my-account/my-account-routing.module.ts + 126 + + + src/app/+my-account/my-account.component.ts + 60 + SUBSCRIPTION FEED @@ -5429,6 +5447,10 @@ The link will expire within 1 hour. src/app/+my-account/my-account-applications/my-account-applications.component.html 35 + + src/app/+my-account/my-account-applications/my-account-applications.component.ts + 42 + Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? @@ -5437,13 +5459,6 @@ The link will expire within 1 hour. 41 - - Renew token - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - Token renewed. Update your client configuration accordingly. @@ -5457,6 +5472,14 @@ The link will expire within 1 hour. src/app/+my-account/my-account-notifications/my-account-notifications.component.html 1 + + src/app/+my-account/my-account-routing.module.ts + 108 + + + src/app/+my-account/my-account.component.ts + 55 + src/app/menu/notification.component.html 22 @@ -5505,36 +5528,14 @@ The link will expire within 1 hour. Account settings src/app/+my-account/my-account-routing.module.ts - 29 - - - - Notifications - - src/app/+my-account/my-account-routing.module.ts - 109 - - - src/app/+my-account/my-account.component.ts - 55 + 28 My abuse reports src/app/+my-account/my-account-routing.module.ts - 118 - - - - Applications - - src/app/+my-account/my-account-routing.module.ts - 127 - - - src/app/+my-account/my-account.component.ts - 60 + 117 @@ -5648,6 +5649,10 @@ The link will expire within 1 hour. src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html 4 + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts + 25 + Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted. @@ -5663,13 +5668,6 @@ The link will expire within 1 hour. 23 - - Delete your account - - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts - 25 - - Delete my account @@ -5963,13 +5961,6 @@ The link will expire within 1 hour. 41 - - Settings - - src/app/+my-account/my-account.component.ts - 50 - - Video channel created. @@ -5984,17 +5975,6 @@ The link will expire within 1 hour. 73 - - Create - - src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts - 103 - - - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts - 89 - - My Channels @@ -6111,6 +6091,26 @@ The link will expire within 1 hour. src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts 110 + + src/app/+videos/+video-edit/video-add-components/video-go-live.component.html + 45 + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html + 68 + + + src/app/+videos/+video-edit/video-add-components/video-import-url.component.html + 61 + + + src/app/+videos/+video-edit/video-update.component.html + 3 + + + src/app/+videos/+video-edit/video-update.component.html + 18 + src/app/shared/shared-main/buttons/edit-button.component.ts 17 @@ -6187,6 +6187,10 @@ The link will expire within 1 hour. src/app/+my-library/+my-video-channels/my-video-channels.component.html 30 + + src/app/shared/shared-video-playlist/video-playlist-miniature.component.html + 9 + Do you really want to delete ? @@ -6224,6 +6228,10 @@ channel with the same name ()!src/app/+my-library/my-history/my-history.component.html 3 + + src/app/+my-library/my-history/my-history.component.ts + 67 + Track watch history @@ -6246,13 +6254,6 @@ channel with the same name ()!30 - - My watch history - - src/app/+my-library/my-history/my-history.component.ts - 67 - - Videos history is enabled @@ -6292,28 +6293,32 @@ channel with the same name ()!My playlists src/app/+my-library/my-library-routing.module.ts - 40 + 39 + + + src/app/+my-library/my-video-playlists/my-video-playlists.component.html + 3 Create a new playlist src/app/+my-library/my-library-routing.module.ts - 49 + 48 Playlist elements src/app/+my-library/my-library-routing.module.ts - 58 + 57 Update playlist src/app/+my-library/my-library-routing.module.ts - 67 + 66 src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts @@ -6324,7 +6329,11 @@ channel with the same name ()!My videos src/app/+my-library/my-library-routing.module.ts - 77 + 76 + + + src/app/+my-library/my-videos/my-videos.component.html + 4 src/app/+my-library/my-videos/my-videos.component.ts @@ -6335,28 +6344,36 @@ channel with the same name ()!My video imports src/app/+my-library/my-library-routing.module.ts - 90 + 89 My subscriptions src/app/+my-library/my-library-routing.module.ts - 99 + 98 + + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html + 4 Ownership changes src/app/+my-library/my-library-routing.module.ts - 108 + 107 + + + src/app/+my-library/my-videos/my-videos.component.html + 16 My video history src/app/+my-library/my-library-routing.module.ts - 118 + 117 @@ -6372,6 +6389,10 @@ channel with the same name ()!src/app/+my-library/my-library.component.ts 54 + + src/app/menu/menu.component.html + 103 + Playlists @@ -6379,6 +6400,10 @@ channel with the same name ()!src/app/+my-library/my-library.component.ts 61 + + src/app/menu/menu.component.html + 108 + Subscriptions @@ -6392,7 +6417,11 @@ channel with the same name ()! src/app/+videos/videos-routing.module.ts - 59 + 57 + + + src/app/menu/menu.component.html + 113 @@ -6401,6 +6430,10 @@ channel with the same name ()!src/app/+my-library/my-library.component.ts 71 + + src/app/menu/menu.component.html + 118 + Accept ownership @@ -6458,13 +6491,6 @@ channel with the same name ()!78 - - My subscriptions - - src/app/+my-library/my-subscriptions/my-subscriptions.component.html - 4 - - You don't have any subscription yet. @@ -6478,6 +6504,14 @@ channel with the same name ()!src/app/+my-library/my-subscriptions/my-subscriptions.component.html 25 + + src/app/+search/search.component.html + 53 + + + src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html + 27 + Owner account page @@ -6606,6 +6640,10 @@ channel with the same name ()!src/app/+videos/+video-watch/video-watch.component.html 230 + + src/app/shared/shared-abuse-list/abuse-details.component.ts + 22 + Channel @@ -6721,13 +6759,6 @@ channel with the same name ()!97 - - My playlists - - src/app/+my-library/my-video-playlists/my-video-playlists.component.html - 3 - - Create playlist @@ -6748,6 +6779,10 @@ channel with the same name ()!src/app/+my-library/my-videos/modals/video-change-ownership.component.html 3 + + src/app/+my-library/my-videos/my-videos.component.ts + 178 + Select the next owner @@ -6763,20 +6798,6 @@ channel with the same name ()!64 - - My videos - - src/app/+my-library/my-videos/my-videos.component.html - 4 - - - - Ownership changes - - src/app/+my-library/my-videos/my-videos.component.html - 16 - - Last published first @@ -6812,17 +6833,6 @@ channel with the same name ()!31 - - Delete - - src/app/+my-library/my-videos/my-videos.component.html - 50 - - - src/app/+videos/+video-edit/shared/video-edit.component.html - 178 - - Only live videos @@ -6866,13 +6876,6 @@ channel with the same name ()!278 - - Change ownership - - src/app/+my-library/my-videos/my-videos.component.ts - 178 - - Not found @@ -7002,6 +7005,13 @@ channel with the same name ()!48 + + Reset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + + Reset my password @@ -7081,6 +7091,30 @@ channel with the same name ()!src/app/+search/search-filters.component.html 110,111 + + src/app/+search/search-filters.component.html + 123,124 + + + src/app/+search/search-filters.component.html + 136,137 + + + src/app/+search/search-filters.component.html + 149,150 + + + src/app/+search/search-filters.component.html + 164,165 + + + src/app/+search/search-filters.component.html + 172,173 + + + src/app/+search/search-filters.component.html + 197,198 + Display only @@ -7095,6 +7129,10 @@ channel with the same name ()!src/app/+search/search-filters.component.html 29 + + src/app/+search/search-filters.component.ts + 64 + VOD videos @@ -7102,6 +7140,10 @@ channel with the same name ()!src/app/+search/search-filters.component.html 34 + + src/app/+search/search-filters.component.ts + 60 + Display sensitive content @@ -7178,29 +7220,6 @@ channel with the same name ()!245 - - Reset - - src/app/+search/search-filters.component.html - 123,124 - - - src/app/+search/search-filters.component.html - 136,137 - - - src/app/+search/search-filters.component.html - 149,150 - - - src/app/+search/search-filters.component.html - 164,165 - - - src/app/+search/search-filters.component.html - 172,173 - - Display all categories @@ -7284,13 +7303,6 @@ channel with the same name ()!189 - - Reset - - src/app/+search/search-filters.component.html - 197,198 - - Filter @@ -7334,20 +7346,6 @@ channel with the same name ()!53 - - VOD videos - - src/app/+search/search-filters.component.ts - 60 - - - - Live videos - - src/app/+search/search-filters.component.ts - 64 - - Short (< 4 min) @@ -7391,26 +7389,7 @@ channel with the same name ()! src/app/+videos/video-list/trending/video-trending-header.component.ts - 54 - - - - Search - - src/app/+search/search-routing.module.ts - 15 - - - src/app/+search/search.component.ts - 242 - - - src/app/shared/shared-main/misc/simple-search-input.component.ts - 15 - - - src/app/shared/shared-main/misc/simple-search-input.component.ts - 16 + 55 @@ -7455,25 +7434,18 @@ channel with the same name ()!31,32 - - subscribers - - src/app/+search/search.component.html - 53 - - Search index is unavailable. Retrying with instance results instead. src/app/+search/search.component.ts - 167 + 166 Search error src/app/+search/search.component.ts - 168 + 167 @@ -7487,7 +7459,7 @@ channel with the same name ()!Register src/app/+signup/+register/register-routing.module.ts - 14 + 13 @@ -7680,14 +7652,14 @@ channel with the same name ()!Verify account via email src/app/+signup/+verify-account/verify-account-routing.module.ts - 17 + 15 Ask to send an email to verify you account src/app/+signup/+verify-account/verify-account-routing.module.ts - 26 + 24 @@ -7736,14 +7708,14 @@ channel with the same name ()!Video channel videos src/app/+video-channels/video-channels-routing.module.ts - 24 + 22 Video channel playlists src/app/+video-channels/video-channels-routing.module.ts - 37 + 35 @@ -7806,20 +7778,6 @@ channel with the same name ()!66 - - {VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - - - - - src/app/+video-channels/video-channels.component.html - 76,77 - - Subscribe to the account @@ -8257,8 +8215,8 @@ channel with the same name ()!43,44 - - Choose the appropriate license for your work. + + Choose the appropriate licence for your work. src/app/+videos/+video-edit/shared/video-edit.component.html 79,80 @@ -8305,6 +8263,14 @@ channel with the same name ()!src/app/+videos/+video-edit/shared/video-edit.component.html 155 + + src/app/shared/shared-abuse-list/abuse-details.component.ts + 26 + + + src/app/shared/shared-moderation/abuse.service.ts + 178 + Add another caption @@ -8490,14 +8456,14 @@ channel with the same name ()!Instance languages src/app/+videos/+video-edit/shared/video-edit.component.ts - 172 + 179 All languages src/app/+videos/+video-edit/shared/video-edit.component.ts - 173 + 180 src/app/shared/shared-user-settings/user-video-settings.component.ts @@ -8508,14 +8474,14 @@ channel with the same name ()!Scheduled src/app/+videos/+video-edit/shared/video-edit.component.ts - 184 + 191 Hide the video until a specific date src/app/+videos/+video-edit/shared/video-edit.component.ts - 185 + 192 @@ -8552,29 +8518,6 @@ channel with the same name ()!30,33 - - Update - - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html - 45 - - - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html - 68 - - - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html - 61 - - - src/app/+videos/+video-edit/video-update.component.html - 3 - - - src/app/+videos/+video-edit/video-update.component.html - 18 - - Cannot create live because this instance have too many created lives @@ -8651,11 +8594,18 @@ channel with the same name ()!56,57 + + Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + + Video to import updated. src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts - 135 + 141 src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts @@ -8765,8 +8715,8 @@ channel with the same name ()!5 - - Upload cancelled + + Upload on hold src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 125 @@ -8820,6 +8770,10 @@ channel with the same name ()!src/app/+videos/+video-edit/video-add-components/video-upload.component.ts 289 + + src/app/shared/shared-video-miniature/video-download.component.html + 12 + src/app/shared/shared-video-miniature/video-download.component.ts 54 @@ -8957,6 +8911,10 @@ channel with the same name ()!src/app/+videos/+video-watch/comment/video-comment-add.component.html 20 + + src/app/shared/shared-main/misc/help.component.ts + 84 + Emphasis @@ -8964,6 +8922,10 @@ channel with the same name ()!src/app/+videos/+video-watch/comment/video-comment-add.component.html 22 + + src/app/shared/shared-main/misc/help.component.ts + 81 + bold @@ -9006,6 +8968,10 @@ channel with the same name ()!src/app/+videos/+video-watch/comment/video-comment-add.component.html 45,46 + + src/app/shared/shared-video-miniature/videos-selection.component.html + 19,20 + You are one step away from commenting @@ -9035,19 +9001,16 @@ channel with the same name ()!83 - - Comment - - src/app/+videos/+video-watch/comment/video-comment-add.component.ts - 67 - - Reply src/app/+videos/+video-watch/comment/video-comment-add.component.ts 69 + + src/app/+videos/+video-watch/comment/video-comment.component.html + 36 + Highlighted comment @@ -9056,13 +9019,6 @@ channel with the same name ()!10 - - Reply - - src/app/+videos/+video-watch/comment/video-comment.component.html - 36 - - Options @@ -9450,6 +9406,42 @@ channel with the same name ()!src/app/+videos/+video-watch/video-watch.component.html 196 + + src/app/shared/shared-main/buttons/action-dropdown.component.html + 22 + + + src/app/shared/shared-main/misc/top-menu-dropdown.component.html + 14 + + + src/app/shared/shared-main/misc/top-menu-dropdown.component.html + 24 + + + src/app/shared/shared-moderation/batch-domains-modal.component.html + 3 + + + src/app/shared/shared-video-miniature/video-download.component.html + 39 + + + src/app/shared/shared-video-miniature/video-download.component.html + 65 + + + src/app/shared/shared-video-miniature/video-download.component.html + 76 + + + src/app/shared/shared-video-miniature/video-download.component.html + 88 + + + src/app/shared/shared-video-miniature/videos-selection.component.html + 1 + Show more @@ -9581,13 +9573,6 @@ channel with the same name ()!645 - - Cancel - - src/app/+videos/+video-watch/video-watch.component.ts - 646 - - Autoplay is suspended @@ -9693,8 +9678,8 @@ channel with the same name ()!1 - src/app/menu/menu.component.html - 128 + src/app/core/menu/menu.service.ts + 67 @@ -9731,12 +9716,16 @@ channel with the same name ()!src/app/shared/shared-video-miniature/abstract-video-list.html 44 + + src/app/shared/shared-video-miniature/videos-selection.component.ts + 34 + Best src/app/+videos/video-list/trending/video-trending-header.component.ts - 40 + 41 A variant of Trending videos based on the number of recent interactions, minus user history @@ -9744,14 +9733,14 @@ channel with the same name ()!Videos with the most interactions for recent videos, minus user history src/app/+videos/video-list/trending/video-trending-header.component.ts - 43 + 44 Hot src/app/+videos/video-list/trending/video-trending-header.component.ts - 47 + 48 A variant of Trending videos based on the number of recent interactions @@ -9759,21 +9748,21 @@ channel with the same name ()!Videos with the most interactions for recent videos src/app/+videos/video-list/trending/video-trending-header.component.ts - 50 + 51 Videos with the most views during the last 24 hours src/app/+videos/video-list/trending/video-trending-header.component.ts - 57 + 58 Likes src/app/+videos/video-list/trending/video-trending-header.component.ts - 60 + 61 A variant of Trending videos based on the number of likes @@ -9781,7 +9770,7 @@ channel with the same name ()!Videos that have the most likes src/app/+videos/video-list/trending/video-trending-header.component.ts - 63 + 64 @@ -9792,7 +9781,15 @@ channel with the same name ()! src/app/+videos/videos-routing.module.ts - 72 + 70 + + + src/app/core/menu/menu.service.ts + 87 + + + src/app/core/menu/menu.service.ts + 88 @@ -9801,6 +9798,10 @@ channel with the same name ()!src/app/+videos/video-list/video-recently-added.component.ts 37 + + src/app/core/menu/menu.service.ts + 81 + Videos from your subscriptions @@ -9827,35 +9828,47 @@ channel with the same name ()!Discover videos src/app/+videos/videos-routing.module.ts - 23 + 21 + + + src/app/core/menu/menu.service.ts + 66 Trending videos src/app/+videos/videos-routing.module.ts - 32 + 30 + + + src/app/core/menu/menu.service.ts + 73 Recently added videos src/app/+videos/videos-routing.module.ts - 45 + 43 + + + src/app/core/menu/menu.service.ts + 80 Upload a video src/app/+videos/videos-routing.module.ts - 85 + 83 Edit a video src/app/+videos/videos-routing.module.ts - 94 + 92 @@ -9989,6 +10002,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 11 + + Trending + + src/app/core/menu/menu.service.ts + 74 + + + + Home + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + + Info @@ -10045,13 +10076,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 23 - - User - - src/app/core/users/user.service.ts - 405 - - Administrator @@ -10253,7 +10277,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/menu/menu.component.html - 174 + 159 @@ -10291,34 +10315,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 99 - - Videos - - src/app/menu/menu.component.html - 103 - - - - Playlists - - src/app/menu/menu.component.html - 108 - - - - Subscriptions - - src/app/menu/menu.component.html - 113 - - - - History - - src/app/menu/menu.component.html - 118 - - ON @@ -10326,25 +10322,11 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 124 - - Trending - - src/app/menu/menu.component.html - 133 - - - - Recently added - - src/app/menu/menu.component.html - 138 - - My settings src/app/menu/menu.component.html - 152 + 137 src/app/modal/quick-settings-modal.component.html @@ -10355,119 +10337,119 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular About src/app/menu/menu.component.html - 157 + 142 Interface: src/app/menu/menu.component.html - 165 + 150 Contact src/app/menu/menu.component.html - 169 + 154 Get help using PeerTube src/app/menu/menu.component.html - 170 + 155 Help src/app/menu/menu.component.html - 170 + 155 Frequently asked questions about PeerTube src/app/menu/menu.component.html - 171 + 156 FAQ src/app/menu/menu.component.html - 171 + 156 Stats src/app/menu/menu.component.html - 172 + 157 API documentation src/app/menu/menu.component.html - 173 + 158 API src/app/menu/menu.component.html - 173 + 158 powered by PeerTube - CopyLeft 2015-2021 src/app/menu/menu.component.html - 179 + 164 powered by PeerTube src/app/menu/menu.component.html - 180 + 165 Unknown src/app/menu/menu.component.ts - 197 + 212 any language src/app/menu/menu.component.ts - 251 + 270 hide src/app/menu/menu.component.ts - 284 + 303 blur src/app/menu/menu.component.ts - 288 + 307 display src/app/menu/menu.component.ts - 292 + 311 @@ -11596,6 +11578,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-abuse-list/abuse-details.component.html 22 + + src/app/shared/shared-abuse-list/abuse-details.component.html + 42 + @@ -11603,6 +11589,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-abuse-list/abuse-details.component.html 22 + + src/app/shared/shared-abuse-list/abuse-details.component.html + 42 + Reportee @@ -11611,20 +11601,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 28 - - {VAR_PLURAL, plural, =1 {1 report} other { reports}} - - src/app/shared/shared-abuse-list/abuse-details.component.html - 42 - - - - - - src/app/shared/shared-abuse-list/abuse-details.component.html - 42 - - Updated @@ -11638,6 +11614,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-abuse-list/abuse-details.component.html 55 + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts + 314 + Reported part @@ -11688,13 +11668,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 21 - - Privacy - - src/app/shared/shared-abuse-list/abuse-details.component.ts - 22 - - Copyright @@ -11724,17 +11697,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 173 - - Captions - - src/app/shared/shared-abuse-list/abuse-details.component.ts - 26 - - - src/app/shared/shared-moderation/abuse.service.ts - 178 - - Showing to of reports @@ -12140,13 +12102,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 18 - - subscribers - - src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html - 27 - - Remove avatar @@ -12208,8 +12163,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 32 - - ratio 6/1, recommended size: 1600x266, max size: , extensions: + + ratio 6/1, recommended size: 1920x317, max size: , extensions: src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts 45 @@ -12257,20 +12212,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 15 - - Hide - - src/app/shared/shared-forms/input-toggle-hidden.component.ts - 38 - - - - Show - - src/app/shared/shared-forms/input-toggle-hidden.component.ts - 39 - - Copied @@ -12300,14 +12241,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Maximize editor src/app/shared/shared-forms/markdown-textarea.component.ts - 38 + 48 Exit maximized editor src/app/shared/shared-forms/markdown-textarea.component.ts - 39 + 49 @@ -12648,13 +12589,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 51 - - Federation - - src/app/shared/shared-instance/instance-statistics.component.html - 58 - - followers @@ -12705,84 +12639,92 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular years ago src/app/shared/shared-main/angular/from-now.pipe.ts - 12 + 11 - - year ago + + 1 year ago src/app/shared/shared-main/angular/from-now.pipe.ts - 13 + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 months ago src/app/shared/shared-main/angular/from-now.pipe.ts - 16 + 18 - - month ago + + 1 month ago src/app/shared/shared-main/angular/from-now.pipe.ts - 17 + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 weeks ago src/app/shared/shared-main/angular/from-now.pipe.ts - 20 + 25 - - week ago + + 1 week ago src/app/shared/shared-main/angular/from-now.pipe.ts - 21 + 26 days ago src/app/shared/shared-main/angular/from-now.pipe.ts - 24 + 29 - - day ago + + 1 day ago src/app/shared/shared-main/angular/from-now.pipe.ts - 25 + 30 hours ago src/app/shared/shared-main/angular/from-now.pipe.ts - 28 + 33 - - hour ago + + 1 hour ago src/app/shared/shared-main/angular/from-now.pipe.ts - 29 + 34 min ago src/app/shared/shared-main/angular/from-now.pipe.ts - 32 + 37 just now src/app/shared/shared-main/angular/from-now.pipe.ts - 34 + 39 @@ -12792,13 +12734,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 4 - - - - src/app/shared/shared-main/buttons/action-dropdown.component.html - 22 - - Open syndication dropdown @@ -12820,13 +12755,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 75 - - Emphasis - - src/app/shared/shared-main/misc/help.component.ts - 81 - - Links @@ -12841,13 +12769,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 83 - - Lists - - src/app/shared/shared-main/misc/help.component.ts - 84 - - Images @@ -12862,17 +12783,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 14 - - - - src/app/shared/shared-main/misc/top-menu-dropdown.component.html - 14 - - - src/app/shared/shared-main/misc/top-menu-dropdown.component.html - 24 - - You don't have notifications. @@ -13185,17 +13095,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 179 - - Muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html - 3 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 3 - - Showing to of muted accounts @@ -13285,13 +13184,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 44 - - - - src/app/shared/shared-moderation/batch-domains-modal.component.html - 3 - - 1 host (without "http://") per line @@ -13434,17 +13326,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 111 - - Muted servers - - src/app/shared/shared-moderation/server-blocklist.component.html - 3 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 3 - - Showing to of muted instances @@ -13536,13 +13417,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 69 - - Ban - - src/app/shared/shared-moderation/user-ban-modal.component.html - 3 - - Reason... @@ -14074,13 +13948,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 4 - - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - - src/app/shared/shared-user-settings/user-video-settings.component.html - 8,9 - - Only display videos in the following languages/subtitles @@ -14462,6 +14329,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts 272 + + src/app/shared/shared-video-miniature/video-download.component.html + 4 + + + src/app/shared/shared-video-miniature/video-download.component.html + 138 + Block @@ -14477,36 +14352,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 302 - - Report - - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts - 314 - - - - Download - - src/app/shared/shared-video-miniature/video-download.component.html - 4 - - - src/app/shared/shared-video-miniature/video-download.component.html - 138 - - subtitles src/app/shared/shared-video-miniature/video-download.component.html 11 - - - video - src/app/shared/shared-video-miniature/video-download.component.html - 12 + src/app/shared/shared-video-miniature/video-download.component.ts + 55 @@ -14516,13 +14370,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 21,22 - - - - src/app/shared/shared-video-miniature/video-download.component.html - 39 - - Format @@ -14530,21 +14377,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 61 - - - - src/app/shared/shared-video-miniature/video-download.component.html - 65 - - - src/app/shared/shared-video-miniature/video-download.component.html - 76 - - - src/app/shared/shared-video-miniature/video-download.component.html - 88 - - Video stream @@ -14587,13 +14419,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 125,126 - - subtitles - - src/app/shared/shared-video-miniature/video-download.component.ts - 55 - - Encoder @@ -14731,27 +14556,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 180 - - - - src/app/shared/shared-video-miniature/videos-selection.component.html - 1 - - - - Cancel - - src/app/shared/shared-video-miniature/videos-selection.component.html - 19,20 - - - - No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - Save to @@ -14855,13 +14659,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 143 - - {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} - - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html - 9 - - @@ -14883,13 +14680,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 3 - - - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} @@ -14897,13 +14687,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 7 - - - - src/app/shared/shared-video/video-views-counter.component.html - 7,8 - - diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf index 9a4b21089..ba2428034 100644 --- a/client/src/locale/angular.zh-Hans-CN.xlf +++ b/client/src/locale/angular.zh-Hans-CN.xlf @@ -166,13 +166,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history 我的历史记录 - src/app/+my-library/my-history/my-history.component.ts67 + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to 另存为 @@ -235,19 +235,19 @@ Create 创建 - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video 视频 - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. The following link contains a private token and should not be shared with anyone. src/app/shared/shared-video-miniature/video-download.component.html @@ -263,8 +263,8 @@ subtitles 字幕 - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format 格式 @@ -341,14 +341,14 @@ 取消 - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download 下载 - src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... 原因... @@ -362,11 +362,8 @@ src/app/shared/shared-video-miniature/videos-selection.component.html19 No results.No results. - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit 提交 @@ -423,13 +420,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 个观众} other { 个观众}} @@ -469,8 +463,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1部视频} other { 部视频}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -533,18 +527,18 @@ 最好的 A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history Videos with the most interactions for recent videos, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts43 + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete 删除 - src/app/+my-library/my-videos/my-videos.component.html50src/app/+videos/+video-edit/shared/video-edit.component.html178 + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videosOnly live videos src/app/+my-library/my-videos/my-videos.component.ts @@ -573,13 +567,13 @@ Hide 隐藏 - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show 显示 - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview 完整预览 @@ -804,8 +798,8 @@ Federation 联盟 - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers 追踪者 @@ -846,12 +840,12 @@ User 用户 - src/app/core/users/user.service.ts405 + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban 封禁 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -880,7 +874,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user 封禁此用户 @@ -1008,7 +1002,7 @@ 登录 - src/app/+login/login.component.html44src/app/menu/menu.component.html94 + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with 或使用其他账户登入 @@ -1142,7 +1136,7 @@ The link will expire within 1 hour. 位订阅者 - src/app/+search/search.component.html53 + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! 欢迎来到 PeerTube,亲爱的管理员! @@ -1270,7 +1264,7 @@ The link will expire within 1 hour. 我的设定 - src/app/menu/menu.component.html152src/app/modal/quick-settings-modal.component.html3 + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. 设置仅对本站当前会话有效。 @@ -1347,27 +1341,27 @@ The link will expire within 1 hour. 键盘快捷键 - src/app/menu/menu.component.html62src/app/menu/menu.component.html174 + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 技术支持 PeerTube - 非盈利版权 2015-2021 - src/app/menu/menu.component.html179 + src/app/menu/menu.component.html164 Help 说明 - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 Get help using PeerTube 取得 PeerTube 的使用帮助 - src/app/menu/menu.component.html170 + src/app/menu/menu.component.html155 powered by PeerTube 技术支持 PeerTube - src/app/menu/menu.component.html180 + src/app/menu/menu.component.html165 Log out 注销 @@ -1399,106 +1393,86 @@ The link will expire within 1 hour. 我的视频 - src/app/+my-library/my-library-routing.module.ts77src/app/+my-library/my-videos/my-videos.component.ts69 + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports 我的视频汇入 - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists 我的播放清單 - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist 建立新的播放清单 - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions 我的订阅 - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos 视频 - src/app/menu/menu.component.html103 + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: 界面: - src/app/menu/menu.component.html165 + src/app/menu/menu.component.html150 Playlists 播放列表 - src/app/menu/menu.component.html108 + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions 订阅内容 - src/app/menu/menu.component.html113 + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History 观看历史 - src/app/menu/menu.component.html118 + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS 视频 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency 导入并发送 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. 允许并行导入多个视频. ⚠️ 需要重新启动 PeerTube. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel 并行作业 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) 允许使用 HTTP URL (例如 YouTube)导入 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover 发现更多 - src/app/+videos/video-list/overview/video-overview.component.html1src/app/menu/menu.component.html128 - - Trending - 时下流行 - - src/app/menu/menu.component.html133 - - Recently added - 最近添加 - - src/app/menu/menu.component.html138 + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration 管理 @@ -1509,12 +1483,12 @@ The link will expire within 1 hour. 关于 - src/app/menu/menu.component.html157 + src/app/menu/menu.component.html142 Contact 联络人 - src/app/menu/menu.component.html169 + src/app/menu/menu.component.html154 View your notifications 查看您的通知 @@ -1525,9 +1499,9 @@ The link will expire within 1 hour. Notifications 通知 - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read 标记为已读 @@ -1721,7 +1695,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1729,17 +1703,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date 发布日期 @@ -1924,10 +1892,13 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html18 Remove bannerRemove banner - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 - ratio 6/1, recommended size: 1600x266, max size: , extensions: ratio 6/1, recommended size: 1600x266, max size: , extensions: - - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + + Account avatarAccount avatar src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -1967,12 +1938,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. 视频描述在预设情况下会被打断,必须手动操作才能扩展它们。 src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - 选择 对您的作品来说适当的授权条款。 - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel 频道 @@ -1997,27 +1970,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube 关于 PeerTube 的常见问题 - src/app/menu/menu.component.html171 + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 API documentation API 文件 - src/app/menu/menu.component.html173 + src/app/menu/menu.component.html158 Schedule publication () 计划发布 () @@ -2120,8 +2093,8 @@ The link will expire within 1 hour. Captions 字幕 - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview 视频预览 @@ -2161,11 +2134,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 src/app/+video-channels/video-channels.component.html @@ -2239,12 +2209,12 @@ The link will expire within 1 hour. Update 更新 - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload 选择要上传的文件 @@ -2255,12 +2225,12 @@ The link will expire within 1 hour. Scheduled 定时发布 - src/app/+videos/+video-edit/shared/video-edit.component.ts184 + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date 在设定的日期之前隐藏视频 - src/app/+videos/+video-edit/shared/video-edit.component.ts185 + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image 视频背景图片 @@ -2310,7 +2280,13 @@ The link will expire within 1 hour. 发布 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. 对不起,您的帐户的上传功能已被禁用。如果你想添加视频,管理员必须解锁您的权限。 @@ -2343,6 +2319,12 @@ The link will expire within 1 hour. 成功!此视频将会通过种子导入。现在您可以填写关于此视频的信息了。 src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2786,13 +2768,13 @@ The link will expire within 1 hour. Lists 清单 - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis 强调 - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold 粗体 @@ -2841,13 +2823,13 @@ The link will expire within 1 hour. Comment 留言 - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply 回复 - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment 所要查看的评论 @@ -2890,11 +2872,8 @@ The link will expire within 1 hour. Renew token 更新令牌 - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. 更新令牌。请更新您的客户端配置。 @@ -2906,11 +2885,8 @@ The link will expire within 1 hour. Applications 应用程序 - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED 订阅 FEED @@ -3088,7 +3064,7 @@ The link will expire within 1 hour. Unfollow 取消关注 - src/app/+admin/follows/following-list/following-list.component.html41 + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab 在新选项卡中打开页面 @@ -3147,8 +3123,8 @@ The link will expire within 1 hour. Create user 创建用户 - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters 参数表 @@ -3346,45 +3322,45 @@ The link will expire within 1 hour. Reports 回复 - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks 视频封鎖 - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments 视频留言 - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts 已禁言的账户 - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers 已静音的服务器 - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users 用户 - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration 设定 - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks 影片封锁 @@ -3613,12 +3589,12 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video 视频 @@ -3836,10 +3812,10 @@ The link will expire within 1 hour. Search 搜索 - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content 用户可以解析远程内容 @@ -3857,7 +3833,7 @@ The link will expire within 1 hour. - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings 显示设置 @@ -3867,34 +3843,34 @@ The link will expire within 1 hour. Uninstall 卸载 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot 热门 A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos 最新热门视频 - src/app/+videos/video-list/trending/video-trending-header.component.ts50 + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours 24小时内最多观看 - src/app/+videos/video-list/trending/video-trending-header.component.ts57 + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes 喜欢 A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes 最受欢迎的视频 - src/app/+videos/video-list/trending/video-trending-header.component.ts63 + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3949,18 +3925,18 @@ The link will expire within 1 hour. Jobs 任务 - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs 日志 - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug 调试 - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment 删除这条评论 @@ -4196,11 +4172,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html102 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 @@ -4308,11 +4281,7 @@ The link will expire within 1 hour. 比如2vCore 2gb RAM,一个直接连接到你租用的服务器的链接,等等。 src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - 实例信息 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE 外观 @@ -4336,137 +4305,105 @@ The link will expire within 1 hour. 首页 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - 发现视频 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - 热门页面 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page 预设热门页面 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos 最佳视频 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos 热门视频 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos 观看次数最多的视频 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos 最喜欢的视频 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - 最近添加的视频 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - 本地视频 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42src/app/menu/menu.component.html143 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE 广播信息 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance 在您的站点上显示一则信息。 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message 启用广播消息 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message 允许用户关闭广播消息 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level Broadcast message level - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message 信息 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS 新的使用者 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 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.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification 注册需要验证电子邮件地址 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit 注册限制 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {user} other {users}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. Signup won't be limited to a fixed number of users. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup 启用注册 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users 用户 @@ -4523,177 +4460,150 @@ The link will expire within 1 hour. Default video quota per user 每个用户的预设的视频配额 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes bytes - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user 每个用户预设的每日上传限制 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI 允许导入一个种子文件或磁力链接 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. 除非用户被标记为受信任的,否则他们的视频将保持私密,直到版主审查他们。 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically 自动屏蔽新视频 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH SEARCH - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search 允许用户进行远程 URI/处理搜索 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance 允许 您的使用者 查找可能与您的站点无关的远程视频/参与者 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search 允许匿名执行远程 URI/处理搜索 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance Allow anonymous users to look up remote videos/actors that may not be federated with your instance - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ 此功能相当依赖于站台的审核程度与您所提取的搜寻索引。 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 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.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL Search index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar 在搜索栏中禁用本地搜索 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default 否则,默认情况下将保留本地搜索 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default 搜索栏默认使用全局搜索索引 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search 启用全局搜索 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. Manage relations with other instances. - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours 其他的网站可以追踪你 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers 手动批准新的网站跟随者 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances 自动跟踪站点 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️使用此功能時必須非常小心。 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index 自动跟踪公共索引的站点 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 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.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator 管理员 @@ -4702,54 +4612,44 @@ The link will expire within 1 hour. Admin email 管理员电子邮件地址 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form 开启联系表格 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - 基本配置 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD 转码 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. 提供表示实例的 Twitter 帐户,以改进链接预览。如果你没有 Twitter 账户,只需保留默认值 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username 您的 Twitter 用户名 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter 允许 Twitter - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/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/videos/watch/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.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE LIVE @@ -4801,8 +4701,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {live} other {lives}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") Max simultaneous lives created per user (-1 for "unlimited") @@ -4870,8 +4770,14 @@ The link will expire within 1 hour. Live streaming 视频直播 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5110,26 +5016,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. 如果不启用转码,就不能允许直播重播。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - 高级设置 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: There are errors in the form: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration 更新设置 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS 视频设置 @@ -5302,8 +5201,8 @@ color: red; Change ownership 转移视频 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner 选择新的所有者 @@ -5382,13 +5281,13 @@ color: red; Account settings 账户设定 - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements 播放列表 - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports 我的入口 @@ -5493,8 +5392,8 @@ color: red; Delete your account 删除您的帐户 - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page 频道页面 @@ -5700,12 +5599,12 @@ color: red; Video channel videos 视频频道视频 - src/app/+video-channels/video-channels-routing.module.ts24 + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists 视频频道播放列表 - src/app/+video-channels/video-channels-routing.module.ts37 + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel Manage channel src/app/+video-channels/video-channels.component.html @@ -5733,13 +5632,13 @@ color: red; Verify account via email 通过电子邮件验证帐户 - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account 要求发送一封电子邮件来验证你的帐户 - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned 已封禁 @@ -5767,11 +5666,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}}{VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}}{VAR_PLURAL, plural, =1 {1 videos} other { videos}} src/app/+accounts/accounts.component.html @@ -5876,7 +5772,7 @@ channel with the same name ()! Stats 统计 - src/app/menu/menu.component.html172 + src/app/menu/menu.component.html157 @@ -6228,18 +6124,18 @@ channel with the same name ()! About this instance 关于这个站点 - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube 关于 PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network 关于此网站的网络 - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied 链接复制 @@ -6393,8 +6289,8 @@ channel with the same name ()! Register Register - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. 您的信息已发送。 @@ -6410,12 +6306,12 @@ channel with the same name ()! Account videos Account videos - src/app/+accounts/accounts-routing.module.ts38 + src/app/+accounts/accounts-routing.module.ts36 Search videos within account Search videos within account - src/app/+accounts/accounts-routing.module.ts51 + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNTPEERTUBE ACCOUNT src/app/+accounts/accounts.component.html @@ -6426,7 +6322,7 @@ channel with the same name ()! Account video channels Account video channels - src/app/+accounts/accounts-routing.module.ts29 + src/app/+accounts/accounts-routing.module.ts27 Published videos @@ -6488,13 +6384,13 @@ channel with the same name ()! Instances you follow Instances you follow - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you Instances following you - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only Audio-only @@ -6617,17 +6513,45 @@ channel with the same name ()! thread thread src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. 设置已更新。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration Edit custom configuration @@ -7114,26 +7038,26 @@ channel with the same name ()! You don't have plugins installed yet. 您还没有安装插件。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. 您还没有安装主题。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to 更新到 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? 您确定要卸载 吗? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall Uninstall @@ -7145,32 +7069,23 @@ channel with the same name ()! 已卸载。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 UpgradeUpgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgradeProceed upgrade - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. 已更新。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs Jobs @@ -7185,26 +7100,26 @@ channel with the same name ()! The plugin index is not available. Please retry later. 插件列表暂不可用。请稍后再试。 - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. 请只安装您信任的插件和主题,因为它们可以在您的实例上执行任何代码。 - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? 您确定要安装 吗? - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. 已安装 - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. 设置已更新。 @@ -7399,20 +7314,20 @@ channel with the same name ()! User updated. - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user 更新用户 - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . 一封请求重置密码的电子邮件已发送给 - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list Users list @@ -7866,6 +7781,12 @@ channel with the same name ()! src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7891,9 +7812,9 @@ channel with the same name ()! Update playlist Update playlist - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications Notifications @@ -7947,8 +7868,8 @@ channel with the same name ()! Ownership changes Ownership changes - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? 您确定要删除 @@ -8011,8 +7932,8 @@ channel with the same name ()! My abuse reports My abuse reports - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes 视频转移 @@ -8021,8 +7942,8 @@ channel with the same name ()! My video history My video history - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels Channels @@ -8047,19 +7968,13 @@ channel with the same name ()! Maximize editor Maximize editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor Exit maximized editor - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. 要验证您的帐户并完成注册,请检查您的电子邮件。 @@ -8175,6 +8090,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: 键盘快捷键: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8195,7 +8126,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language any language - src/app/menu/menu.component.ts251 + src/app/menu/menu.component.ts270 ON ON @@ -8205,22 +8136,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide hide - src/app/menu/menu.component.ts284 + src/app/menu/menu.component.ts303 blur blur - src/app/menu/menu.component.ts288 + src/app/menu/menu.component.ts307 display display - src/app/menu/menu.component.ts292 + src/app/menu/menu.component.ts311 Unknown Unknown - src/app/menu/menu.component.ts197 + src/app/menu/menu.component.ts212 Your password has been successfully reset! 密码重置成功! @@ -8326,17 +8257,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 观看次数 - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts167 + src/app/+search/search.component.ts166 Search error Search error - src/app/+search/search.component.ts168 + src/app/+search/search.component.ts167 Search Search @@ -8355,83 +8286,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 年前 - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - year ago - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago 个月前 - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - 个月前 - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago 个星期前 - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - 个星期前 - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago 天前 - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - 天前 - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago 小时前 - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - 小时前 - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago 分钟前 - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now just now - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9382,13 +9321,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts172 + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts173src/app/shared/shared-user-settings/user-video-settings.component.ts39 + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden 已隐藏 @@ -10070,8 +10009,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report 通知 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove 移除 @@ -10241,47 +10180,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of Slide of Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous 上一个 - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next 下一个 - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month 上个月 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month 下个月 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month 选择月份 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year 选择年份 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10291,7 +10230,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10301,22 +10240,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First 第一 - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous 上一個 - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next 下一个 - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last 最后 - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10330,33 +10269,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours 小时 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes 分钟 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours 增加小时 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours 减少小时 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes 增加分钟 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes 减少分钟 @@ -10365,13 +10304,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds 增加秒 @@ -10385,13 +10324,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close 关闭 @@ -10402,7 +10341,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 已更新待导入的视频。 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. 您的视频已经以私有方式上传至您的帐户。 @@ -10430,11 +10369,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - 上传已取消 - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. 视频已发布。 @@ -10613,8 +10548,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added 最近添加的 - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions 来自您的订阅的视频 @@ -10653,34 +10588,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos 本地视频 - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos 探索影片 - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos 热门视频 - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos 最近新增的视频 - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video 上传视频 - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video 编辑视频 - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/angular.zh-Hant-HK.xlf b/client/src/locale/angular.zh-Hant-HK.xlf index d30f2085e..01132e220 100644 --- a/client/src/locale/angular.zh-Hant-HK.xlf +++ b/client/src/locale/angular.zh-Hant-HK.xlf @@ -490,7 +490,7 @@ 1 - + Trending @@ -506,7 +506,7 @@ 139 - + Recently added @@ -514,7 +514,7 @@ 144 - + Local videos @@ -12857,7 +12857,7 @@ video size: , used: 43,44 - + Choose the appropriate license for your work. @@ -13637,7 +13637,7 @@ video size: , used: 1 - + Instance information @@ -13645,7 +13645,7 @@ video size: , used: 7 - + Basic configuration @@ -13661,7 +13661,7 @@ video size: , used: 700 - + Advanced configuration @@ -13901,7 +13901,7 @@ video size: , used: 268 - + Discover videos @@ -13925,7 +13925,7 @@ video size: , used: 273 - + Recently added videos diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf index f7956a7e7..f434cf2dc 100644 --- a/client/src/locale/angular.zh-Hant-TW.xlf +++ b/client/src/locale/angular.zh-Hant-TW.xlf @@ -168,13 +168,13 @@ - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - + + src/app/+videos/+video-watch/video-watch.component.html196src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html14src/app/shared/shared-main/misc/top-menu-dropdown.component.html24src/app/shared/shared-moderation/batch-domains-modal.component.html3src/app/shared/shared-video-miniature/video-download.component.html39src/app/shared/shared-video-miniature/video-download.component.html65src/app/shared/shared-video-miniature/video-download.component.html76src/app/shared/shared-video-miniature/video-download.component.html88src/app/shared/shared-video-miniature/videos-selection.component.html1 My watch history 我的觀看紀錄 - src/app/+my-library/my-history/my-history.component.ts67 - + + src/app/+my-library/my-history/my-history.component.html3src/app/+my-library/my-history/my-history.component.ts67 Save to 儲存至 @@ -237,19 +237,19 @@ Create 建立 - 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.html81 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - src/app/+admin/users/user-edit/user-edit.component.html8 - + + + + + + + + src/app/+admin/users/user-edit/user-edit.component.html8src/app/+admin/users/user-edit/user-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts103src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts89src/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.html81 video 影片 - src/app/shared/shared-video-miniature/video-download.component.html12 - + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts289src/app/shared/shared-video-miniature/video-download.component.html12src/app/shared/shared-video-miniature/video-download.component.ts54 The following link contains a private token and should not be shared with anyone. 以下連結包含了一個專用權杖,不應該與其他人分享。 @@ -269,8 +269,8 @@ subtitles 字幕 - src/app/shared/shared-video-miniature/video-download.component.html11 - + + src/app/shared/shared-video-miniature/video-download.component.html11src/app/shared/shared-video-miniature/video-download.component.ts55 Format 格式 @@ -349,14 +349,14 @@ 取消 - src/app/+videos/+video-watch/comment/video-comment-add.component.html45 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html45src/app/shared/shared-video-miniature/videos-selection.component.html19 Download 下載 - src/app/shared/shared-video-miniature/video-download.component.html4 - src/app/shared/shared-video-miniature/video-download.component.html138 - + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts272src/app/shared/shared-video-miniature/video-download.component.html4src/app/shared/shared-video-miniature/video-download.component.html138 Reason... 理由…… @@ -372,11 +372,8 @@ No results. 沒有結果。 - - src/app/shared/shared-video-miniature/videos-selection.component.ts - 34 - - + + src/app/+videos/video-list/overview/video-overview.component.html4src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/abstract-video-list.html44src/app/shared/shared-video-miniature/videos-selection.component.ts34 Submit 遞交 @@ -433,13 +430,10 @@ src/app/shared/shared-video/video-views-counter.component.html3 - + - - src/app/shared/shared-video/video-views-counter.component.html - 3,4 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76src/app/shared/shared-video/video-views-counter.component.html3src/app/shared/shared-video/video-views-counter.component.html7 {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} {VAR_PLURAL, plural, =1 {1 個觀眾} other { 個觀眾}} @@ -477,8 +471,8 @@ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} {VAR_PLURAL, plural, =0 {No videos} =1 {1 部影片} other { 部影片}} - src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.html30src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 @@ -539,19 +533,19 @@ Best 最佳 A variant of Trending videos based on the number of recent interactions, minus user history - src/app/+videos/video-list/trending/video-trending-header.component.ts40 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts41 Videos with the most interactions for recent videos, minus user history 最近影片中最多互動的影片,減去使用者歷史紀錄 - src/app/+videos/video-list/trending/video-trending-header.component.ts43 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts44 Delete 刪除 - src/app/+my-library/my-videos/my-videos.component.html50 - src/app/+videos/+video-edit/shared/video-edit.component.html178 - + + + src/app/+admin/follows/followers-list/followers-list.component.ts74src/app/+admin/moderation/video-block-list/video-block-list.component.ts87src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts95src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts163src/app/+admin/users/user-list/user-list.component.ts85src/app/+admin/users/user-list/user-list.component.ts199src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html50src/app/+my-library/my-videos/my-videos.component.ts115src/app/+my-library/my-videos/my-videos.component.ts142src/app/+my-library/my-videos/my-videos.component.ts183src/app/+videos/+video-edit/shared/video-edit.component.html178src/app/+videos/+video-watch/comment/video-comments.component.ts171src/app/shared/shared-abuse-list/abuse-list-table.component.ts144src/app/shared/shared-abuse-list/abuse-list-table.component.ts386src/app/shared/shared-abuse-list/abuse-list-table.component.ts421src/app/shared/shared-main/buttons/delete-button.component.ts17src/app/shared/shared-main/buttons/delete-button.component.ts22src/app/shared/shared-moderation/user-moderation-dropdown.component.ts92src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts208src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts308 Only live videos 僅直播影片 @@ -582,13 +576,13 @@ Hide 隱藏 - src/app/shared/shared-forms/input-toggle-hidden.component.ts38 - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html115src/app/+admin/users/user-edit/user-password.component.html11src/app/shared/shared-forms/input-toggle-hidden.component.ts38src/app/shared/shared-user-settings/user-video-settings.component.html16 Show 顯示 - src/app/shared/shared-forms/input-toggle-hidden.component.ts39 - + + src/app/+admin/users/user-edit/user-password.component.html10src/app/shared/shared-forms/input-toggle-hidden.component.ts39 Complete preview 完整預覽 @@ -813,8 +807,8 @@ Federation 聯盟 - src/app/shared/shared-instance/instance-statistics.component.html58 - + + src/app/+admin/admin.component.ts26src/app/shared/shared-instance/instance-statistics.component.html58 followers 追蹤者 @@ -854,13 +848,13 @@ User 使用者 - src/app/core/users/user.service.ts405 - + + src/app/+login/login.component.html21src/app/+signup/+register/register.component.html26src/app/core/users/user.service.ts405 Ban 阻擋 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - + + src/app/+admin/users/user-list/user-list.component.ts91src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-moderation/user-moderation-dropdown.component.ts274 A banned user will no longer be able to login. @@ -888,7 +882,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+login/login.component.html117src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/video-add-components/video-upload.component.html69src/app/+videos/+video-edit/video-add-components/video-upload.component.html81src/app/+videos/+video-watch/comment/video-comment-add.component.html70src/app/+videos/+video-watch/video-watch.component.ts646src/app/modal/confirm.component.html20src/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.html54src/app/shared/shared-moderation/report-modals/report.component.html54src/app/shared/shared-moderation/report-modals/video-report.component.html92src/app/shared/shared-moderation/user-ban-modal.component.html26src/app/shared/shared-moderation/video-block.component.html38src/app/shared/shared-video-miniature/video-download.component.html134 Ban this user 阻擋此使用者 @@ -1014,9 +1008,9 @@ Login 登入 - src/app/+login/login.component.html44 - src/app/menu/menu.component.html94 - + + + src/app/+login/login-routing.module.ts12src/app/+login/login.component.html44src/app/menu/menu.component.html94 Or sign in with 或使用其他帳戶登入 @@ -1146,8 +1140,8 @@ The link will expire within 1 hour. 個訂閱者 - src/app/+search/search.component.html53 - + + src/app/+my-library/my-subscriptions/my-subscriptions.component.html25src/app/+search/search.component.html53src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html27 Welcome to PeerTube, dear administrator! 歡迎來到 PeerTube,親愛的管理員! @@ -1274,9 +1268,9 @@ The link will expire within 1 hour. My settings 我的設定 - src/app/menu/menu.component.html152 - src/app/modal/quick-settings-modal.component.html3 - + + + src/app/menu/menu.component.html137src/app/modal/quick-settings-modal.component.html3 These settings apply only to your session on this instance. 這些設定僅套用於您在此站台上的工作階段。 @@ -1351,29 +1345,29 @@ The link will expire within 1 hour. Keyboard shortcuts 鍵盤快捷鍵 - src/app/menu/menu.component.html62 - src/app/menu/menu.component.html174 - + + + src/app/menu/menu.component.html62src/app/menu/menu.component.html159 powered by PeerTube - CopyLeft 2015-2021 威力本源 PeerTube - CopyLeft 2015-2021 - src/app/menu/menu.component.html179 - + + src/app/menu/menu.component.html164 Help 說明 - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 Get help using PeerTube 取得 PeerTube 的使用說明 - src/app/menu/menu.component.html170 - + + src/app/menu/menu.component.html155 powered by PeerTube 威力本源 PeerTube - src/app/menu/menu.component.html180 - + + src/app/menu/menu.component.html165 Log out 登出 @@ -1403,108 +1397,88 @@ The link will expire within 1 hour. My videos 我的影片 - src/app/+my-library/my-library-routing.module.ts77 - src/app/+my-library/my-videos/my-videos.component.ts69 - + + + src/app/+my-library/my-library-routing.module.ts76src/app/+my-library/my-videos/my-videos.component.html4src/app/+my-library/my-videos/my-videos.component.ts69 My video imports 我的影片匯入 - src/app/+my-library/my-library-routing.module.ts90 - + + src/app/+my-library/my-library-routing.module.ts89 My playlists 我的播放清單 - src/app/+my-library/my-library-routing.module.ts40 - + + src/app/+my-library/my-library-routing.module.ts39src/app/+my-library/my-video-playlists/my-video-playlists.component.html3 Create a new playlist 建立新播放清單 - src/app/+my-library/my-library-routing.module.ts49 - + + src/app/+my-library/my-library-routing.module.ts48 My subscriptions 我的訂閱 - src/app/+my-library/my-library-routing.module.ts99 - + + src/app/+my-library/my-library-routing.module.ts98src/app/+my-library/my-subscriptions/my-subscriptions.component.html4 Videos 影片 - src/app/menu/menu.component.html103 - + + src/app/+my-library/my-library.component.ts54src/app/menu/menu.component.html103 Interface: 介面: - src/app/menu/menu.component.html165 - + + src/app/menu/menu.component.html150 Playlists 播放清單 - src/app/menu/menu.component.html108 - + + src/app/+my-library/my-library.component.ts61src/app/menu/menu.component.html108 Subscriptions 訂閱 - src/app/menu/menu.component.html113 - + + src/app/+my-library/my-library.component.ts66src/app/+videos/video-list/video-user-subscriptions.component.ts46src/app/+videos/videos-routing.module.ts57src/app/menu/menu.component.html113 History 歷史紀錄 - src/app/menu/menu.component.html118 - + + src/app/+my-library/my-library.component.ts71src/app/menu/menu.component.html118 VIDEOS 影片 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html210 - + + src/app/+accounts/accounts.component.ts83src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html201src/app/+video-channels/video-channels.component.ts76 Import jobs concurrency 匯入工作並行 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 220 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html211 allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart. 允許同時匯入多部影片。 ⚠️ 需要重新啟動 PeerTube。 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 221 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html212 jobs in parallel 平行作業 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 225 - - - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html - 171 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html216src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html171 Allow import with HTTP URL (e.g. YouTube) 允許以 HTTP URL 匯入 (例如 YouTube) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html234 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html225 Discover 探索 - src/app/+videos/video-list/overview/video-overview.component.html1 - src/app/menu/menu.component.html128 - - - Trending - 趨勢 - src/app/menu/menu.component.html133 - - - Recently added - 最近新增 - src/app/menu/menu.component.html138 - + + + src/app/+videos/video-list/overview/video-overview.component.html1src/app/core/menu/menu.service.ts67 + + Administration 管理 @@ -1513,13 +1487,13 @@ The link will expire within 1 hour. About 關於 - src/app/menu/menu.component.html157 - + + src/app/menu/menu.component.html142 Contact 聯絡人 - src/app/menu/menu.component.html169 - + + src/app/menu/menu.component.html154 View your notifications 檢視您的通知 @@ -1530,9 +1504,9 @@ The link will expire within 1 hour. Notifications 通知 - src/app/menu/notification.component.html22 - src/app/+my-account/my-account-notifications/my-account-notifications.component.html1 - + + + src/app/+my-account/my-account-notifications/my-account-notifications.component.html1src/app/+my-account/my-account-routing.module.ts108src/app/+my-account/my-account.component.ts55src/app/menu/notification.component.html22 Mark all as read 標記為已讀 @@ -1736,7 +1710,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110 + src/app/+search/search-filters.component.html9src/app/+search/search-filters.component.html23src/app/+search/search-filters.component.html42src/app/+search/search-filters.component.html61src/app/+search/search-filters.component.html75src/app/+search/search-filters.component.html110src/app/+search/search-filters.component.html123src/app/+search/search-filters.component.html136src/app/+search/search-filters.component.html149src/app/+search/search-filters.component.html164src/app/+search/search-filters.component.html172src/app/+search/search-filters.component.html197 Display onlyDisplay only src/app/+search/search-filters.component.html @@ -1744,17 +1718,11 @@ The link will expire within 1 hour. Live videosLive videos - - src/app/+search/search-filters.component.html - 29 - - + + src/app/+search/search-filters.component.html29src/app/+search/search-filters.component.ts64 VOD videosVOD videos - - src/app/+search/search-filters.component.html - 34 - - + + src/app/+search/search-filters.component.html34src/app/+search/search-filters.component.ts60 Published date 發佈日期 @@ -1946,12 +1914,14 @@ The link will expire within 1 hour. Remove banner 移除橫幅 src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html32 + + ratio 6/1, recommended size: 1920x317, max size: , extensions: ratio 6/1, recommended size: 1920x317, max size: , extensions: + + src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts + 45 + - - ratio 6/1, recommended size: 1600x266, max size: , extensions: - 比率 6/1,建議大小:1600x266,最大大小:,副檔名: - src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts45 - + Account avatar 帳號大頭照 @@ -1997,12 +1967,14 @@ The link will expire within 1 hour. Video descriptions are truncated by default and require manual action to expand them. 影片描述在預設情況下會被截斷,必須手動操作才能將其延展到原本的樣子。 src/app/+videos/+video-edit/shared/video-edit.component.html43 + + Choose the appropriate licence for your work. Choose the appropriate licence for your work. + + src/app/+videos/+video-edit/shared/video-edit.component.html + 79,80 + - - Choose the appropriate license for your work. - 選擇對您的作品來說適當的授權條款。 - src/app/+videos/+video-edit/shared/video-edit.component.html79 - + Channel 頻道 @@ -2027,27 +1999,27 @@ The link will expire within 1 hour. - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230 + src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html57src/app/+videos/+video-edit/shared/video-edit.component.html106src/app/+videos/+video-edit/video-add-components/video-go-live.component.html13src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html37src/app/+videos/+video-edit/video-add-components/video-import-url.component.html29src/app/+videos/+video-edit/video-add-components/video-upload.component.html26src/app/+videos/+video-watch/video-watch.component.html230src/app/shared/shared-abuse-list/abuse-details.component.ts22 FAQ FAQ - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 Frequently asked questions about PeerTube 關於 PeerTube 的常見問題 - src/app/menu/menu.component.html171 - + + src/app/menu/menu.component.html156 API API - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 API documentation API 文件 - src/app/menu/menu.component.html173 - + + src/app/menu/menu.component.html158 Schedule publication () 計劃發佈 () @@ -2151,8 +2123,8 @@ The link will expire within 1 hour. Captions 字幕 - src/app/+videos/+video-edit/shared/video-edit.component.html155 - + + src/app/+videos/+video-edit/shared/video-edit.component.html155src/app/shared/shared-abuse-list/abuse-details.component.ts26src/app/shared/shared-moderation/abuse.service.ts178 Video preview 影片預覽 @@ -2204,11 +2176,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 部影片} other { 部影片}} - - src/app/+video-channels/video-channels.component.html - 76 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html26src/app/+accounts/accounts.component.html41src/app/+video-channels/video-channels.component.html76 @@ -2285,12 +2254,12 @@ The link will expire within 1 hour. Update 更新 - src/app/+videos/+video-edit/video-update.component.html3 - src/app/+videos/+video-edit/video-update.component.html18 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45 - + + + + + + src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts176src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts110src/app/+videos/+video-edit/video-add-components/video-go-live.component.html45src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html68src/app/+videos/+video-edit/video-add-components/video-import-url.component.html61src/app/+videos/+video-edit/video-update.component.html3src/app/+videos/+video-edit/video-update.component.html18src/app/shared/shared-main/buttons/edit-button.component.ts17src/app/shared/shared-main/buttons/edit-button.component.ts22src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts284 Select the file to upload 選取要上傳的檔案 @@ -2300,13 +2269,13 @@ The link will expire within 1 hour. Scheduled 排定 - src/app/+videos/+video-edit/shared/video-edit.component.ts184 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts191 Hide the video until a specific date 在特定日期前隱藏影片 - src/app/+videos/+video-edit/shared/video-edit.component.ts185 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts192 Video background image 影片背景圖片 @@ -2354,7 +2323,13 @@ The link will expire within 1 hour. 發佈 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + src/app/+videos/+video-edit/video-add-components/video-upload.component.html106src/app/header/header.component.html5 + Upload on holdUpload on hold + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts + 125 + + Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. 抱歉,您的帳號已停用上傳功能。如果您想要新增影片,管理員必須解鎖您的配額。 @@ -2385,6 +2360,12 @@ The link will expire within 1 hour. Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 恭喜,影片將會使用 BitTorrent 匯入!您已經可以加入關於此影片的資訊了。 src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56 + + Torrents with only 1 file are supported.Torrents with only 1 file are supported. + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts + 119 + Cannot create live because this instance have too many created lives @@ -2847,13 +2828,13 @@ The link will expire within 1 hour. Lists 清單 - src/app/+videos/+video-watch/comment/video-comment-add.component.html20 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html20src/app/shared/shared-main/misc/help.component.ts84 Emphasis 強調 - src/app/+videos/+video-watch/comment/video-comment-add.component.html22 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.html22src/app/shared/shared-main/misc/help.component.ts81 bold 粗體 @@ -2902,13 +2883,13 @@ The link will expire within 1 hour. Comment 留言 - src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 - + + src/app/+admin/moderation/video-comment-list/video-comment-list.component.html44src/app/+videos/+video-watch/comment/video-comment-add.component.ts67 Reply 回覆 - src/app/+videos/+video-watch/comment/video-comment-add.component.ts69 - + + src/app/+videos/+video-watch/comment/video-comment-add.component.ts69src/app/+videos/+video-watch/comment/video-comment.component.html36 Highlighted comment 已突顯的評論 @@ -2951,11 +2932,8 @@ The link will expire within 1 hour. Renew token 更新權杖 - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 42 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html35src/app/+my-account/my-account-applications/my-account-applications.component.ts42 Token renewed. Update your client configuration accordingly. 權杖已更新。請更新您的客戶端對應的設定。 @@ -2967,11 +2945,8 @@ The link will expire within 1 hour. Applications 應用程式 - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 3 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.html3src/app/+my-account/my-account-routing.module.ts126src/app/+my-account/my-account.component.ts60 SUBSCRIPTION FEED 訂閱 feed @@ -3122,8 +3097,8 @@ The link will expire within 1 hour. Unfollow 取消追蹤 - src/app/+admin/follows/following-list/following-list.component.html41 - + + src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/following-list/following-list.component.ts58 Open instance in a new tab 在新分頁中開啟站臺 @@ -3184,8 +3159,8 @@ The link will expire within 1 hour. Create user 建立使用者 - src/app/+admin/users/user-list/user-list.component.html20 - + + src/app/+admin/users/user-edit/user-create.component.ts95src/app/+admin/users/user-list/user-list.component.html20 Table parameters 參數表 @@ -3380,45 +3355,45 @@ The link will expire within 1 hour. Reports 回報 - src/app/+admin/admin.component.ts53 - src/app/+admin/moderation/moderation.routes.ts37 - + + + src/app/+admin/admin.component.ts53src/app/+admin/moderation/abuse-list/abuse-list.component.html3src/app/+admin/moderation/moderation.routes.ts37src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html3 Video blocks 影片封鎖 - src/app/+admin/admin.component.ts60 - + + src/app/+admin/admin.component.ts60src/app/+admin/moderation/video-block-list/video-block-list.component.html3 Video comments 影片留言 - src/app/+admin/admin.component.ts67 - src/app/+admin/moderation/moderation.routes.ts86 - + + + src/app/+admin/admin.component.ts67src/app/+admin/moderation/moderation.routes.ts86src/app/+admin/moderation/video-comment-list/video-comment-list.component.html3 Muted accounts 已靜音的帳號 - src/app/+my-account/my-account.component.ts31 - src/app/+my-account/my-account-routing.module.ts86 - src/app/+admin/admin.component.ts74 - src/app/+admin/moderation/moderation.routes.ts98 - + + + + + src/app/+admin/admin.component.ts74src/app/+admin/moderation/moderation.routes.ts98src/app/+my-account/my-account-routing.module.ts85src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 Muted servers 已靜音的伺服器 - src/app/+my-account/my-account.component.ts36 - src/app/+my-account/my-account-routing.module.ts95 - src/app/+admin/admin.component.ts81 - + + + + src/app/+admin/admin.component.ts81src/app/+my-account/my-account-routing.module.ts94src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 Users 使用者 - src/app/+admin/admin.component.ts88 - + + src/app/+admin/admin.component.ts88src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 Configuration 設定 - src/app/+admin/admin.component.ts95 - + + src/app/+admin/admin.component.ts95src/app/+admin/config/edit-custom-config/edit-custom-config.component.html1 Video blocks 影片封鎖 @@ -3651,13 +3626,13 @@ The link will expire within 1 hour. - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 {VAR_PLURAL, plural, =1 {1 report} other { reports}} {VAR_PLURAL, plural, =1 {1 report} other { reports}} - src/app/shared/shared-abuse-list/abuse-details.component.html22 - + + src/app/shared/shared-abuse-list/abuse-details.component.html22src/app/shared/shared-abuse-list/abuse-details.component.html42 Video 影片 @@ -3867,10 +3842,10 @@ The link will expire within 1 hour. Search 搜尋 - src/app/header/search-typeahead.component.html8 - src/app/shared/shared-instance/instance-features-table.component.html122 - src/app/+admin/plugins/plugins.component.html5 - + + + + src/app/+admin/plugins/plugins.component.html5src/app/+search/search-routing.module.ts13src/app/+search/search.component.ts244src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html122src/app/shared/shared-main/misc/simple-search-input.component.ts15src/app/shared/shared-main/misc/simple-search-input.component.ts16 Users can resolve distant content 使用者可以解析遠端內容 @@ -3885,10 +3860,10 @@ The link will expire within 1 hour. Settings 設定 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27 - src/app/+admin/plugins/plugin-search/plugin-search.component.html53 - src/app/+my-account/my-account-settings/my-account-settings.component.html1 - + + + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html27src/app/+admin/plugins/plugin-search/plugin-search.component.html53src/app/+my-account/my-account-settings/my-account-settings.component.html1src/app/+my-account/my-account.component.ts50 Display settings 顯示設定 @@ -3897,35 +3872,35 @@ The link will expire within 1 hour. Uninstall 解除安裝 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html36src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 Hot 熱門 A variant of Trending videos based on the number of recent interactions - src/app/+videos/video-list/trending/video-trending-header.component.ts47 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts48 Videos with the most interactions for recent videos 最近影片中最多互動的影片 - src/app/+videos/video-list/trending/video-trending-header.component.ts50 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts51 Videos with the most views during the last 24 hours 過去24小時最多觀看次數的影片 - src/app/+videos/video-list/trending/video-trending-header.component.ts57 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts58 Likes 喜歡 A variant of Trending videos based on the number of likes - src/app/+videos/video-list/trending/video-trending-header.component.ts60 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts61 Videos that have the most likes 有最多喜歡的影片 - src/app/+videos/video-list/trending/video-trending-header.component.ts63 - + + src/app/+videos/video-list/trending/video-trending-header.component.ts64 To load your new installed plugins or themes, refresh the page. @@ -3976,18 +3951,18 @@ The link will expire within 1 hour. Jobs 工作 - src/app/+admin/system/system.component.html3 - + + src/app/+admin/system/system.component.html3src/app/+admin/system/system.routes.ts26 Logs 紀錄 - src/app/+admin/system/system.component.html5 - + + src/app/+admin/system/system.component.html5src/app/+admin/system/system.routes.ts37 Debug 除錯 - src/app/+admin/system/system.component.html7 - + + src/app/+admin/system/system.component.html7src/app/+admin/system/system.routes.ts48 Delete this comment 刪除此留言 @@ -4224,11 +4199,8 @@ The link will expire within 1 hour. 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.html - 107,108 - - + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html107src/app/shared/shared-user-settings/user-video-settings.component.html8 Blur thumbnails 模糊縮圖 @@ -4334,11 +4306,7 @@ The link will expire within 1 hour. 例如:2vCore 2GB RAM,指向您租用伺服器的直接連結等。 src/app/+admin/config/edit-custom-config/edit-instance-information.component.html228 - - Instance information - 站臺資訊 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html7 - + APPEARANCE 外觀 @@ -4362,137 +4330,105 @@ The link will expire within 1 hour. 首頁 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html27 - - Discover videos - 探索影片 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html31 - - - Trending pages - 熱門頁面 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html33 - + + Default trending page 預設熱門頁面 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html34 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html52 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html43 Best videos 最佳影片 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 35 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 56 - - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html47 Hot videos 熱門影片 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html36 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html57 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html48 Most viewed videos 觀看次數最多的影片 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html37 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html58 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html49 Most liked videos 最喜歡的影片 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html38 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html59 - - - Recently added videos - 最近新增的影片 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html41 - - - Local videos - 本地影片 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html42 - src/app/menu/menu.component.html143 - + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html50 + + BROADCAST MESSAGE 廣播訊息 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html73 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html64 Display a message on your instance 在您的站台上顯示訊息 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 75,76 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html66 Enable broadcast message 啟用廣播訊息 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html86 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html77 Allow users to dismiss the broadcast message 允許使用者忽略廣播訊息 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html93 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html84 Broadcast message level 廣播訊息等級 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html98 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html89 Message 訊息 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html112 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html103 NEW USERS 新使用者 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html129 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html120 Manage users to set their quota individually. 管理使用者以單獨設定他們的配額。 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 131,132 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html122 Signup requires email verification 註冊需要電子郵件驗證 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html152 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html143 Signup limit 限制註冊 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html156 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html147 {VAR_PLURAL, plural, =1 {user} other {users}} {VAR_PLURAL, plural, =1 {使用者} other {使用者}} - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html163 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html154 Signup won't be limited to a fixed number of users. 註冊將不限於固定數量的使用者。 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 168 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html159 Enable Signup 啟用註冊 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html141 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html132 Users 使用者 @@ -4549,177 +4485,150 @@ The link will expire within 1 hour. Default video quota per user 每個使用者預設的影片配額 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html177 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html168 bytes 位元組 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 183 - - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 197 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 157 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - - src/app/+admin/users/user-edit/user-edit.component.html - 178 - - + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html174src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html188src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html157src/app/+admin/users/user-edit/user-edit.component.html178src/app/+admin/users/user-edit/user-edit.component.html178 Default daily upload limit per user 每個使用者預設的每日上傳限制 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html191 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html182 Allow import with a torrent file or a magnet URI 允許使用種子檔案或磁力連結匯入 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html241 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html232 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. 除非使用者被標記為受信任,否則他們的影片將會在板主審閱前保持私密影片的狀態。 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html258 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html249 Block new videos automatically 自動封鎖新影片 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html255 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html246 SEARCH 搜尋 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html272 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html263 Allow users to do remote URI/handle search 允許使用者遠端搜尋 URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html283 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html274 Allow your users to look up remote videos/actors that may not be federated with your instance 允許您的使用者尋找未與您的站台聯盟的遠端影片與演員 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html286 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html277 Allow anonymous to do remote URI/handle search 允許匿名使用者遠端搜尋 URI - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html285 Allow anonymous users to look up remote videos/actors that may not be federated with your instance 允許匿名使用者尋找未與您的站台聯盟的遠端影片與演員 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html297 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html288 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ⚠️ 此功能相當依賴於站臺的審核程度與您所選取的搜尋索引。 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 You should only use moderated search indexes in production, or host your own. 您只應在生產環境中使用審核的搜尋索引,或自行架設 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 314,315 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 Search index URL 搜尋索引 URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html311 Disable local search in search bar 在搜尋列停用本地搜尋 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html333 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html324 Otherwise the local search stays used by default 否則仍預設使用本地搜尋 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html343 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html334 Search bar uses the global search index by default 搜尋列預設使用全域搜尋 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html340 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html331 Enable global search 啟用全域搜尋 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html308 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html299 FEDERATION 聯盟 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html361 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html352 Manage relations with other instances. 管理與其他站台的關係 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 363,364 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html354 Other instances can follow yours 其他站臺可以追蹤您的 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html375 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html366 Manually approve new instance followers 手動批准新的站臺追蹤者 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html382 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html373 Automatically follow back instances 自動追蹤站臺 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html386 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ 使用此功能時必須非常小心。 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html144 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 - + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html135src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html389src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html402 Index URL 索引 URL - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html420 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html411 Automatically follow instances of a public index 自動追蹤公開索引上的站臺 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html408 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html399 See the documentation for more information about the expected URL 檢視文件以取得關於預期 URL 的更多資訊 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 414,415 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html405 ADMINISTRATORS 管理 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html440 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html431 Administrator 管理員 @@ -4728,54 +4637,44 @@ The link will expire within 1 hour. Admin email 管理電子郵件 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html446 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html437 Enable contact form 啟用聯絡表單 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 - - - Basic configuration - 基本設定 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html16 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html450 + VOD Transcoding VOD 轉碼 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html25 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html33 TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html468 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html459 Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. 提供代表您站台的 Twitter 帳號以改善連結預覽。如果您沒有 Twitter 帳號,請保留預設值。 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 470,472 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html461 Your Twitter username 您的 Twitter 使用者名稱 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html481 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html472 Instance allowed by Twitter 被 Twitter 允許的站臺 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html485 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/videos/watch/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. 如果 Twitter 明確允許您的帳號,則在分享 PeerTube 影片時將會在推文中顯示嵌入的影片播放器。如果沒有,我們將會使用會重新導向到您的 PeerTube 站台的圖片連結卡片。勾選此勾選框,儲存設定並使用您站台影片的 URL 測試 (https://example.com/videos/watch/blabla) 於 https://cards-dev.twitter.com/validator 來檢視您的站台是否被允許。 - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html - 499,504 - - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490 LIVE 直播 @@ -4827,8 +4726,8 @@ The link will expire within 1 hour. {VAR_PLURAL, plural, =1 {live} other {lives}} {VAR_PLURAL, plural, =1 {直播} other {直播}} - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46 - + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html46src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html59 Max simultaneous lives created per user (-1 for "unlimited") 每個使用者可同時建立的最大同時直播數(-1 為「無限制」) @@ -4896,8 +4795,14 @@ The link will expire within 1 hour. Live streaming 直播串流 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html34 - src/app/shared/shared-instance/instance-features-table.component.html67 + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html42src/app/shared/shared-instance/instance-features-table.component.html67 + AdvancedAdvanced + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 51 + TRANSCODING @@ -5131,26 +5036,19 @@ color: red; You cannot allow live replay if you don't enable transcoding. 如果您未啟用轉換編碼,則無法允許直播重播。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69 - - - Advanced configuration - 進階設定 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html43 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html77 + There are errors in the form: 格式有誤: - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 59,65 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html67 Update configuration 更新設定 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html72 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html80 VIDEO SETTINGS 影片設定 @@ -5319,8 +5217,8 @@ color: red; Change ownership 變更所有權 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html3 - + + src/app/+my-library/my-videos/modals/video-change-ownership.component.html3src/app/+my-library/my-videos/my-videos.component.ts178 Select the next owner 選取下一個擁有者 @@ -5401,13 +5299,13 @@ color: red; Account settings 帳號設定 - src/app/+my-account/my-account-routing.module.ts29 - + + src/app/+my-account/my-account-routing.module.ts28 Playlist elements 播放清單元素 - src/app/+my-library/my-library-routing.module.ts58 - + + src/app/+my-library/my-library-routing.module.ts57 My imports 我的匯入 @@ -5512,8 +5410,8 @@ color: red; Delete your account 刪除您的帳號 - src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4 - + + src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts25 Channel page 頻道頁面 @@ -5698,13 +5596,13 @@ color: red; Video channel videos 影片頻道影片 - src/app/+video-channels/video-channels-routing.module.ts24 - + + src/app/+video-channels/video-channels-routing.module.ts22 Video channel playlists 影片頻道播放清單 - src/app/+video-channels/video-channels-routing.module.ts37 - + + src/app/+video-channels/video-channels-routing.module.ts35 Manage channel 管理頻道 @@ -5733,13 +5631,13 @@ color: red; Verify account via email 透過電子郵件驗證帳號 - src/app/+signup/+verify-account/verify-account-routing.module.ts17 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts15 Ask to send an email to verify you account 要求傳送電子郵件以驗證您的帳號 - src/app/+signup/+verify-account/verify-account-routing.module.ts26 - + + src/app/+signup/+verify-account/verify-account-routing.module.ts24 Banned 已阻擋 @@ -5771,11 +5669,8 @@ color: red; {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} {VAR_PLURAL, plural, =1 {1 位訂閱者} other { 位訂閱者}} - - src/app/+accounts/accounts.component.html - 38 - - + + src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+accounts/accounts.component.html38src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73 {VAR_PLURAL, plural, =1 {1 videos} other { videos}} {VAR_PLURAL, plural, =1 {1 部影片} other { 部影片}} @@ -5892,8 +5787,8 @@ channel with the same name ()! Stats 統計 - src/app/menu/menu.component.html172 - + + src/app/menu/menu.component.html157 This channel does not have playlists. 此頻道沒有播放清單。 @@ -6226,18 +6121,18 @@ channel with the same name ()! About this instance 關於此站臺 - src/app/+about/about-routing.module.ts26 - + + src/app/+about/about-routing.module.ts24 About PeerTube 關於 PeerTube - src/app/+about/about-routing.module.ts38 - + + src/app/+about/about-routing.module.ts36 About this instance's network 關於此站台的網路 - src/app/+about/about-routing.module.ts47 - + + src/app/+about/about-routing.module.ts45 Link copied 連結已複製 @@ -6365,8 +6260,8 @@ channel with the same name ()! Register 註冊 - src/app/+signup/+register/register-routing.module.ts14 - + + src/app/+signup/+register/register-routing.module.ts13 Your message has been sent. 您的訊息已被傳送。 @@ -6380,13 +6275,13 @@ channel with the same name ()! Account videos 帳號影片 - src/app/+accounts/accounts-routing.module.ts38 - + + src/app/+accounts/accounts-routing.module.ts36 Search videos within account 在帳號中搜尋影片 - src/app/+accounts/accounts-routing.module.ts51 - + + src/app/+accounts/accounts-routing.module.ts49 PEERTUBE ACCOUNT PeerTube 帳號 @@ -6398,8 +6293,8 @@ channel with the same name ()! Account video channels 帳號影片頻道 - src/app/+accounts/accounts-routing.module.ts29 - + + src/app/+accounts/accounts-routing.module.ts27 Published videos 已發佈的 影片 @@ -6453,13 +6348,13 @@ channel with the same name ()! Instances you follow 您追蹤的站臺 - src/app/+admin/follows/following-list/following-list.component.html3 - + + src/app/+admin/admin.component.ts29src/app/+admin/follows/following-list/following-list.component.html3 Instances following you 追蹤您的站臺 - src/app/+admin/follows/followers-list/followers-list.component.html3 - + + src/app/+admin/admin.component.ts34src/app/+admin/follows/followers-list/followers-list.component.html3 Audio-only 僅音訊 @@ -6582,17 +6477,45 @@ channel with the same name ()!thread 執行緒 src/app/+admin/config/edit-custom-config/edit-configuration.service.ts87 + + HomepageHomepage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 7 + + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 13 + + + InformationInformation + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 15 + + + BasicBasic + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 24 + Configuration updated. 設定已更新。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts265 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts284 + INSTANCE HOMEPAGEINSTANCE HOMEPAGE + + src/app/+admin/config/edit-custom-config/edit-homepage.component.html + 7 + You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below. 您啟用了註冊:我們自動啟用了下面「影片」部份的「自動封鎖新影片」。 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts81 - + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts101 Edit custom configuration 編輯自訂設定 @@ -7060,25 +6983,25 @@ channel with the same name ()! You don't have plugins installed yet. 您尚未安裝外掛程式。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts87 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts86 You don't have themes installed yet. 您尚未安裝佈景主題。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts90 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts89 Update to 更新到 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts98 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts97 Do you really want to uninstall ? 您想要解除安裝 嗎? - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts111 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts110 Uninstall 解除安裝 @@ -7089,39 +7012,30 @@ channel with the same name ()! 已解除安裝。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts119 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts118 This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes. 這是主要的外掛程式升級。請到外掛程式的首頁檢查潛在的發行說明。 - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 135 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts134 Upgrade 升級 - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 136 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts135 Proceed upgrade 繼續升級 - - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts - 137 - - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts136 updated. 已更新。 - src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts151 - + + src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts150 Jobs 工作 @@ -7135,25 +7049,25 @@ channel with the same name ()! The plugin index is not available. Please retry later. 外掛程式索引不可用。請稍後再試。 - src/app/+admin/plugins/plugin-search/plugin-search.component.ts101 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts100 Please only install plugins or themes you trust, since they can execute any code on your instance. 請只安裝您信任的外掛程式或佈景主題,因為它們可能會在您的站臺上執行任何程式碼。 - src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts134 Install ? 安裝 - src/app/+admin/plugins/plugin-search/plugin-search.component.ts136 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts135 installed. 已安裝。 - src/app/+admin/plugins/plugin-search/plugin-search.component.ts148 - + + src/app/+admin/plugins/plugin-search/plugin-search.component.ts147 Settings updated. 設定已更新。 @@ -7360,18 +7274,18 @@ channel with the same name ()! User updated. 使用者 已更新。 - src/app/+admin/users/user-edit/user-update.component.ts86 - + + src/app/+admin/users/user-edit/user-update.component.ts88 Update user 更新使用者 - src/app/+admin/users/user-edit/user-update.component.ts103 - + + src/app/+admin/users/user-edit/user-update.component.ts105 An email asking for password reset has been sent to . 已傳送要求重置密碼的電子郵件 - src/app/+admin/users/user-edit/user-update.component.ts109 - + + src/app/+admin/users/user-edit/user-update.component.ts111 Users list 使用者清單 @@ -7818,6 +7732,12 @@ channel with the same name ()!src/app/+remote-interaction/remote-interaction.component.ts 48 + + Reset passwordReset password + + src/app/+reset-password/reset-password-routing.module.ts + 11 + Remote interaction @@ -7841,9 +7761,9 @@ channel with the same name ()! Update playlist 更新播放清單 - src/app/+my-library/my-library-routing.module.ts67 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 - + + + src/app/+my-library/my-library-routing.module.ts66src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts47 Notifications 通知 @@ -7891,8 +7811,8 @@ channel with the same name ()! Ownership changes 擁有權變更 - src/app/+my-library/my-videos/my-videos.component.html16 - + + src/app/+my-library/my-library-routing.module.ts107src/app/+my-library/my-videos/my-videos.component.html16 Do you really want to delete videos? 您真的想要刪除 影片嗎? @@ -7947,8 +7867,8 @@ channel with the same name ()! My abuse reports 我的濫用回報 - src/app/+my-account/my-account-routing.module.ts118 - + + src/app/+my-account/my-account-routing.module.ts117 Ownership changes 所有權變更 @@ -7957,8 +7877,8 @@ channel with the same name ()! My video history 我的影片歷史紀錄 - src/app/+my-library/my-library-routing.module.ts118 - + + src/app/+my-library/my-library-routing.module.ts117 Channels 頻道 @@ -7983,19 +7903,13 @@ channel with the same name ()! Maximize editor 最大化編輯器 - - src/app/shared/shared-forms/markdown-textarea.component.ts - 38 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts48 Exit maximized editor 離開最大化編輯器 - - src/app/shared/shared-forms/markdown-textarea.component.ts - 39 - - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Now please check your emails to verify your account and complete signup. 現在請檢查您的電子郵件以驗證您的帳號並完成註冊程序。 @@ -8106,6 +8020,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Keyboard Shortcuts: 鍵盤快捷鍵: src/app/core/hotkeys/hotkeys.component.ts11 + + TrendingTrending + + src/app/core/menu/menu.service.ts + 74 + + + HomeHome + + src/app/core/menu/menu.service.ts + 97 + + + src/app/core/menu/menu.service.ts + 98 + Success @@ -8125,8 +8055,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular any language 任何語言 - src/app/menu/menu.component.ts251 - + + src/app/menu/menu.component.ts270 ON @@ -8135,23 +8065,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular hide 隱藏 - src/app/menu/menu.component.ts284 - + + src/app/menu/menu.component.ts303 blur 模糊 - src/app/menu/menu.component.ts288 - + + src/app/menu/menu.component.ts307 display 顯示 - src/app/menu/menu.component.ts292 - + + src/app/menu/menu.component.ts311 Unknown 未知 - src/app/menu/menu.component.ts197 - + + src/app/menu/menu.component.ts212 Your password has been successfully reset! 您的密碼已成功重設! @@ -8257,17 +8187,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 檢視 - src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts54 + src/app/+search/search-filters.component.ts94src/app/+videos/video-list/trending/video-trending-header.component.ts55 Search index is unavailable. Retrying with instance results instead. 搜尋索引不可用。正在使用站臺結果重試。 - src/app/+search/search.component.ts167 - + + src/app/+search/search.component.ts166 Search error 搜尋錯誤 - src/app/+search/search.component.ts168 - + + src/app/+search/search.component.ts167 Search 搜尋 @@ -8289,83 +8219,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 年前 - src/app/shared/shared-main/angular/from-now.pipe.ts12 - - - year ago - - 年前 - - src/app/shared/shared-main/angular/from-now.pipe.ts13 + + src/app/shared/shared-main/angular/from-now.pipe.ts11 + 1 year ago1 year ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 12 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 17 + + months ago 個月前 - src/app/shared/shared-main/angular/from-now.pipe.ts16 - - - month ago - - 個月前 - - src/app/shared/shared-main/angular/from-now.pipe.ts17 + + src/app/shared/shared-main/angular/from-now.pipe.ts18 + 1 month ago1 month ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 19 + + + src/app/shared/shared-main/angular/from-now.pipe.ts + 24 + + weeks ago 週前 - src/app/shared/shared-main/angular/from-now.pipe.ts20 - - - week ago - - 週前 - - src/app/shared/shared-main/angular/from-now.pipe.ts21 + + src/app/shared/shared-main/angular/from-now.pipe.ts25 + 1 week ago1 week ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 26 + + days ago 天前 - src/app/shared/shared-main/angular/from-now.pipe.ts24 - - - day ago - - 天前 - - src/app/shared/shared-main/angular/from-now.pipe.ts25 + + src/app/shared/shared-main/angular/from-now.pipe.ts29 + 1 day ago1 day ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 30 + + hours ago 小時前 - src/app/shared/shared-main/angular/from-now.pipe.ts28 - - - hour ago - - 小時前 - - src/app/shared/shared-main/angular/from-now.pipe.ts29 + + src/app/shared/shared-main/angular/from-now.pipe.ts33 + 1 hour ago1 hour ago + + src/app/shared/shared-main/angular/from-now.pipe.ts + 34 + + min ago 分鐘前 - src/app/shared/shared-main/angular/from-now.pipe.ts32 - + + src/app/shared/shared-main/angular/from-now.pipe.ts37 just now 現在 - src/app/shared/shared-main/angular/from-now.pipe.ts34 - + + src/app/shared/shared-main/angular/from-now.pipe.ts39 sec @@ -9315,14 +9253,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages 站臺語言 - src/app/+videos/+video-edit/shared/video-edit.component.ts172 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts179 All languages 所有語言 - src/app/+videos/+video-edit/shared/video-edit.component.ts173 - src/app/shared/shared-user-settings/user-video-settings.component.ts39 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts180src/app/shared/shared-user-settings/user-video-settings.component.ts39 Hidden 已隱藏 @@ -9965,8 +9903,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Report 回報 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 - + + src/app/shared/shared-abuse-list/abuse-details.component.html55src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts314 Remove 移除 @@ -10130,47 +10068,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Slide of 滑動 中的 Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts114 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts113 Previous 上一個 - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts132 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts130 Next 下一個 - node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts147 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts146 Previous month 上個月 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts34 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts33 Next month 下個月 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts44 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts57 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts56 Select month 選取月份 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts43node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts47 Select year 選取年份 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts72 - + + + node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts69 «« «« - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts182 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts181 « « @@ -10179,8 +10117,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular » » - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts194 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts193 »» »» @@ -10189,23 +10127,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular First 第一 - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts208 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts207 Previous 上一個 - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts215 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts214 Next 下一個 - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts225 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts224 Last 最末 - node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts232 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts231 @@ -10219,33 +10157,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Hours 小時 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts45 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts46 MM MM - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts52 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts50 Minutes 分鐘 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts57 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts58 Increment hours 小時遞增 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts62 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts63 Decrement hours 小時遞減 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts67 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts68 Increment minutes 分鐘遞增 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts75 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts76 Decrement minutes 分鐘遞減 @@ -10254,13 +10192,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular SS SS - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts85 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts86 Seconds - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts90 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts92 Increment seconds 秒遞增 @@ -10274,13 +10212,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts125 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts118 - node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts116 - + + node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts141 Close 關閉 @@ -10289,9 +10227,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Video to import updated. 匯入的影片已更新。 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts135 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 - + + + src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts141src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts145 Your video was uploaded to your account and is private. 您的影片已上傳到您的帳號並為私人影片。 @@ -10319,11 +10257,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/video-add-components/video-upload.component.ts225 - - Upload cancelled - 已取消上傳 - - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts125 + Video published. 影片已發佈。 @@ -10482,8 +10416,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Recently added 最近新增 - src/app/+videos/video-list/video-recently-added.component.ts37 - + + src/app/+videos/video-list/video-recently-added.component.ts37src/app/core/menu/menu.service.ts81 Videos from your subscriptions 從您的訂閱而來的影片 @@ -10522,34 +10456,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local videos 本地影片 - src/app/+videos/videos-routing.module.ts72 - src/app/+videos/video-list/video-local.component.ts37 - + + + src/app/+videos/video-list/video-local.component.ts37src/app/+videos/videos-routing.module.ts70src/app/core/menu/menu.service.ts87src/app/core/menu/menu.service.ts88 Discover videos 探索影片 - src/app/+videos/videos-routing.module.ts23 - + + src/app/+videos/videos-routing.module.ts21src/app/core/menu/menu.service.ts66 Trending videos 熱門影片 - src/app/+videos/videos-routing.module.ts32 - + + src/app/+videos/videos-routing.module.ts30src/app/core/menu/menu.service.ts73 Recently added videos 最近新增的影片 - src/app/+videos/videos-routing.module.ts45 - + + src/app/+videos/videos-routing.module.ts43src/app/core/menu/menu.service.ts80 Upload a video 上傳影片 - src/app/+videos/videos-routing.module.ts85 - + + src/app/+videos/videos-routing.module.ts83 Edit a video 編輯影片 - src/app/+videos/videos-routing.module.ts94 - + + src/app/+videos/videos-routing.module.ts92 diff --git a/client/src/locale/player.vi-VN.json b/client/src/locale/player.vi-VN.json index 6057e3573..93ca7a7af 100644 --- a/client/src/locale/player.vi-VN.json +++ b/client/src/locale/player.vi-VN.json @@ -12,8 +12,8 @@ "Copy the video URL at the current time": "Chép URL video tại thời điểm hiện tại", "Copy embed code": "Nhúng", "Copy magnet URI": "Chép URL magnet", - "Total downloaded: ": "Tổng tải về: ", - "Total uploaded: ": "Tổng tải lên: ", + "Total downloaded: ": "Đã tải: ", + "Total uploaded: ": "Tải lên: ", "From servers: ": "Từ những máy chủ: ", "From peers: ": "Từ peer: ", "Normal mode": "Chế độ bình thường", diff --git a/client/src/locale/server.vi-VN.json b/client/src/locale/server.vi-VN.json index 5acc860cd..722d30f4d 100644 --- a/client/src/locale/server.vi-VN.json +++ b/client/src/locale/server.vi-VN.json @@ -7,7 +7,7 @@ "Travels": "Du lịch", "Gaming": "Game", "People": "Con người", - "Comedy": "Hài kịch", + "Comedy": "Hài hước", "Entertainment": "Giải trí", "News & Politics": "Tin tức & Chính trị", "How To": "Mẹo vặt", @@ -15,15 +15,15 @@ "Activism": "Hoạt động xã hội", "Science & Technology": "Khoa học & Công nghệ", "Animals": "Động vật", - "Kids": "Trẻ em", + "Kids": "Thiếu nhi", "Food": "Ẩm thực", "Attribution": "Giấy phép", - "Attribution - Share Alike": "Giấy phép - Chia sẻ tương tự", - "Attribution - No Derivatives": "Giấy phép - Không phát sinh", - "Attribution - Non Commercial": "Giấy phép - Phi thương mại", - "Attribution - Non Commercial - Share Alike": "Giấy phép - Phi thương mại - Chia sẻ tương tự", - "Attribution - Non Commercial - No Derivatives": "Giấy phép - Phi thương mại - Không phát sinh", - "Public Domain Dedication": "Giấy phép công cộng", + "Attribution - Share Alike": "Chia sẻ tương tự", + "Attribution - No Derivatives": "Không phát sinh", + "Attribution - Non Commercial": "Phi thương mại", + "Attribution - Non Commercial - Share Alike": "Phi thương mại - Chia sẻ tương tự", + "Attribution - Non Commercial - No Derivatives": "Phi thương mại - Không phát sinh", + "Public Domain Dedication": "Công cộng", "Public": "Công cộng", "Unlisted": "Không công khai", "Private": "Riêng tư",