From 520745bfe894aa5db0345bfa72483ee2c38a707b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Jun 2020 10:35:08 +0200 Subject: [PATCH] Add ar-001 locale --- client/angular.json | 7 + client/package.json | 28 +- client/src/locale/angular.ar-001.xlf | 1080 ++++++++++++--------- client/src/locale/angular.ca-ES.xlf | 476 +++++----- client/src/locale/angular.cs-CZ.xlf | 326 ++++--- client/src/locale/angular.da-DK.xlf | 330 ++++--- client/src/locale/angular.de-DE.xlf | 1050 +++++++++++++-------- client/src/locale/angular.el-GR.xlf | 326 ++++--- client/src/locale/angular.en-GB.xlf | 337 ++++--- client/src/locale/angular.en-US.xlf | 332 ++++--- client/src/locale/angular.eo.xlf | 469 ++++++---- client/src/locale/angular.es-ES.xlf | 1017 ++++++++++++-------- client/src/locale/angular.eu-ES.xlf | 1050 +++++++++++++-------- client/src/locale/angular.fa-IR.xlf | 337 ++++--- client/src/locale/angular.fi-FI.xlf | 326 ++++--- client/src/locale/angular.fr-FR.xlf | 1017 ++++++++++++-------- client/src/locale/angular.gd.xlf | 337 ++++--- client/src/locale/angular.gl-ES.xlf | 1066 ++++++++++++--------- client/src/locale/angular.hu-HU.xlf | 1013 ++++++++++++-------- client/src/locale/angular.it-IT.xlf | 1082 +++++++++++++--------- client/src/locale/angular.ja-JP.xlf | 345 ++++--- client/src/locale/angular.jbo.xlf | 330 ++++--- client/src/locale/angular.ko-KR.xlf | 345 ++++--- client/src/locale/angular.lt-LT.xlf | 348 ++++--- client/src/locale/angular.nb-NO.xlf | 330 ++++--- client/src/locale/angular.nl-NL.xlf | 470 ++++++---- client/src/locale/angular.oc.xlf | 1066 ++++++++++++--------- client/src/locale/angular.pl-PL.xlf | 360 ++++--- client/src/locale/angular.pt-BR.xlf | 345 ++++--- client/src/locale/angular.pt-PT.xlf | 1081 ++++++++++++--------- client/src/locale/angular.ru-RU.xlf | 349 ++++--- client/src/locale/angular.sk-SK.xlf | 330 ++++--- client/src/locale/angular.sl-SI.xlf | 330 ++++--- client/src/locale/angular.sv-SE.xlf | 1017 ++++++++++++-------- client/src/locale/angular.ta.xlf | 330 ++++--- client/src/locale/angular.th-TH.xlf | 470 +++++----- client/src/locale/angular.tr-TR.xlf | 350 ++++--- client/src/locale/angular.uk-UA.xlf | 470 +++++----- client/src/locale/angular.vi-VN.xlf | 330 ++++--- client/src/locale/angular.xlf | 271 ++++-- client/src/locale/angular.zh-Hans-CN.xlf | 339 ++++--- client/src/locale/angular.zh-Hant-TW.xlf | 1007 ++++++++++++-------- client/src/locale/server.en-US.json | 2 +- client/yarn.lock | 300 +++--- scripts/build/client.sh | 3 + shared/models/i18n/i18n.ts | 2 + 46 files changed, 13689 insertions(+), 9237 deletions(-) diff --git a/client/angular.json b/client/angular.json index 44749d6b1..871623bc9 100644 --- a/client/angular.json +++ b/client/angular.json @@ -13,6 +13,10 @@ "baseHref": "/client/en-US/" }, "locales": { + "ar": { + "translation": "src/locale/angular.ar-001.xlf", + "baseHref": "/client/ar-001/" + }, "hu": { "translation": "src/locale/angular.hu-HU.xlf", "baseHref": "/client/hu-HU/" @@ -191,6 +195,9 @@ } ] }, + "ar-001": { + "localize": [ "ar" ] + }, "hu-HU": { "localize": [ "hu" ] }, diff --git a/client/package.json b/client/package.json index 03e423d67..474763d35 100644 --- a/client/package.json +++ b/client/package.json @@ -27,20 +27,20 @@ }, "typings": "*.d.ts", "devDependencies": { - "@angular-devkit/build-angular": "~0.901.1", - "@angular/animations": "~9.1.1", + "@angular-devkit/build-angular": "~0.901.7", + "@angular/animations": "~9.1.9", "@angular/cdk": "^9.0.0", - "@angular/cli": "~9.1.1", - "@angular/common": "~9.1.1", - "@angular/compiler": "~9.1.1", - "@angular/compiler-cli": "~9.1.1", - "@angular/core": "~9.1.1", - "@angular/forms": "~9.1.1", - "@angular/language-service": "~9.1.1", - "@angular/platform-browser": "~9.1.1", - "@angular/platform-browser-dynamic": "~9.1.1", - "@angular/router": "~9.1.1", - "@angular/service-worker": "~9.1.1", + "@angular/cli": "~9.1.7", + "@angular/common": "~9.1.9", + "@angular/compiler": "~9.1.9", + "@angular/compiler-cli": "~9.1.9", + "@angular/core": "~9.1.9", + "@angular/forms": "~9.1.9", + "@angular/language-service": "~9.1.9", + "@angular/platform-browser": "~9.1.9", + "@angular/platform-browser-dynamic": "~9.1.9", + "@angular/router": "~9.1.9", + "@angular/service-worker": "~9.1.9", "@angularclass/hmr": "^2.1.3", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^6.0.2", @@ -133,7 +133,7 @@ "zone.js": "~0.10.2" }, "dependencies": { - "@angular/localize": "^9.1.1", + "@angular/localize": "^9.1.9", "@ngx-i18nsupport/tooling": "^8.0.3", "junk": "^3.1.0", "punycode": "^2.1.1", diff --git a/client/src/locale/angular.ar-001.xlf b/client/src/locale/angular.ar-001.xlf index 9ad23deb3..b56cf1ec8 100644 --- a/client/src/locale/angular.ar-001.xlf +++ b/client/src/locale/angular.ar-001.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - نشر مقطع فيديو جديد: + published a new video: + نشر مقطع فيديو جديد: src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - فيديوك الخاص تم حظره + Your video has been unblacklisted + فيديوك الخاص تم حظره src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - فيديوك تم حظره + Your video has been blacklisted + فيديوك تم حظره src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - إساءة استخدام جديدة للفيديو تم إنشاؤه على الفيديو + A new video abuse has been created on video + إساءة استخدام جديدة للفيديو تم إنشاؤه على الفيديو src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - فيديو أضيف مؤخرا تم حظره تلقائيًا + The recently added video has been auto-blacklisted + فيديو أضيف مؤخرا تم حظره تلقائيًا src/app/shared/users/user-notifications.component.html56 - commented your video - علق على فيديوك الخاص + commented your video + علق على فيديوك الخاص src/app/shared/users/user-notifications.component.html 69 @@ -316,28 +316,28 @@ - Your video has been published - الفيديو الخاص بك قد تم نشره + Your video has been published + الفيديو الخاص بك قد تم نشره src/app/shared/users/user-notifications.component.html86 - Your video import succeeded + Your video import succeeded - Your video import succeeded + Your video import succeeded src/app/shared/users/user-notifications.component.html94 - Your video import failed + Your video import failed - Your video import failed + Your video import failed src/app/shared/users/user-notifications.component.html102 - User registered on your instance + User registered on your instance - User registered on your instance + User registered on your instance src/app/shared/users/user-notifications.component.html @@ -345,29 +345,37 @@ - is following your channel your account - يتابع قناتك حسابك الخاص + + is following + + your channel + your account + + يتابع قناتك حسابك الخاص src/app/shared/users/user-notifications.component.html120 - mentioned you on video + mentioned you on video - mentioned you on video + mentioned you on video src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval + + Your instance has a new follower () + awaiting your approval + - Your instance has a new follower () - awaiting your approval + Your instance has a new follower () + awaiting your approval src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed + Your instance automatically followed - Your instance automatically followed + Your instance automatically followed src/app/shared/users/user-notifications.component.html150 @@ -398,9 +406,9 @@ Options الخيارات - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at بدء في @@ -462,9 +470,9 @@ video فيديو - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles ترجمات @@ -537,9 +545,9 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. src/app/shared/video/modals/video-report.component.html @@ -666,10 +674,10 @@ Deleted حذف - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -713,11 +721,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit تحرير @@ -812,10 +820,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - Remote subscribe - Remote interact + Remote subscribe + Remote interact src/app/shared/user-subscription/remote-subscribe.component.html @@ -823,9 +834,12 @@ - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + - You can subscribe to the channel via any ActivityPub-capable fediverse instance. + You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. @@ -834,9 +848,12 @@ - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + - You can interact with this via any ActivityPub-capable fediverse instance. + You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. @@ -853,10 +870,13 @@ - Default NSFW/sensitive videos policy can be redefined by the users + + Default NSFW/sensitive videos policy + can be redefined by the users + - Default NSFW/sensitive videos policy - can be redefined by the users + Default NSFW/sensitive videos policy + can be redefined by the users src/app/shared/instance/instance-features-table.component.html11 @@ -903,9 +923,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - Unlimited ( per day) + Unlimited ( per day) src/app/shared/instance/instance-features-table.component.html59 @@ -1089,9 +1109,9 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. + Sorry but there was an issue with the external login process. Please contact an administrator. - Sorry but there was an issue with the external login process. Please contact an administrator. + Sorry but there was an issue with the external login process. Please contact an administrator. src/app/login/login.component.html @@ -1109,14 +1129,21 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. - + - Find yours among multiple instances at https://joinpeertube.org/instances. + Find yours among multiple instances at https://joinpeertube.org/instances. src/app/login/login.component.html @@ -1284,9 +1311,9 @@ - for + for - for + for src/app/search/search.component.html @@ -1294,10 +1321,13 @@ - Filters + + Filters + + Filters - + src/app/search/search.component.html @@ -1329,7 +1359,8 @@ - CLI documentation + CLI + documentation CLI documentation @@ -1346,7 +1377,8 @@ - Administer documentation + Administer + documentation دليل الإدارة src/app/modal/welcome-modal.component.html @@ -1362,7 +1394,8 @@ - Use documentation + Use + documentation دليل المستخدم src/app/modal/welcome-modal.component.html @@ -1386,16 +1419,16 @@ - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html @@ -1411,10 +1444,14 @@ - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + - Choosing your instance name, setting up a description, specifying who you are, - why you created your instance and how long you plan to maintain your it + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. @@ -1423,12 +1460,18 @@ - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + - If you want to open registrations, please decide what are your moderation rules, fill your instance - terms - and specify the categories and languages you speak. This way, you will help users to register on the - appropriate + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate PeerTube instance. @@ -1519,18 +1562,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure these fields @@ -1820,79 +1865,49 @@ GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance any instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel channel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... البحث… @@ -1934,10 +1949,13 @@ - Jump to channel ↵ + + Jump to channel + ↵ + Jump to channel - ↵ + ↵ src/app/header/suggestion.component.html @@ -2164,10 +2182,14 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + - Tags could be used to suggest relevant recommendations. - There is a maximum of 5 tags. + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. Press Enter to add a new tag. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2310,7 +2332,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Already uploaded ✔ src/app/videos/+video-edit/shared/video-edit.component.html184 @@ -2411,9 +2433,13 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + - You can import any URL supported by youtube-dl + You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. @@ -2475,10 +2501,14 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + Image that will be merged with your audio file. + + The chosen image will be definitive and cannot be modified. + 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.html33 @@ -2536,7 +2566,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. @@ -2551,11 +2584,15 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. - - Instead, create a dedicated account to upload your videos. + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. src/app/videos/+video-edit/video-add.component.html @@ -2779,9 +2816,9 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -2789,9 +2826,9 @@ - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -3080,7 +3117,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it @@ -3114,13 +3155,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted لقد تم حذف هذا التعليق - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3251,8 +3292,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - Created + Created + Created src/app/+admin/follows/followers-list/followers-list.component.html25 src/app/+admin/follows/following-list/following-list.component.html28 src/app/+admin/users/user-list/user-list.component.html50 @@ -3336,8 +3377,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundancy allowed + Redundancy allowed + Redundancy allowed src/app/+admin/follows/following-list/following-list.component.html29 @@ -3458,9 +3499,12 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + - Transcoding is enabled. The video quota only takes into account original video size. + Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . @@ -3542,13 +3586,13 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Username + Username + Username src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Video quota + Video quota + Video quota src/app/+admin/users/user-list/user-list.component.html47 @@ -3587,8 +3631,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -3650,8 +3694,8 @@ - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3707,8 +3751,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Date + Date + Date src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html27 @@ -3914,15 +3958,15 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - State + State + State src/app/+admin/follows/followers-list/followers-list.component.html23 src/app/+admin/follows/following-list/following-list.component.html27 src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Score + Score + Score src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -3942,9 +3986,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -3968,9 +4012,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4018,8 +4062,8 @@ src/app/+about/about.component.html5 - Muted at - Muted at + Muted at + Muted at src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html27 src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html23 src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html13 @@ -4142,6 +4186,12 @@ Homepage الصفحة الرئيسية src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4290,8 +4340,8 @@ - By -> - By -> + By -> + By -> src/app/+admin/system/logs/logs.component.html 32 @@ -4333,8 +4383,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4373,9 +4423,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. + Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4385,9 +4435,12 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + + Enabling it will allow other administrators to know that you are mainly federating sensitive content. + Moreover, the NSFW checkbox on video upload will be automatically checked by default. + - Enabling it will allow other administrators to know that you are mainly federating sensitive content. + 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-custom-config.component.html90 @@ -4401,9 +4454,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4537,9 +4590,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4580,43 +4633,83 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS المستخدمون الجدد - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. + Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled التسجيل مُفعل 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification يتطلب التسجيل رسالة تأكيد 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit حد التسجيل 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users المستخدِمون @@ -4721,100 +4814,94 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS الفيديوهات الجديدة - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION الفديرالية - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. + Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL عنوان URL الفهرس - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS المدراء - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator المدير @@ -4829,13 +4916,13 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration الاعدادات الإفتراصية @@ -4847,222 +4934,261 @@ TWITTER تويتر - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username اسم المستخدِم الخاص بك على تويتر 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. - If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 + https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services الخدمات 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + - Experimental, we suggest you to not disable webtorrent support for now + Experimental, we suggest you to not disable webtorrent support for now - 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 - + - If disabled, breaks federation with PeerTube instances < 2.1 + If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled دعم WebTorrent نشط - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + - Requires ffmpeg >= 4.1 + Requires ffmpeg >= 4.1 - Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: - - Resolution change is smoother - Faster playback in particular with long videos - More stable playback (less bugs/infinite loading) - + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + - If you also enabled WebTorrent support, it will multiply videos storage by 2 + If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled دعم HLS نشط - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE ذاكرة التخزين المؤقتة - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript الجافا سكريبت 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + 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-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration الإعدادات المتقدمة 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration تحديث الإعدادات - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE الملف التعريفي @@ -5229,9 +5355,9 @@ - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html @@ -5261,9 +5387,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - Your current email is + Your current email is src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -5271,9 +5397,9 @@ - is awaiting email verification + is awaiting email verification - is awaiting email verification + is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -5295,23 +5421,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - كلمتك السرية + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + كلمتك السرية + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email تغيير عنوان البريد - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme السمة @@ -5346,8 +5472,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videos + Videos + Videos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5383,10 +5509,13 @@ - Created + + Created + + Created - + src/app/+my-account/my-account-ownership/my-account-ownership.component.html @@ -5458,8 +5587,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Short text to tell people how they can support your channel (membership platform...).<br /><br /> + 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. + 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-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5545,9 +5675,12 @@ - Delete history + + + Delete history + - + Delete history @@ -5564,9 +5697,12 @@ - Notification preferences + + + Notification preferences + - + Notification preferences @@ -5643,8 +5779,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Playlists + Playlists + Playlists src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5672,9 +5808,9 @@ - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. src/app/+signup/shared/signup-success.component.html @@ -6129,22 +6265,26 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. + + It is a free and open-source software, under the AGPLv3 + licence. + - It is a free and open-source software, under the AGPLv3 - licence. + It is a free and open-source software, under the AGPLv3 + licence. src/app/+about/about-peertube/about-peertube.component.html @@ -6152,9 +6292,9 @@ - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html @@ -6162,7 +6302,8 @@ - Use PeerTube documentation + Use PeerTube + documentation Use PeerTube documentation @@ -6181,7 +6322,8 @@ - PeerTube Applications + PeerTube + Applications PeerTube Applications @@ -6200,7 +6342,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Contribute on PeerTube @@ -6227,7 +6370,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 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 @@ -6244,7 +6391,10 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: @@ -6252,7 +6402,10 @@ src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) @@ -6260,7 +6413,11 @@ src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 @@ -6279,7 +6436,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video @@ -6294,18 +6454,27 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the - WebTorrent library), the protocol is different from classic BitTorrent. + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. - See this document for more information + See this document for more information src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. @@ -6318,7 +6487,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. @@ -6332,7 +6505,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + 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. @@ -6347,7 +6525,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: @@ -6375,7 +6556,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. @@ -6415,8 +6599,8 @@ - Developed with ❤ by Framasoft - Developed with ❤ by Framasoft + Developed with ❤ by Framasoft + Developed with ❤ by Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6497,9 +6681,12 @@ - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. @@ -6580,11 +6767,16 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + I am at least 16 years old and agree - to the Terms - and to the Code of Conduct + to the Terms + and to the Code of Conduct of this instance @@ -6683,8 +6875,8 @@ - A .mp4 that keeps the original audio track, with no video - A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8418,8 +8610,8 @@ - Long (> 10 min) - Long (> 10 min) + Long (> 10 min) + Long (> 10 min) src/app/search/search-filters.component.ts 1 @@ -9793,8 +9985,8 @@ - Markdown compatible that supports: - Markdown compatible that supports: + Markdown compatible that supports: + Markdown compatible that supports: src/app/shared/misc/help.component.ts 1 @@ -9957,6 +10149,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10061,6 +10271,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10125,6 +10347,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf index 510ba26f7..6dc6b2d12 100644 --- a/client/src/locale/angular.ca-ES.xlf +++ b/client/src/locale/angular.ca-ES.xlf @@ -342,9 +342,9 @@ Options Opcions - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Comença a @@ -406,9 +406,9 @@ video vídeo - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtítols @@ -594,10 +594,10 @@ Deleted Suprimit - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edita iniciar/parar a @@ -641,11 +641,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Editar @@ -1438,21 +1438,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure these fields @@ -1735,79 +1734,49 @@ GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance any instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel channel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Cerca... @@ -3044,13 +3013,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3511,7 +3480,7 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -4047,6 +4016,12 @@ Homepage Homepage src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4491,40 +4466,80 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Registre activat 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limit de registres 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Usuaris @@ -4629,100 +4644,94 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrador @@ -4737,13 +4746,13 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Configuració bàsica @@ -4755,31 +4764,31 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username El teu nom d'usuari de Twitter 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instància a la llista blanca de Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. @@ -4795,21 +4804,21 @@ https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Serveis 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in @@ -4819,44 +4828,44 @@ 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcodificació activada 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Permet la pujada de fitxers d'àudio - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4876,13 +4885,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4908,75 +4917,75 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Subprocessos per la transcodificació 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: @@ -5002,29 +5011,29 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Configuració avançada 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Actualitza la configuració 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5257,23 +5266,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -6092,17 +6101,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9990,6 +10000,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10094,6 +10122,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10158,6 +10198,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf index 4b7013588..048874225 100644 --- a/client/src/locale/angular.cs-CZ.xlf +++ b/client/src/locale/angular.cs-CZ.xlf @@ -419,7 +419,7 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Začít v čase @@ -477,7 +477,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -682,7 +682,7 @@ Deleted Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Upravit čas spuštění/zastavení @@ -736,7 +736,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Upravit @@ -1579,13 +1579,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1873,63 +1873,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Hledat... @@ -3151,10 +3121,10 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3629,7 +3599,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -4120,7 +4090,13 @@ Homepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Go to the plugin homepage @@ -4524,17 +4500,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4543,7 +4559,7 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Registrace vyžaduje ověření e-mailem. @@ -4551,7 +4567,7 @@ 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limit registrací @@ -4559,7 +4575,7 @@ 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Uživatelé @@ -4648,84 +4664,78 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrátor @@ -4741,7 +4751,7 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Povolit kontaktní formulář @@ -4749,7 +4759,7 @@ 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Základní nastavení @@ -4760,14 +4770,14 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -4776,7 +4786,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter @@ -4785,7 +4795,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4800,7 +4810,7 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services @@ -4809,10 +4819,10 @@ 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4821,7 +4831,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled @@ -4830,7 +4840,7 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat! @@ -4838,10 +4848,10 @@ 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions @@ -4850,10 +4860,10 @@ 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload @@ -4862,7 +4872,7 @@ 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4881,10 +4891,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4909,13 +4919,13 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Vlákna na překódování @@ -4923,41 +4933,41 @@ 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript @@ -4966,14 +4976,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -4998,7 +5008,7 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 @@ -5008,7 +5018,7 @@ 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Aktualizovat nastavení @@ -5016,12 +5026,12 @@ 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -5227,6 +5237,12 @@ 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5234,16 +5250,16 @@ 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Změnit email 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -6051,11 +6067,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -9845,6 +9861,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -9931,6 +9965,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9987,6 +10033,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf index 7da4eb9bf..bf84ee532 100644 --- a/client/src/locale/angular.da-DK.xlf +++ b/client/src/locale/angular.da-DK.xlf @@ -390,7 +390,7 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Start ved @@ -434,7 +434,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -588,7 +588,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops atEdit starts/stops at src/app/shared/video-playlist/video-playlist-element-miniature.component.html50 @@ -615,7 +615,7 @@ 13 - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Redigere @@ -1244,13 +1244,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1489,63 +1489,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Søg … @@ -2400,10 +2370,10 @@ src/app/videos/+video-watch/comment/video-comment.component.html20 ReplyReply - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundanciesFollows & redundancies @@ -2722,7 +2692,7 @@ src/app/+admin/users/user-list/user-list.component.html93 Ban reason:Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3118,7 +3088,13 @@ HomepageHomepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepageGo to the plugin homepage @@ -3412,26 +3388,66 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabledSignup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verificationSignup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limitSignup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Brugere @@ -3517,70 +3533,64 @@ Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -3590,30 +3600,30 @@ src/app/shared/users/user.service.ts1 Admin emailAdmin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact formEnable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configurationBasic configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter usernameYour Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by TwitterInstance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -3628,17 +3638,17 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Tjenester 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -3647,7 +3657,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled @@ -3655,22 +3665,22 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work!If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensionsAllow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files uploadAllow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -3689,10 +3699,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -3717,56 +3727,56 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threadsTranscoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -3791,20 +3801,20 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Avanceret konfiguration 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configurationUpdate configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -3980,19 +3990,19 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - Your passwordYour password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 - + + Your passwordYour password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change emailChange email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 ThemeTheme src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html4src/app/+admin/config/edit-custom-config/edit-custom-config.component.html250 @@ -4644,11 +4654,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -7715,6 +7725,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -7793,6 +7821,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instanceMute this account by your instance @@ -7841,6 +7881,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size.Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf index 7e43ec5a5..cd8ad0471 100644 --- a/client/src/locale/angular.de-DE.xlf +++ b/client/src/locale/angular.de-DE.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - hat eine neue Video veröffentlicht + published a new video: + hat eine neue Video veröffentlicht src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - Dein Video wurde wurde freigeschaltet + Your video has been unblacklisted + Dein Video wurde wurde freigeschaltet src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - Dein Video wurde gesperrt + Your video has been blacklisted + Dein Video wurde gesperrt src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - Ein Video wurde gemeldet + A new video abuse has been created on video + Ein Video wurde gemeldet src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - Das gerade hochgeladene Video wurde automatisch gesperrt + The recently added video has been auto-blacklisted + Das gerade hochgeladene Video wurde automatisch gesperrt src/app/shared/users/user-notifications.component.html56 - commented your video - hat Deine Video kommentiert + commented your video + hat Deine Video kommentiert src/app/shared/users/user-notifications.component.html 69 @@ -316,46 +316,54 @@ - Your video has been published - Dein Video wurde veröffentlicht + Your video has been published + Dein Video wurde veröffentlicht src/app/shared/users/user-notifications.component.html86 - Your video import succeeded - Dein Video wurde erfolgreich importiert + Your video import succeeded + Dein Video wurde erfolgreich importiert src/app/shared/users/user-notifications.component.html94 - Your video import failed - Dein Video konnte leider nicht importiert werden + Your video import failed + Dein Video konnte leider nicht importiert werden src/app/shared/users/user-notifications.component.html102 - User registered on your instance - Benutzer hat auf Deine Instanz angemeldet + User registered on your instance + Benutzer hat auf Deine Instanz angemeldet src/app/shared/users/user-notifications.component.html 110 - is following your channel your account - folgt jetztdeinem Kanal your account + + is following + + your channel + your account + + folgt jetztdeinem Kanal your account src/app/shared/users/user-notifications.component.html120 - mentioned you on video - hat dich hier erwähnt: video + mentioned you on video + hat dich hier erwähnt: video src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval - Deine Instanz hat einen neuen Follower () awaiting your approval + + Your instance has a new follower () + awaiting your approval + + Deine Instanz hat einen neuen Follower () awaiting your approval src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed - Deine Instanz ist automatisch gefolgt + Your instance automatically followed + Deine Instanz ist automatisch gefolgt src/app/shared/users/user-notifications.component.html150 @@ -388,9 +396,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Beginne bei @@ -458,9 +466,9 @@ video Video - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles Untertitel @@ -535,9 +543,9 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. src/app/shared/video/modals/video-report.component.html @@ -673,10 +681,10 @@ Deleted Gelöscht - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Bearbeitung beginnt/endet bei @@ -726,11 +734,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Bearbeiten @@ -831,10 +839,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - Entfernt abonnieren - Entfernt interagieren + Entfernt abonnieren + Entfernt interagieren 10 @@ -842,16 +853,22 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. - Du kannst einen Kanal über jede ActivityPub-kompatible Fediverse-Instanz abonnieren. Zum Beispiel bei Mastodon oder Pleroma kannst du die Kanal-URL ins Suchfeld eintragen und abonnieren. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + Du kannst einen Kanal über jede ActivityPub-kompatible Fediverse-Instanz abonnieren. Zum Beispiel bei Mastodon oder Pleroma kannst du die Kanal-URL ins Suchfeld eintragen und abonnieren. src/app/shared/user-subscription/remote-subscribe.component.html 17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. - Du kannst über jede ActivityPub-kompatible Fediverse-Instanz damit interagieren. Zum Beispiel bei Mastodon oder Pleroma kannst du die aktuelle URL in das Suchfeld eintragen und dann damit interagieren. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + Du kannst über jede ActivityPub-kompatible Fediverse-Instanz damit interagieren. Zum Beispiel bei Mastodon oder Pleroma kannst du die aktuelle URL in das Suchfeld eintragen und dann damit interagieren. src/app/shared/user-subscription/remote-subscribe.component.html 26 @@ -866,8 +883,11 @@ - Default NSFW/sensitive videos policy can be redefined by the users - Standardrichtlinie für NSFW-/heikle Videos kann von den Nutzern geändert werden + + Default NSFW/sensitive videos policy + can be redefined by the users + + Standardrichtlinie für NSFW-/heikle Videos kann von den Nutzern geändert werden src/app/shared/instance/instance-features-table.component.html11 @@ -916,9 +936,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - Unbegrenzt ( pro Tag) + Unbegrenzt ( pro Tag) 53 @@ -1119,8 +1139,8 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - Entschuldigung, es gab ein Problem mit dem externen Login-Prozess. Bitte Administrator kontaktieren. + Sorry but there was an issue with the external login process. Please contact an administrator. + Entschuldigung, es gab ein Problem mit dem externen Login-Prozess. Bitte Administrator kontaktieren. src/app/login/login.component.html 6 @@ -1135,8 +1155,15 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - Diese Instanz erlaubt gegenwärtig keine Registrierung von Nutzern, aber Sie können eine andere Instanz für die Registrierung eines Accounts für den Upload von Videos hier finden. Eine Übersicht verschiedener Instanzen finden Sie auf https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + Diese Instanz erlaubt gegenwärtig keine Registrierung von Nutzern, aber Sie können eine andere Instanz für die Registrierung eines Accounts für den Upload von Videos hier finden. Eine Übersicht verschiedener Instanzen finden Sie auf https://joinpeertube.org/instances. src/app/login/login.component.html 16 @@ -1301,9 +1328,9 @@ - for + for - für + für 6 @@ -1311,10 +1338,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Filter - + 16 @@ -1346,7 +1376,8 @@ - CLI documentation + CLI + documentation CLI-Dokumentation src/app/modal/welcome-modal.component.html @@ -1362,7 +1393,8 @@ - Administer documentation + Administer + documentation Dokumentation verwalten src/app/modal/welcome-modal.component.html @@ -1378,7 +1410,8 @@ - Use documentation + Use + documentation Verwende Dokumentation src/app/modal/welcome-modal.component.html @@ -1402,16 +1435,16 @@ - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Offizielle PeerTube-Website (Nachrichten, Hilfe, beitragen...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Offizielle PeerTube-Website (Nachrichten, Hilfe, beitragen...): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Füge deine Instanz zum öffentlichen PeerTube-Index hinzu: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Füge deine Instanz zum öffentlichen PeerTube-Index hinzu: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html 47 @@ -1426,16 +1459,26 @@ - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. - Deinen Instanznamen auswählen, eine Beschreibung hinzufügen, beschreiben wer du bist, warum du diese Instanz erstellt hast und wie lange du planst sie zu betreiben ist sehr wichtig für die Besucher um zu verstehen auf was für einer Art von Instanz sie sich befinden. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + + Deinen Instanznamen auswählen, eine Beschreibung hinzufügen, beschreiben wer du bist, warum du diese Instanz erstellt hast und wie lange du planst sie zu betreiben ist sehr wichtig für die Besucher um zu verstehen auf was für einer Art von Instanz sie sich befinden. src/app/modal/welcome-modal.component.html 61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. - Wenn du die Instanz für Registrierungen öffnen willst, lege bitte fest, wie deine Moderationsregeln lauten, fülle die Nutzungsbedingungen deiner Instanzaus und lege Kategorien fest und gib die Sprache an, die du sprichst. Auf diese Art hilfst du Nutzern sich auf der richtigen PeerTube-Instanz anzumelden. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + + Wenn du die Instanz für Registrierungen öffnen willst, lege bitte fest, wie deine Moderationsregeln lauten, fülle die Nutzungsbedingungen deiner Instanzaus und lege Kategorien fest und gib die Sprache an, die du sprichst. Auf diese Art hilfst du Nutzern sich auf der richtigen PeerTube-Instanz anzumelden. src/app/modal/welcome-modal.component.html 67 @@ -1522,18 +1565,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Richte diese Felder ein @@ -1843,79 +1888,49 @@ Hilf mit PeerTube zu übersetzen! GLOBAL SEARCH GLOBALE SUCHE - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Ergebnisse werden mit denen externem Index angereichert. Es werden nur für die Anfrage benötigten Daten übermittelt. - - src/app/header/search-typeahead.component.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ERWEITERTE SUCHE - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance jede Instanz - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances nur Instanzen denen gefolgt wird - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. Bestimmt, ob Sie entfernte Inhalte auflösen können, oder ob diese Instanz dies nur für die Instanzen erlaubt denen gefolgt wird. - - src/app/header/search-typeahead.component.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel Kanal - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Jeder andere Text gibt zutreffende Video oder Kanal-Namen zurück. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Suche... @@ -1957,8 +1972,11 @@ Hilf mit PeerTube zu übersetzen! - Jump to channel ↵ - Springe zum Kanal ↵ + + Jump to channel + ↵ + + Springe zum Kanal ↵ src/app/header/suggestion.component.html 18 @@ -2196,8 +2214,12 @@ Hilf mit PeerTube zu übersetzen! src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. - Tags können benutzt werden um relevante Stichpunkte des Videoinhaltes hervorzuheben. Maximal 5 Tags sind möglich. Drücke ENTER um einen neuen Tag hinzuzufügen. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + + Tags können benutzt werden um relevante Stichpunkte des Videoinhaltes hervorzuheben. Maximal 5 Tags sind möglich. Drücke ENTER um einen neuen Tag hinzuzufügen. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2357,7 +2379,7 @@ Hilf mit PeerTube zu übersetzen! src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Fast hochgeladen ✔ 179 @@ -2488,8 +2510,12 @@ Hilf mit PeerTube zu übersetzen! src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. - Du kannst jede URL importieren die von youtube-dl unterstützt wird oder jede URL die direkt auf eine MP4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt besitzt auf den sie zeigt, andernfalls kann das zu rechlichen Schwierigkeiten für dich und deine Instanz führen. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + Du kannst jede URL importieren die von youtube-dl unterstützt wird oder jede URL die direkt auf eine MP4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt besitzt auf den sie zeigt, andernfalls kann das zu rechlichen Schwierigkeiten für dich und deine Instanz führen. src/app/videos/+video-edit/video-add-components/video-import-url.component.html 10 @@ -2551,10 +2577,14 @@ Hilf mit PeerTube zu übersetzen! src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + 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 ausgwählte Bild wird endgültig sein und kann nicht angepasst werden. @@ -2624,7 +2654,10 @@ Hilf mit PeerTube zu übersetzen! src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + Du kannst jede Torrent-Datei importieren, die auf eine mp4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt auf den sie zeigt besitzt, andernfalls kann dies zu rechtlichen Schwierigkeiten für dich und deine Instanz führen. src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html16 @@ -2639,8 +2672,12 @@ Hilf mit PeerTube zu übersetzen! src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. - Wir empfehlen nicht mit dem root Nutzer deine Videos hinzuzufügen, das dies der Super-Admin Benutzer deiner Instanz ist. Stattdessen, erstelle einen gesonderten Accountum deine Videos hochzuladen. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + + Wir empfehlen nicht mit dem root Nutzer deine Videos hinzuzufügen, das dies der Super-Admin Benutzer deiner Instanz ist. Stattdessen, erstelle einen gesonderten Accountum deine Videos hochzuladen. src/app/videos/+video-edit/video-add.component.html 2 @@ -2882,16 +2919,16 @@ Hilf mit PeerTube zu übersetzen! src/app/videos/+video-watch/video-watch.component.html32 - Published • views - Veröffentlicht • Aufrufe + Published • views + Veröffentlicht • Aufrufe src/app/videos/+video-watch/video-watch.component.html 45 - Published • views - Veröffentlicht am • Abrufe + Published • views + Veröffentlicht am • Abrufe src/app/videos/+video-watch/video-watch.component.html 56 @@ -3186,7 +3223,11 @@ Hilf mit PeerTube zu übersetzen! src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it @@ -3224,13 +3265,13 @@ Hilf mit PeerTube zu übersetzen! 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Dieser Kommentar wurde gelöscht - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3370,8 +3411,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/system/jobs/jobs.component.html51 - Created - Erstellt + Created + Erstellt 11 @@ -3461,8 +3502,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundanz erlaubt + Redundancy allowed + Redundanz erlaubt src/app/+admin/follows/following-list/following-list.component.html29 @@ -3581,9 +3622,12 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + - Transcoding is enabled. The video quota only takes into account original video size. + Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . @@ -3677,16 +3721,16 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/users/user-list/user-list.component.html22 - Username - Benutzername + Username + Benutzername 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Video-Kontingent + Video quota + Video-Kontingent 42 @@ -3737,8 +3781,8 @@ Hilf mit PeerTube zu übersetzen! 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -3797,8 +3841,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/moderation/moderation.component.html13 - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3857,8 +3901,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Datum + Date + Datum 11 @@ -4070,8 +4114,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - Status + State + Status 11 @@ -4080,8 +4124,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Bewertung + Score + Bewertung src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -4101,9 +4145,9 @@ Hilf mit PeerTube zu übersetzen! - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4127,9 +4171,9 @@ Hilf mit PeerTube zu übersetzen! - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4177,8 +4221,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about.component.html5 - Muted at - Stummgeschaltet am + Muted at + Stummgeschaltet am 13 @@ -4307,6 +4351,12 @@ Hilf mit PeerTube zu übersetzen! 51 src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4471,8 +4521,8 @@ Hilf mit PeerTube zu übersetzen! - By -> - Von -> + By -> + Von -> src/app/+admin/system/logs/logs.component.html 32 @@ -4517,8 +4567,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4557,9 +4607,9 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. + Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4569,9 +4619,12 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + + Enabling it will allow other administrators to know that you are mainly federating sensitive content. + Moreover, the NSFW checkbox on video upload will be automatically checked by default. + - Enabling it will allow other administrators to know that you are mainly federating sensitive content. + 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-custom-config.component.html90 @@ -4585,9 +4638,9 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4724,9 +4777,9 @@ Hilf mit PeerTube zu übersetzen! src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4770,43 +4823,83 @@ Hilf mit PeerTube zu übersetzen! 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. + Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Registrierung aktiviert 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Registrierung erfordert eine Bestätigung der E-Mail-Adresse 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Obergrenze für Registrierungen 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Benutzer @@ -4911,100 +5004,94 @@ Hilf mit PeerTube zu übersetzen! Default video quota per user Standardvideokontingent pro Nutzer - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Standardtageskontigent für das Hochladen pro Nutzer - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Erlaube den Import von HTTP URLs (z. B. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Neue Videos automatisch zur Sperrliste hinzufügen - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. + Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Neue Instanz-Abonnements manuell freischalten - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index-URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -5019,16 +5106,16 @@ Hilf mit PeerTube zu übersetzen! 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Aktiviere Kontaktformular 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Grundlegende Einstellungen @@ -5040,243 +5127,282 @@ Hilf mit PeerTube zu übersetzen! TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Dein Twitter-Benutzername 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instanz von Twitter vertraut 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. - If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 + https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Dienste 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transkodierung an 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Zusätzliche Erweiterungen zulassen 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Das Hochladen von Audiodateien erlauben 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + - Experimental, we suggest you to not disable webtorrent support for now + Experimental, we suggest you to not disable webtorrent support for now - 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 - + - If disabled, breaks federation with PeerTube instances < 2.1 + If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent Unterstützung aktiviert - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + - Requires ffmpeg >= 4.1 + Requires ffmpeg >= 4.1 - Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: - - Resolution change is smoother - Faster playback in particular with long videos - More stable playback (less bugs/infinite loading) - + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + - If you also enabled WebTorrent support, it will multiply videos storage by 2 + If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS Unterstützung einschalten - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcodierungsthreads 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + 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-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Erweiterte Einstellungen 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Einstellungen aktualisieren 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Es scheint, als wäre die Konfiguration ungültig. Bitte suche in den Tabs nach möglichen Fehlern. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5443,8 +5569,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - Mit Nicht Auflisten oder Unscharfe Vorschau, wird eine Bestätigung vor dem Abspielen des Videos eingeholt. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + Mit Nicht Auflisten oder Unscharfe Vorschau, wird eine Bestätigung vor dem Abspielen des Videos eingeholt. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html 6 @@ -5473,9 +5599,9 @@ Hilf mit PeerTube zu übersetzen! src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - Deine aktuelle E-Mail-Adresse ist + Deine aktuelle E-Mail-Adresse ist 4 @@ -5483,9 +5609,9 @@ Hilf mit PeerTube zu übersetzen! src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html4 - is awaiting email verification + is awaiting email verification - wartet auf die Verifizierung per E-Mail + wartet auf die Verifizierung per E-Mail 8 @@ -5507,6 +5633,12 @@ Hilf mit PeerTube zu übersetzen! 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5514,16 +5646,16 @@ Hilf mit PeerTube zu übersetzen! 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email E-Mail ändern 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5567,8 +5699,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videos + Videos + Videos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5604,10 +5736,13 @@ Hilf mit PeerTube zu übersetzen! src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + Erstellt - + 15 @@ -5679,8 +5814,9 @@ Hilf mit PeerTube zu übersetzen! src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Short text to tell people how they can support your channel (membership platform...).<br /><br /> + 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. + 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-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5778,9 +5914,12 @@ Hilf mit PeerTube zu übersetzen! - Delete history + + + Delete history + - + Lösche Verlauf @@ -5797,9 +5936,12 @@ Hilf mit PeerTube zu übersetzen! - Notification preferences + + + Notification preferences + - + Benachrichtigungseinstellungen @@ -5879,8 +6021,8 @@ Hilf mit PeerTube zu übersetzen! src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Wiedergabelisten + Playlists + Wiedergabelisten src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5908,8 +6050,8 @@ Hilf mit PeerTube zu übersetzen! - If you need help to use PeerTube, you can have a look at the documentation. - Wenn du Hilfe beim Benutzen von PeerTube brauchst, schau einfach in die Dokumentation. + If you need help to use PeerTube, you can have a look at the documentation. + Wenn du Hilfe beim Benutzen von PeerTube brauchst, schau einfach in die Dokumentation. src/app/+signup/shared/signup-success.component.html 13 @@ -6364,33 +6506,40 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube ist eine selbst-gehostete, föderierte (ActivityPub) Videostream-Platform durch die Nutzung von P2P direkt in deinem Browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. - Es ist freie und open-source Software, lizensiert mit AGPLv3. + + It is a free and open-source software, under the AGPLv3 + licence. + + Es ist freie und open-source Software, lizensiert mit AGPLv3. src/app/+about/about-peertube/about-peertube.component.html 13 - For more information, please visit joinpeertube.org. - Für mehr Informationen, besuche bittejoinpeertube.org. + For more information, please visit joinpeertube.org. + Für mehr Informationen, besuche bittejoinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html 18 - Use PeerTube documentation + Use PeerTube + documentation Benutze die PeerTube Dokumentation src/app/+about/about-peertube/about-peertube.component.html @@ -6406,7 +6555,8 @@ Hilf mit PeerTube zu übersetzen! - PeerTube Applications + PeerTube + Applications PeerTube Anwendungen src/app/+about/about-peertube/about-peertube.component.html @@ -6422,7 +6572,8 @@ Hilf mit PeerTube zu übersetzen! - Contribute on PeerTube + Contribute on + PeerTube Mach mit auf PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6446,7 +6597,11 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 nutzt standardmäßig das BitTorrent-Protokoll, um Bandbreite der Benutzer für die Verbreitung von Videos zu nutzen und die Auslastung der Instanz zu verringern. Letztlich liegt die Entscheidung aber bei Dir, und Du kannst zum klassischen Streaming vom Server umschalten. Die folgenden Einstellungen betreffen nur den Peer-to-peer-Modus (BitTorrent). src/app/+about/about-peertube/about-peertube.component.html74 @@ -6459,17 +6614,27 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + Theoretisch könnte jemand mit den nötigen technischen Fähigkeiten ein Skript schreiben welches ausliest von welcher IP welches Video geladen wird. In der Realität ist dies jedoch relativ schwierig, weil: src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + Ein HTTP Request muss von jedem Tracker für jedes zu überwachende Video gesendet werden. Wenn also alle Peertube Videos überwacht werden sollen, müssen so viele Requests wie Videos geschickt werden (und das sind ziemlich viele) src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 @@ -6486,7 +6651,10 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + Wenn eine IP auf dem Tracker gespeichert wurde, heißt das nicht das die Person hinter der IP (falls es die Person gibt) das Video gesehen hat src/app/+about/about-peertube/about-peertube.component.html108 @@ -6496,18 +6664,27 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the - WebTorrent library), the protocol is different from classic BitTorrent. + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. - See this document for more information + See this document for more information src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. @@ -6523,7 +6700,11 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. @@ -6540,7 +6721,12 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + 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. @@ -6558,7 +6744,10 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: @@ -6586,7 +6775,10 @@ Hilf mit PeerTube zu übersetzen! src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. @@ -6626,8 +6818,8 @@ Hilf mit PeerTube zu übersetzen! - Developed with ❤ by Framasoft - Entwickelt mit ❤ von Framasoft + Developed with ❤ by Framasoft + Entwickelt mit ❤ von Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6708,9 +6900,12 @@ Erstelle mein Konto - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + - Ein Kanal ist eine Einheit in die du Videos hochladen kannst. Mehrere zu erstellen hilft dir deine Inhalte zu organisieren und zu trennen. + Ein Kanal ist eine Einheit in die du Videos hochladen kannst. Mehrere zu erstellen hilft dir deine Inhalte zu organisieren und zu trennen. Zum Beispiel, könntest du entscheiden, einen Kanal zu haben, auf dem du deine Klavierkonzerte veröffentlichst und einen anderen, auf dem du über Umweltthemen sprichst. @@ -6789,8 +6984,13 @@ Erstelle mein Konto - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance - Ich bin mindestens 16 Jahre alt und stimme den Nutzungsbedingungen und den Verhaltensregeln dieser Instanz zu + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + + Ich bin mindestens 16 Jahre alt und stimme den Nutzungsbedingungen und den Verhaltensregeln dieser Instanz zu src/app/+signup/+register/register-step-user.component.html 65 @@ -6891,8 +7091,8 @@ Erstelle mein Konto - A .mp4 that keeps the original audio track, with no video - Ein .mp4 das nur die originale Tonspur enthält, ohne Bild + A .mp4 that keeps the original audio track, with no video + Ein .mp4 das nur die originale Tonspur enthält, ohne Bild src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8599,8 +8799,8 @@ Erstelle mein Konto src/app/search/search-filters.component.ts1 - Long (> 10 min) - Lang (> 10 min) + Long (> 10 min) + Lang (> 10 min) 1 @@ -9959,8 +10159,8 @@ Erstelle mein Konto src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Markdown-Unterstützung von: + Markdown compatible that supports: + Markdown-Unterstützung von: 1 @@ -10126,6 +10326,24 @@ Erstelle mein Konto 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10230,6 +10448,18 @@ Erstelle mein Konto src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10294,6 +10524,18 @@ Erstelle mein Konto src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf index 0d620d235..fa137ebd1 100644 --- a/client/src/locale/angular.el-GR.xlf +++ b/client/src/locale/angular.el-GR.xlf @@ -401,7 +401,7 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Εκκίνηση στο @@ -445,7 +445,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -625,7 +625,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Επεξεργασία ξεκινά/σταματά στο @@ -660,7 +660,7 @@ 13 - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Επεξεργασία @@ -1368,13 +1368,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1634,63 +1634,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Αναζήτηση... @@ -2873,10 +2843,10 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3293,7 +3263,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3742,7 +3712,13 @@ 51 - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Σελίδα προσθέτου @@ -4101,17 +4077,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4119,21 +4135,21 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Η εγγραφή απαιτεί επιβεβαίωση του e-mail 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Όριο εγγραφών 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Χρήστες @@ -4219,77 +4235,71 @@ Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Διαχειριστής @@ -4303,14 +4313,14 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Ενεργοποίηση φόρμας επικοινωνίας 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Βασικές ρυθμίσεις @@ -4320,14 +4330,14 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -4335,7 +4345,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter @@ -4343,7 +4353,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4358,17 +4368,17 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Υπηρεσίες 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4377,7 +4387,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled @@ -4385,27 +4395,27 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Αν απενεργοποιήσετε την επανακωδικοποίηση, πολλά βίντεο είναι πιθανό να μη λειτουργούν! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Επιτρέπονται επιπλέον επεκτάσεις αρχείων 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload @@ -4413,7 +4423,7 @@ 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4432,10 +4442,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4460,50 +4470,50 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Νήματα επανακωδικοποίησης 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript @@ -4511,14 +4521,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -4543,24 +4553,24 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Ρυθμίσεις για προχωρημένους 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Ενημέρωση ρυθμίσεων 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4757,21 +4767,27 @@ 17 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + + Your password Ο κωδικός σας 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Αλλαγή email 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Θέμα @@ -5517,11 +5533,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -8803,7 +8819,25 @@ 1 - src/app/shared/moderation/user-moderation-dropdown.component.ts1 + src/app/shared/moderation/user-moderation-dropdown.component.ts1 + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + Edit userEdit user src/app/shared/moderation/user-moderation-dropdown.component.ts @@ -8885,6 +8919,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -8937,6 +8983,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf index 52dc672ac..07662376f 100644 --- a/client/src/locale/angular.en-GB.xlf +++ b/client/src/locale/angular.en-GB.xlf @@ -425,7 +425,7 @@ Options - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Start at @@ -481,7 +481,7 @@ video - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtitles @@ -686,7 +686,7 @@ Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -734,7 +734,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Edit @@ -1578,13 +1578,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1874,63 +1874,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Search... @@ -3249,12 +3219,12 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3728,7 +3698,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -4223,7 +4193,13 @@ Homepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Go to the plugin homepage @@ -4625,17 +4601,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4644,7 +4660,7 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification @@ -4652,7 +4668,7 @@ 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Signup limit @@ -4660,7 +4676,7 @@ 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Users @@ -4749,84 +4765,78 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -4842,7 +4852,7 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form @@ -4850,7 +4860,7 @@ 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basic configuration @@ -4861,14 +4871,14 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -4877,7 +4887,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter @@ -4886,7 +4896,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4901,7 +4911,7 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services @@ -4910,10 +4920,10 @@ 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4922,7 +4932,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled @@ -4931,7 +4941,7 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! @@ -4939,10 +4949,10 @@ 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions @@ -4951,16 +4961,16 @@ 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4979,13 +4989,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -5010,13 +5020,13 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads @@ -5024,41 +5034,41 @@ 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript @@ -5067,14 +5077,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -5099,7 +5109,7 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 @@ -5109,7 +5119,7 @@ 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Update configuration @@ -5117,12 +5127,12 @@ 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -5332,23 +5342,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -6163,17 +6173,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9944,6 +9955,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10037,6 +10066,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10093,6 +10134,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf index c458ffdc5..984d2dd48 100644 --- a/client/src/locale/angular.en-US.xlf +++ b/client/src/locale/angular.en-US.xlf @@ -433,7 +433,7 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Start at @@ -491,7 +491,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -696,7 +696,7 @@ Deleted Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -744,7 +744,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Edit @@ -1506,13 +1506,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1752,63 +1752,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Search... @@ -2853,10 +2823,10 @@ Reply Reply - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3250,7 +3220,7 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3696,7 +3666,13 @@ Homepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Go to the plugin homepage @@ -4067,33 +4043,73 @@ Local videos Local videos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Signup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Users @@ -4179,84 +4195,78 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -4266,12 +4276,12 @@ Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basic configuration @@ -4279,26 +4289,26 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4313,16 +4323,16 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Services - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4331,36 +4341,36 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4379,10 +4389,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4407,65 +4417,65 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -4490,24 +4500,24 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4710,23 +4720,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5504,11 +5514,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -9361,6 +9371,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -9447,6 +9475,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9503,6 +9543,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf index eac570cd2..fa7b5d48b 100644 --- a/client/src/locale/angular.eo.xlf +++ b/client/src/locale/angular.eo.xlf @@ -396,9 +396,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Komenci je @@ -466,9 +466,9 @@ video filbo - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subteksto @@ -682,10 +682,10 @@ 34 - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Redakti tempojn de komenco kaj ĉeso @@ -735,11 +735,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Redakti @@ -1617,18 +1617,20 @@ 21 src/app/modal/instance-config-warning-modal.component.html21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - Bonvolu pripensi agordon de ĉi tiuj kampoj, por helpi al homoj elekti la ĝustan nodon. Sen ili, via nodo ne povas esti montrita sur la retpaĝo de JoinPeerTube. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Agordi tiujn ĉi kampojn @@ -1942,79 +1944,49 @@ GLOBAL SEARCH ĈIEA SERĈO - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using uzante - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Rezultoj el indekso de ekstera liveranto riĉigos la viajn. Sendiĝos nur datumoj necesaj por la peto. - - src/app/header/search-typeahead.component.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ALTNIVELA SERĈADO - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance ajna nodo - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances nur abonataj nodoj - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel kanalo - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Ĉiu alia teksto redonos nomon de akordaj filmo aŭ kanalo. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Serĉi… @@ -3360,13 +3332,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Ĉi tiu komento estas forigita - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Abonoj kaj ripetaĵoj @@ -3870,7 +3842,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -4437,6 +4409,12 @@ 51 src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4938,41 +4916,81 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NOVAJ UZANTOJ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Administri uzantojn por agordi iliajn datumlimojn unuope. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Registriĝoj ŝaltitaj 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Registriĝo bezonas konfirmon de retpoŝtadreso 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limo de registriĝoj 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Uzantoj @@ -5080,102 +5098,96 @@ 261 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Norma datumlimo por alŝutoj por ĉiu uzanto 273 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NOVAJ FILMOJ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Permesi enporton per HTTP-URL (ekz. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Forteni novajn filmojn memage - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERADO - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Administri rilatojn kun aliaj nodoj. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Aliaj nodoj povas aboni la vian - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Permane aprobi novajn abonantojn de nodo - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Memage aboni nodojn reciproke - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. Vi abonu nur indeksojn kiujn vi fidas, aŭ gastigu vian propran. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL URL de indekso 371 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Memage aboni nodojn el publika indekso - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRANTOJ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administranto @@ -5190,16 +5202,16 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Ŝalti kontaktan formularon 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Bazaj agordoj @@ -5211,29 +5223,29 @@ TWITTER TVITERO - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Malnepra. Se iu ekzistas, donu vian Tviter-konton reprezentantan vian nodon por plibonigi ligilajn antaŭrigardojn. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Via Tvitera salutnomo 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Nodo permesata de Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. @@ -5243,71 +5255,71 @@ to see if you instance is whitelisted. Se via nodo estas permesata de Tvitero, filmludilo enkorpiĝos en la Tviteran fluon kiam oni kunhavigos filmon de PeerTube. Se la nodo ne estas permesata, ni uzos bildkarton kun ligilo al via nodo de PeerTube. Marku la markbutonon, konservu la agordaron, kaj provu per URL al iu filmo de via nodo (https://ekzemplo.net/videos/watch/blabla) en https://cards-dev.twitter.com/validator, por vidi ĉu via nodo estas permesata. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Servoj 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSKODADO - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. Prilabori alŝutitajn filmojn tiel, ke ili havu formon ludeblan por ĉiu aparato. Kvankam tio kostas multajn rimedojn, ĝi estas grava parto de PeerTube; priagu atente. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transkodado ŝaltita 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Permesas alŝutadon de filmoformoj .mkv, .mov, .avi kaj .flv al uzantoj. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Permesi aliajn dosiersufiksojn 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Permesas alŝutadon de sondosieroj, kiuj kuniĝos kun la antaŭrigrada dosiero je alŝuto. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Permesi alŝuton de sonaj dosieroj 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -5319,13 +5331,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 Eksperimenta; ni konsilas, ke vi nun ne malŝaltu subtenon de WebTorrent Se vi ankaŭ ŝaltis subtenon de HLS, tio duobligos deponon de filmoj Malŝaltite, ĝi rompas federadon kun nodoj de PeerTube < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled Subteno de WebTorrent estas ŝaltita - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -5340,72 +5352,72 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 Bezonas ffmpeg >= 4.1 Estigi HLS-ludlistojn kaj fragmentigi MP4-dosierojn, kaŭzante pli bonan ludadon kun la nuna norma ludilo: Ŝanĝo de distingumo pli glatas Pli rapida ludado, precipe de longaj filmoj Pli dependebla ludado (malpli da eraroj, enlegado) Se vi ankaŭ ŝaltis subtenon de WebTorrent, ĝi duobligos la deponejon de filmoj - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled Subteno de HLS estas ŝaltita 498 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Fadenoj por transkodado 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Estigotaj distingumoj - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE KAŜMEMORO - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 Some files are not federated, and fetched when necessary. Define their caching policies. Iuj dosieroj ne estas federataj, kaj estas laŭbezone elŝutataj. Difinu ilian kaŝmemoran politikon. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Nombro de kaŝmemorotaj antaŭrigardoj - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Nombro de kaŝmemorotaj filmaj transskriboj - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS ADAPTOJ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. Etaj modifoj al via PeerTube-nodo por kiam novaj haŭto aŭ kromprogramo trous. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript Ĝavoskripto 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 Write JavaScript code directly.Example: console.log('my instance is amazing'); Skribu Ĝavoskriptan kodon rekte.Ekzemple: console.log('mia nodo mojosas'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: @@ -5431,32 +5443,32 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Specialaj agordoj 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Efektivigi agordojn 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Ŝajnas, ke la agordaro estas nevalida. Bonvolu serĉi eblajn erarojn en ĉiuj langetoj. 629 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILO @@ -5689,6 +5701,12 @@ 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5696,16 +5714,16 @@ 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Ŝanĝi retpoŝtadreson 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Haŭto @@ -6546,15 +6564,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube estas memgastigata (per ActivityPub) platformo por elsendado de filmoj per samtavola teĥnikaro rekte en la reta foliumilo. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -10359,6 +10380,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10463,6 +10502,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10527,6 +10578,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf index 45f3ad952..0cb5c0927 100644 --- a/client/src/locale/angular.es-ES.xlf +++ b/client/src/locale/angular.es-ES.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - publicó un nuevo video: + published a new video: + publicó un nuevo video: src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - Su video se ha removido de la lista negra + Your video has been unblacklisted + Su video se ha removido de la lista negra src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - Su video se ha incluido en la lista negra + Your video has been blacklisted + Su video se ha incluido en la lista negra src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - Un nuevo video abusivo se ha generado en el video + A new video abuse has been created on video + Un nuevo video abusivo se ha generado en el video src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - El video añadido recientemente ha sido puesto automáticamente en la lista negra + The recently added video has been auto-blacklisted + El video añadido recientemente ha sido puesto automáticamente en la lista negra src/app/shared/users/user-notifications.component.html56 - commented your video - comentó su video + commented your video + comentó su video src/app/shared/users/user-notifications.component.html 69 @@ -316,46 +316,54 @@ - Your video has been published - Su video ha sido publicado + Your video has been published + Su video ha sido publicado src/app/shared/users/user-notifications.component.html86 - Your video import succeeded - La importación de su video fue exitosa + Your video import succeeded + La importación de su video fue exitosa src/app/shared/users/user-notifications.component.html94 - Your video import failed - L importación de su video falló + Your video import failed + L importación de su video falló src/app/shared/users/user-notifications.component.html102 - User registered on your instance - User registrado en su instancia + User registered on your instance + User registrado en su instancia src/app/shared/users/user-notifications.component.html 110 - is following your channel your account - está siguiendo your channel su cuenta + + is following + + your channel + your account + + está siguiendo your channel su cuenta src/app/shared/users/user-notifications.component.html120 - mentioned you on video - lo mencionó en el video + mentioned you on video + lo mencionó en el video src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval - Su instancia tiene un nuevo seguidor () esperando su aprobación + + Your instance has a new follower () + awaiting your approval + + Su instancia tiene un nuevo seguidor () esperando su aprobación src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed - Su instancia siguió automáticamente + Your instance automatically followed + Su instancia siguió automáticamente src/app/shared/users/user-notifications.component.html150 @@ -388,9 +396,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Empezar en @@ -458,9 +466,9 @@ video video - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtítulos @@ -535,8 +543,8 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. - Su informe será enviado a los moderadores de y se reenviará al origen del video () también. + Your report will be sent to moderators of and will be forwarded to the video origin () too. + Su informe será enviado a los moderadores de y se reenviará al origen del video () también. src/app/shared/video/modals/video-report.component.html 9 @@ -669,10 +677,10 @@ Deleted Borrado - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at La edición comienza/termina en @@ -719,11 +727,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Editar @@ -824,10 +832,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - Suscripción remota - Interacción remota + Suscripción remota + Interacción remota 10 @@ -835,16 +846,22 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. - Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub. Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub. Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. src/app/shared/user-subscription/remote-subscribe.component.html 17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. - Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub. Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub. Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. src/app/shared/user-subscription/remote-subscribe.component.html 26 @@ -859,8 +876,11 @@ - Default NSFW/sensitive videos policy can be redefined by the users - La política predefinida para videos sensibles se puede redefinir por los usuarios + + Default NSFW/sensitive videos policy + can be redefined by the users + + La política predefinida para videos sensibles se puede redefinir por los usuarios src/app/shared/instance/instance-features-table.component.html11 @@ -906,9 +926,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - Illimitado ( por día) + Illimitado ( por día) 53 @@ -1105,8 +1125,8 @@ Iniciar sesión src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - Lo sentimos, pero hubo un problema con el proceso de inicio de sesión externo. Por favor contacte a un administrador. + Sorry but there was an issue with the external login process. Please contact an administrator. + Lo sentimos, pero hubo un problema con el proceso de inicio de sesión externo. Por favor contacte a un administrador. src/app/login/login.component.html 6 @@ -1121,8 +1141,15 @@ Iniciar sesión - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - Actualmente, esta instancia no permite el registro de usuarios, pero puede encontrar una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí.Encuentra el tuyo entre varias instancias en https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + Actualmente, esta instancia no permite el registro de usuarios, pero puede encontrar una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí.Encuentra el tuyo entre varias instancias en https://joinpeertube.org/instances. src/app/login/login.component.html 16 @@ -1287,9 +1314,9 @@ Iniciar sesión - for + for - para + para 6 @@ -1297,10 +1324,13 @@ Iniciar sesión src/app/search/search.component.html6 - Filters + + Filters + + Filtros - + 16 @@ -1334,7 +1364,8 @@ Iniciar sesión - CLI documentation + CLI + documentation documentación de la CLI src/app/modal/welcome-modal.component.html @@ -1350,7 +1381,8 @@ Iniciar sesión - Administer documentation + Administer + documentation Administrar documentación src/app/modal/welcome-modal.component.html @@ -1366,7 +1398,8 @@ Iniciar sesión - Use documentation + Use + documentation Documentación de uso src/app/modal/welcome-modal.component.html @@ -1390,16 +1423,16 @@ Iniciar sesión - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Sitio web oficial de PeerTube (noticias, soporte, contribución...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Sitio web oficial de PeerTube (noticias, soporte, contribución...): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Ponga su instancia en el índice público de PeerTube: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Ponga su instancia en el índice público de PeerTube: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html 47 @@ -1414,16 +1447,26 @@ Iniciar sesión - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. - Seleccionando su instancia name, configurando descripción, definiendo quien es usted, por qué creó su instancia y por cuanto tiempo planea mantenerla es muy importante para los visitantes entencer en qué tipo de instancia están. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + + Seleccionando su instancia name, configurando descripción, definiendo quien es usted, por qué creó su instancia y por cuanto tiempo planea mantenerla es muy importante para los visitantes entencer en qué tipo de instancia están. src/app/modal/welcome-modal.component.html 61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. - Si desea abrir las inscripciones, por favor decida que son sus reglas de moderación, llene su términos de instancia y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en laapropiada PeerTube instancia. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + + Si desea abrir las inscripciones, por favor decida que son sus reglas de moderación, llene su términos de instancia y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en laapropiada PeerTube instancia. src/app/modal/welcome-modal.component.html 67 @@ -1510,15 +1553,20 @@ Iniciar sesión src/app/modal/instance-config-warning-modal.component.html 21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - Por favor, configurr estos campos para ayudar a otros en la elecciónla instancia apropiada. Sin ellos, su instancia no puede ser referenciada enJoinPeerTube website. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure estos campos @@ -1817,79 +1865,49 @@ Iniciar sesión GLOBAL SEARCH BÚSQUEDA GLOBAL - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using utilizando - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Los resultados se aumentarán con los de un índice de terceros. Solo se enviarán los datos necesarios para realizar la consulta. - - src/app/header/search-typeahead.component.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH BÚSQUEDA AVANZADA - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance cualquier instancia - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances solo instancias seguidas - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. Determina si puede resolver cualquier contenido distante o si esta instancia solo permite hacerlo para las instancias que sigue. - - src/app/header/search-typeahead.component.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel canal - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Cualquier otro texto devolverá el video o los nombres de canales coincidentes. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Buscar... @@ -1931,8 +1949,11 @@ Iniciar sesión - Jump to channel ↵ - Salta al canal ↵ + + Jump to channel + ↵ + + Salta al canal ↵ src/app/header/suggestion.component.html 18 @@ -2161,8 +2182,12 @@ Iniciar sesión src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. - Podrían usarse etiquetas para sugerir recomendaciones relevantesHay un máximo de 5 etiquetas. Presiona Enter para añadir una etiqueta nueva. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + + Podrían usarse etiquetas para sugerir recomendaciones relevantesHay un máximo de 5 etiquetas. Presiona Enter para añadir una etiqueta nueva. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2322,7 +2347,7 @@ Iniciar sesión src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Ya ha sido subido ✔ 179 @@ -2441,8 +2466,12 @@ Iniciar sesión src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. - Puedes importar cualquier URL suportada en youtube-dl o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + Puedes importar cualquier URL suportada en youtube-dl o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. src/app/videos/+video-edit/video-add-components/video-import-url.component.html 10 @@ -2501,8 +2530,12 @@ Iniciar sesión src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - 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. + + 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.html33 @@ -2562,7 +2595,10 @@ Iniciar sesión src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales. src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html16 @@ -2577,8 +2613,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. - Te recomendamos que no use el rootusuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. Instead, crear una cuenta dedicada para subir tus videos. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + + Te recomendamos que no use el rootusuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. Instead, crear una cuenta dedicada para subir tus videos. src/app/videos/+video-edit/video-add.component.html 2 @@ -2796,16 +2836,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/videos/+video-watch/video-watch.component.html32 - Published • views - Published • vistas + Published • views + Published • vistas src/app/videos/+video-watch/video-watch.component.html 45 - Published • views - Publicado • views + Published • views + Publicado • views src/app/videos/+video-watch/video-watch.component.html 56 @@ -3095,7 +3135,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software. src/app/videos/+video-watch/comment/video-comment-add.component.html @@ -3131,13 +3175,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Este comentario ha sido eliminado - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Seguimientos & redundancias @@ -3274,8 +3318,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/system/jobs/jobs.component.html51 - Created - Creado + Created + Creado 11 @@ -3362,8 +3406,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundancia permitida + Redundancy allowed + Redundancia permitida src/app/+admin/follows/following-list/following-list.component.html29 @@ -3482,8 +3526,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . - La transcodificación está habilitada. La cuota de video solo tiene en cuentaoriginal tamaño de vídeo. Como máximo, este usuario podría subir ~ . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + + La transcodificación está habilitada. La cuota de video solo tiene en cuentaoriginal tamaño de vídeo. Como máximo, este usuario podría subir ~ . src/app/+admin/users/user-edit/user-edit.component.html 148 @@ -3566,16 +3613,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/users/user-list/user-list.component.html22 - Username - Nombre de usuario + Username + Nombre de usuario 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Quota de video + Video quota + Quota de video src/app/+admin/users/user-list/user-list.component.html47 @@ -3623,8 +3670,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Mostrando a de usuarios @@ -3683,8 +3730,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/moderation/moderation.component.html13 - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3738,8 +3785,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Fecha + Date + Fecha 11 @@ -3951,8 +3998,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - Estado + State + Estado 11 @@ -3961,8 +4008,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Puntuación + Score + Puntuación src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -3982,8 +4029,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 20 @@ -4006,8 +4053,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 40 @@ -4054,8 +4101,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about.component.html5 - Muted at - Silenciado en + Muted at + Silenciado en 13 @@ -4179,6 +4226,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac Homepage Página de inicio src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4319,8 +4372,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - By -> - Por -> + By -> + Por -> src/app/+admin/system/logs/logs.component.html 32 @@ -4362,8 +4415,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - 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. - Elsistema de intercambio implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor. + 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. + Elsistema de intercambio implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4402,8 +4455,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. - Gestiona usuarios para establecer un equipo de moderación. + Manage users to build a moderation team. + Gestiona usuarios para establecer un equipo de moderación. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4412,8 +4465,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - 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. - Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial. Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. + + 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. + + Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial. Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html90 @@ -4425,8 +4481,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - ConNo enumerar o Difuminar miniaturas, se solicitará una confirmación para ver el video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + ConNo enumerar o Difuminar miniaturas, se solicitará una confirmación para ver el video. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4562,8 +4618,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. - Utilizarplugins & temaspara cambios más involucrados, oagregar ligeras personalizaciones. + Use plugins & themes for more involved changes, or add slight customizations. + Utilizarplugins & temaspara cambios más involucrados, oagregar ligeras personalizaciones. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4603,41 +4659,81 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS USUARIOS NUEVOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. - Gestionarusuariospara establecer su cuota individualmente. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + Manage users to set their quota individually. + Gestionarusuariospara establecer su cuota individualmente. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Registro habilitado 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification La suscripción requiere una verificación mediante correo electrónico 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Límite de registro 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Usuarios @@ -4742,96 +4838,90 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac Default video quota per user Cuota de video predeterminada por usuario - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Límite de carga diaria predeterminado por usuario - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS VIDEOS NUEVOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Permitir importación con URL HTTP (es decir, YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URI Permitir importación con un archivo torrent o un URI de imán - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Lista negra nuevos videos automáticamente - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERACIÓN - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. - Gestionar relacionescon otras instancias. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + Manage relations with other instances. + Gestionar relacionescon otras instancias. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Otras instancias pueden seguir la tuya - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Aprobar manualmente nuevos seguidores de instancia - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Siga automáticamente las instancias posteriores - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. - Solo debe seguir los índices en los que confía, o aloja tu propio. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + You should only follow indexes you trust, or host your own. + Solo debe seguir los índices en los que confía, o aloja tu propio. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL URL de índice - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 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-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRADORES - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrador @@ -4846,16 +4936,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Habilitar el formulario de contacto 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Configuración básica @@ -4867,193 +4957,232 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Opcional. Si corresponde, proporcione la cuenta de Twitter que representa su instancia para mejorar las vistas previas de los enlaces. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Tu usuario de Twitter 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Nodo en lista blanca de Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. - Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en 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) enhttps://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en 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) enhttps://cards-dev.twitter.com/validator to see if you instance is whitelisted. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Servicios 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODIFICACIÓN - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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. + Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcodificación activada 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! ¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Permite a los usuarios subir videos .mkv, .mov, .avi y .flv. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Autorizar extensiones adicionales 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Permite a los usuarios cargar archivos de audio que se fusionarán con el archivo de vista previa en la carga. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Permitir subir archivos de audio - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 - Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2 Si está deshabilitado, rompe la federación con instancias de PeerTube < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2 Si está deshabilitado, rompe la federación con instancias de PeerTube < 2.1 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled Soporte de WebTorrent habilitado - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 - Requiere ffmpeg>= 4.1 Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual: El cambio de resolución es más suave Reproducción más rápida en particular con videos largos Reproducción más estable (menos errores / carga infinita) Si también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requiere ffmpeg>= 4.1 Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual: El cambio de resolución es más suave Reproducción más rápida en particular con videos largos Reproducción más estable (menos errores / carga infinita) Si también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled Soporte HLS habilitado - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Hilos de transcodificaciones 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resoluciones para generar - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 Some files are not federated, and fetched when necessary. Define their caching policies. Algunos archivos no están federados y se obtienen cuando es necesario. Definir sus políticas de almacenamiento en caché. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Número de vistas previas para mantener en caché - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Número de subtítulos de video para guardar en caché - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS PERSONALIZACIONES - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. Ligeras modificaciones a su instancia de PeerTube para cuando crear un complemento o tema es excesivo. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript Javascript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Escribir código JavaScript directamente.Ejemplo: console.log ('mi instancia es asombrosa'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Escribir código JavaScript directamente.Ejemplo: console.log ('mi instancia es asombrosa'); + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; - Escribir código CSS directamente. Ejemplo: #custom-css color: rojo; Anteponer con #custom-csspara anular estilos. Ejemplo:: #custom-css .logged-in-email color: rojo; - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + color: red; + + + + Escribir código CSS directamente. Ejemplo: #custom-css color: rojo; Anteponer con #custom-csspara anular estilos. Ejemplo:: #custom-css .logged-in-email color: rojo; + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Configuración avanzada 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Actualizar configuración 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Parece que la configuración no es válida. Busque posibles errores en las diferentes pestañas. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PERFIL @@ -5220,8 +5349,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - Con No enumerar o difuminar miniaturas, se solicitará una confirmación para ver el video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + Con No enumerar o difuminar miniaturas, se solicitará una confirmación para ver el video. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html 6 @@ -5250,16 +5379,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is - Tu correo electrónico actual es + Your current email is + Tu correo electrónico actual es src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 4 - is awaiting email verification - está esperando la verificación por correo electrónico + is awaiting email verification + está esperando la verificación por correo electrónico src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 8 @@ -5280,23 +5409,23 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Tu contraseña + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Tu contraseña + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Cambiar e-mail - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Tema @@ -5331,8 +5460,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videos + Videos + Videos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5368,10 +5497,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + Creado - + 15 @@ -5443,8 +5575,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).<br /><br /> Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto. + 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. + Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).<br /><br /> Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto. src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5538,8 +5671,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - Delete history - Borrar historial + + + Delete history + + Borrar historial src/app/+my-account/my-account-history/my-account-history.component.html 7 @@ -5554,8 +5690,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - Notification preferences - Preferencias de notificación + + + Notification preferences + + Preferencias de notificación src/app/+my-account/my-account-notifications/my-account-notifications.component.html 2 @@ -5630,8 +5769,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Listas de reproducción + Playlists + Listas de reproducción src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5659,8 +5798,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - If you need help to use PeerTube, you can have a look at the documentation. - Si necesita ayuda para usar PeerTube, puede echar un vistazo a documentación. + If you need help to use PeerTube, you can have a look at the documentation. + Si necesita ayuda para usar PeerTube, puede echar un vistazo a documentación. src/app/+signup/shared/signup-success.component.html 13 @@ -6099,33 +6238,40 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube es una plataforma de transmisión de video federada y alojada (ActivityPub) que utiliza P2P directamente en el navegador web. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. - Es un software gratuito y de código abierto, bajo el licencia AGPLv3 . + + It is a free and open-source software, under the AGPLv3 + licence. + + Es un software gratuito y de código abierto, bajo el licencia AGPLv3 . src/app/+about/about-peertube/about-peertube.component.html 13 - For more information, please visit joinpeertube.org. - Para mayor información por favor visite joinpeertube.org. + For more information, please visit joinpeertube.org. + Para mayor información por favor visite joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html 18 - Use PeerTube documentation + Use PeerTube + documentation Use la documentación de PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6141,7 +6287,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - PeerTube Applications + PeerTube + Applications Aplicaciones de PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6157,7 +6304,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - Contribute on PeerTube + Contribute on + PeerTube Contribuir en PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6181,7 +6329,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube. src/app/+about/about-peertube/about-peertube.component.html74 @@ -6194,17 +6346,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque: src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho) src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre src/app/+about/about-peertube/about-peertube.component.html @@ -6217,7 +6379,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video src/app/+about/about-peertube/about-peertube.component.html108 @@ -6227,12 +6392,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information - Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (con la biblioteca WebTorrent), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Vereste documentopara más información + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + + Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (con la biblioteca WebTorrent), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Vereste documentopara más información src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información. src/app/+about/about-peertube/about-peertube.component.html126 @@ -6245,7 +6419,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics). src/app/+about/about-peertube/about-peertube.component.html133 @@ -6258,7 +6436,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido. src/app/+about/about-peertube/about-peertube.component.html141 @@ -6271,7 +6454,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora: src/app/+about/about-peertube/about-peertube.component.html150 @@ -6296,7 +6482,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador. src/app/+about/about-peertube/about-peertube.component.html162 @@ -6333,8 +6522,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - Developed with ❤ by Framasoft - Desarrollado con ❤ por Framasoft + Developed with ❤ by Framasoft + Desarrollado con ❤ por Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6413,8 +6602,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. - Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenidoPor ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenidoPor ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. src/app/+signup/+register/register-step-channel.component.html 4 @@ -6485,8 +6677,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance - Tengo al menos 16 años y estoy de acuerdo conCondicionesy a laCódigo de Conductade esta instancia + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + + Tengo al menos 16 años y estoy de acuerdo conCondicionesy a laCódigo de Conductade esta instancia src/app/+signup/+register/register-step-user.component.html 65 @@ -6581,8 +6778,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac - A .mp4 that keeps the original audio track, with no video - Un .mp4 que mantiene la pista de audio original, sin video + A .mp4 that keeps the original audio track, with no video + Un .mp4 que mantiene la pista de audio original, sin video src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8295,8 +8492,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/search/search-filters.component.ts1 - Long (> 10 min) - Largo (> 10 min) + Long (> 10 min) + Largo (> 10 min) 1 @@ -9655,8 +9852,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Markdown compatible que soporta: + Markdown compatible that supports: + Markdown compatible que soporta: 1 @@ -9822,6 +10019,24 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -9926,6 +10141,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9990,6 +10217,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf index fb7fad7f8..be752c5d8 100644 --- a/client/src/locale/angular.eu-ES.xlf +++ b/client/src/locale/angular.eu-ES.xlf @@ -264,8 +264,8 @@ - published a new video: - (e)k bideo berria argitaratu du: + published a new video: + (e)k bideo berria argitaratu du: src/app/shared/users/user-notifications.component.html 15 @@ -280,32 +280,32 @@ - Your video has been unblacklisted - Zure bideoa zerrenda beltzetik kendua izan da. + Your video has been unblacklisted + Zure bideoa zerrenda beltzetik kendua izan da. src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - Zure bideoa zerrenda beltzean sartua izan da + Your video has been blacklisted + Zure bideoa zerrenda beltzean sartua izan da src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video + A new video abuse has been created on video - A new video abuse has been created on video + A new video abuse has been created on video src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted + The recently added video has been auto-blacklisted - The recently added video has been auto-blacklisted + The recently added video has been auto-blacklisted src/app/shared/users/user-notifications.component.html56 - commented your video - (e)k zure bideoa iruzkindu du + commented your video + (e)k zure bideoa iruzkindu du src/app/shared/users/user-notifications.component.html 69 @@ -320,46 +320,54 @@ - Your video has been published - Zure bideoa argitaratua izan da + Your video has been published + Zure bideoa argitaratua izan da src/app/shared/users/user-notifications.component.html86 - Your video import succeeded - Zure bideoaren inportazioa ongi burutu da + Your video import succeeded + Zure bideoaren inportazioa ongi burutu da src/app/shared/users/user-notifications.component.html94 - Your video import failed - Zure bideoren inportazioak huts egin du + Your video import failed + Zure bideoren inportazioak huts egin du src/app/shared/users/user-notifications.component.html102 - User registered on your instance - erabiltzaileak izena eman du zure zerbitzarian + User registered on your instance + erabiltzaileak izena eman du zure zerbitzarian src/app/shared/users/user-notifications.component.html 110 - is following your channel your account - erabiltzaileak zure kanala zure kontua jarraitzen ditu + + is following + + your channel + your account + + erabiltzaileak zure kanala zure kontua jarraitzen ditu src/app/shared/users/user-notifications.component.html120 - mentioned you on video - (e)k aipatu zaitu video + mentioned you on video + (e)k aipatu zaitu video src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval - Zure zerbitzariak jarratzaile berria du () zure onartzearen zain + + Your instance has a new follower () + awaiting your approval + + Zure zerbitzariak jarratzaile berria du () zure onartzearen zain src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed - Zure instantziak automatikoki jarraitu zuen + Your instance automatically followed + Zure instantziak automatikoki jarraitu zuen src/app/shared/users/user-notifications.component.html150 @@ -389,9 +397,9 @@ Options Aukerak - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Start at @@ -453,9 +461,9 @@ video bideoa - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles azpitituluak @@ -530,9 +538,9 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. src/app/shared/video/modals/video-report.component.html @@ -661,10 +669,10 @@ Deleted Ezabatua - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -708,11 +716,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Editatu @@ -813,10 +821,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - Urruneko harpidetza - Urruneko interakzioa + Urruneko harpidetza + Urruneko interakzioa 10 @@ -824,16 +835,22 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. src/app/shared/user-subscription/remote-subscribe.component.html 17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. src/app/shared/user-subscription/remote-subscribe.component.html 26 @@ -848,8 +865,11 @@ - Default NSFW/sensitive videos policy can be redefined by the users - Default NSFW/sensitive videos policy can be redefined by the users + + Default NSFW/sensitive videos policy + can be redefined by the users + + Default NSFW/sensitive videos policy can be redefined by the users src/app/shared/instance/instance-features-table.component.html11 @@ -895,9 +915,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - Unlimited ( eguneko) + Unlimited ( eguneko) 53 @@ -1092,8 +1112,8 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - Sentitzen dugu, baina arazo bat egon da kanpoko sarbidearekin. Mesedez jarri harremanetan administradorearekin. + Sorry but there was an issue with the external login process. Please contact an administrator. + Sentitzen dugu, baina arazo bat egon da kanpoko sarbidearekin. Mesedez jarri harremanetan administradorearekin. src/app/login/login.component.html 6 @@ -1108,8 +1128,15 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - Gaur egun, instantzia honek ez du erabiltzaileen erregistroa ahalbidetzen, baina kontu batean erregistratzeko eta bideoak hara igotzeko aukera ematen dizun instantzia bat aurki dezakezu. Aurkitu ezazu zurea instantzia hauen artean https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + Gaur egun, instantzia honek ez du erabiltzaileen erregistroa ahalbidetzen, baina kontu batean erregistratzeko eta bideoak hara igotzeko aukera ematen dizun instantzia bat aurki dezakezu. Aurkitu ezazu zurea instantzia hauen artean https://joinpeertube.org/instances. src/app/login/login.component.html 16 @@ -1274,9 +1301,9 @@ - for + for - bilaketarako + bilaketarako 6 @@ -1284,10 +1311,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Iragazkiak - + 16 @@ -1321,7 +1351,8 @@ - CLI documentation + CLI + documentation Komando lerroko interfazearen dokumentazioa src/app/modal/welcome-modal.component.html @@ -1337,7 +1368,8 @@ - Administer documentation + Administer + documentation Administer documentation src/app/modal/welcome-modal.component.html @@ -1353,7 +1385,8 @@ - Use documentation + Use + documentation Dokumentazioa erabili src/app/modal/welcome-modal.component.html @@ -1377,16 +1410,16 @@ - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - PeerTube-ren webgunea (berriak, laguntza, ekarpenak...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + PeerTube-ren webgunea (berriak, laguntza, ekarpenak...): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Jarri zure instantzia PeerTube -ren indize publikoan: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Jarri zure instantzia PeerTube -ren indize publikoan: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html 47 @@ -1401,7 +1434,11 @@ - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + src/app/modal/welcome-modal.component.html @@ -1409,7 +1446,13 @@ - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + src/app/modal/welcome-modal.component.html @@ -1497,18 +1540,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Konfiguratu hurrengo eremuak @@ -1798,79 +1843,49 @@ GLOBAL SEARCH BILAKETA GLOBALA - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Emaitzak hirugarrenen indize baten emaitzekin handituko dira. Kontsulta egiteko behar diren datuak baino ez dira bidaliko. - - src/app/header/search-typeahead.component.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH BILAKETA AURRERATUA - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance edozein instantzia - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances jarraitutako instantziak bakarrik - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. Zehazten du urrutiko edozein eduki ebatz dezakeen, edo instantzia horrek hurrengo instantzietarako bakarrik ahalbidetzen duen. - - src/app/header/search-typeahead.component.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel kanala - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Beste edozein testuk bat datozen bideo edo kanal izenak itzuliko ditu. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Bilatu... @@ -1912,8 +1927,11 @@ - Jump to channel ↵ - Kanalera joan ↵ + + Jump to channel + ↵ + + Kanalera joan ↵ src/app/header/suggestion.component.html 18 @@ -2148,10 +2166,14 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + - Tags could be used to suggest relevant recommendations. - There is a maximum of 5 tags. + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. Press Enter to add a new tag. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2313,7 +2335,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Jadanik igota ✔ 179 @@ -2432,7 +2454,11 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + src/app/videos/+video-edit/video-add-components/video-import-url.component.html @@ -2492,8 +2518,12 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. - Audio-fitxategiarekin bat egingo duen irudia. Aukeratutako irudia behin betikoa izango da, eta ezingo da aldatu. + + Image that will be merged with your audio file. + + The chosen image will be definitive and cannot be modified. + + Audio-fitxategiarekin bat egingo duen irudia. Aukeratutako irudia behin betikoa izango da, eta ezingo da aldatu. src/app/videos/+video-edit/video-add-components/video-upload.component.html33 @@ -2553,7 +2583,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + Mp4 fitxategi batera apuntatzen duen edozein torrent fitxategi inportatu dezakezu. Ziurtatu behar duzu edukia zabaltzeko eskubideak dituzula; bestela, lege-arazoak eragin diezazkizuke zuri eta zure instantziari. src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html16 @@ -2568,11 +2601,15 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. - - Instead, create a dedicated account to upload your videos. + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. src/app/videos/+video-edit/video-add.component.html @@ -2797,16 +2834,16 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views - Argitaratua • erakustaldiak + Published • views + Argitaratua • erakustaldiak src/app/videos/+video-watch/video-watch.component.html 45 - Published • views - Argitaratua • erakustaldiak + Published • views + Argitaratua • erakustaldiak src/app/videos/+video-watch/video-watch.component.html 56 @@ -3100,7 +3137,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + ActivityPub-ekin bateragarria den edozein instantziatan kontu bat erabiliz komentatu dezakezu. Plataforma gehienetan, bideoa bilaketa-barran URLa idatzita aurki dezakezu, eta gero softwarearen interfazetik komentatu. src/app/videos/+video-watch/comment/video-comment-add.component.html @@ -3134,13 +3175,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Iruzkina ezabatua izan da - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3277,8 +3318,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - (e)an sortuta + Created + (e)an sortuta 11 @@ -3365,8 +3406,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundancy allowed + Redundancy allowed + Redundancy allowed src/app/+admin/follows/following-list/following-list.component.html29 @@ -3485,9 +3526,12 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + - Transcoding is enabled. The video quota only takes into account original video size. + Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . @@ -3569,16 +3613,16 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Erabiltzaile-izena + Username + Erabiltzaile-izena 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Video quota + Video quota + Video quota src/app/+admin/users/user-list/user-list.component.html47 @@ -3626,8 +3670,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -3686,8 +3730,8 @@ src/app/+admin/moderation/moderation.component.html13 - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3743,8 +3787,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Data + Date + Data 11 @@ -3956,8 +4000,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - State + State + State 11 @@ -3966,8 +4010,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Score + Score + Score src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -3987,9 +4031,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4013,9 +4057,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4063,8 +4107,8 @@ src/app/+about/about.component.html5 - Muted at - Muted at + Muted at + Muted at src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html27 src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html23 src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html13 @@ -4185,6 +4229,12 @@ Homepage Hasiera src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4325,8 +4375,8 @@ - By -> - By -> + By -> + By -> src/app/+admin/system/logs/logs.component.html 32 @@ -4368,8 +4418,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4408,9 +4458,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. + Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4420,9 +4470,12 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + + Enabling it will allow other administrators to know that you are mainly federating sensitive content. + Moreover, the NSFW checkbox on video upload will be automatically checked by default. + - Enabling it will allow other administrators to know that you are mainly federating sensitive content. + 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-custom-config.component.html90 @@ -4436,9 +4489,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4575,9 +4628,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4618,41 +4671,81 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS ERABILTZAILE BERRIAK - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. - Kudeatu erabiltzaileak kuota banaka ezartzeko. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + Manage users to set their quota individually. + Kudeatu erabiltzaileak kuota banaka ezartzeko. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Izena ematea gaituta 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Izena emateko e-mail helbidea baieztatu behar da 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Izena emateko muga 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Erabiltzaileak @@ -4757,100 +4850,94 @@ Default video quota per user Erabiltzaileen bideo kuota lehenetsia - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Erabiltzaileen eguneko igoera muga lehenetsia - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS BIDEO BERRIAK - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) HTTP URL bidez inportatzea baimendu (adib, YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Bideoak automatikoki zerrenda beltzean sartu - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. + Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Beste instantziek zurea jarraitu dezakete - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Instantziaren jarraitzaile berriak eskuz onartu - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Indize publiko bateko instantziak automatikoki jarraitu - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATZAILEAK - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administratzailea @@ -4865,13 +4952,13 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Kontaktu formularioak gaitu - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Oinarrizko konfigurazioa @@ -4883,228 +4970,267 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Aukerakoa. Baldin badago, eman instantzia irudikatzen duen Twitterreko kontua, esteken aurrebistak hobetzeko. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Zure Twitter erabiltzaile-izena 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Twitter-ek onartutako instantzia 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. - If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 + https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Zerbitzuak 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSKODIFIKATZEN - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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. + Prozesatu igotako bideoak, edozein gailuk erreproduzitu dezakeen modu streamable batean egon daitezen. Baliabideetan garestia bada ere, PeerTubeko alderdi kritikoa da, beraz, kontuz ibili. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transkodeketa gaituta 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Gaitu erabiltzaileak .mkv, .mov, .avi eta .flv bideoak igotzeko. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Gaitu hedapen gehigarriak - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Gaitu audio fitxategien igoera - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + - Experimental, we suggest you to not disable webtorrent support for now + Experimental, we suggest you to not disable webtorrent support for now - 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 - + - If disabled, breaks federation with PeerTube instances < 2.1 + If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent gaituta - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + - Requires ffmpeg >= 4.1 + Requires ffmpeg >= 4.1 - Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: - - Resolution change is smoother - Faster playback in particular with long videos - More stable playback (less bugs/infinite loading) - + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + - If you also enabled WebTorrent support, it will multiply videos storage by 2 + If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS gaituta - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transkodetze hariak 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Cache memorian mantentzeko aurreikuspenen kopurua - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS PERTSONALIZAZIOAK - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. Aldaketa txiki batzuk PeerTubeko zure instantzian, plugin edo gai bat sortzea gehiegizkoa denean. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Idatzi zuzenean JavaScript kodea.Adib: console.log('Nire instantzia zoragarria da'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Idatzi zuzenean JavaScript kodea.Adib: console.log('Nire instantzia zoragarria da'); + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + 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-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Konfigurazio aurreratua 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Eguneratu konfigurazioa 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Konfigurazioa baliogabea dela dirudi. Bilatu, mesedez, balizko erroreak fitxa desberdinetan. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5271,8 +5397,8 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html 6 @@ -5301,16 +5427,16 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is - Your current email is + Your current email is + Your current email is src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 4 - is awaiting email verification - is awaiting email verification + is awaiting email verification + is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 8 @@ -5331,23 +5457,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5382,8 +5508,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videos + Videos + Videos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5419,9 +5545,12 @@ src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + - sortua + sortua 15 @@ -5493,8 +5622,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Short text to tell people how they can support your channel (membership platform...).<br /><br /> + 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. + 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-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5589,7 +5719,10 @@ - Delete history + + + Delete history + src/app/+my-account/my-account-history/my-account-history.component.html @@ -5605,7 +5738,10 @@ - Notification preferences + + + Notification preferences + src/app/+my-account/my-account-notifications/my-account-notifications.component.html @@ -5681,8 +5817,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Playlists + Playlists + Playlists src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5710,8 +5846,8 @@ - If you need help to use PeerTube, you can have a look at the documentation. - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. src/app/+signup/shared/signup-success.component.html 13 @@ -6163,22 +6299,26 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. + + It is a free and open-source software, under the AGPLv3 + licence. + - It is a free and open-source software, under the AGPLv3 - licence. + It is a free and open-source software, under the AGPLv3 + licence. src/app/+about/about-peertube/about-peertube.component.html @@ -6186,9 +6326,9 @@ - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html @@ -6196,7 +6336,8 @@ - Use PeerTube documentation + Use PeerTube + documentation Use PeerTube documentation @@ -6215,7 +6356,8 @@ - PeerTube Applications + PeerTube + Applications PeerTube Applications @@ -6234,7 +6376,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Contribute on PeerTube @@ -6261,7 +6404,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 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 @@ -6278,7 +6425,10 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: @@ -6286,7 +6436,10 @@ src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) @@ -6294,7 +6447,11 @@ src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 @@ -6313,7 +6470,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video @@ -6328,18 +6488,27 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the - WebTorrent library), the protocol is different from classic BitTorrent. + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. - See this document for more information + See this document for more information src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. @@ -6355,7 +6524,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. @@ -6372,7 +6545,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + 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. @@ -6390,7 +6568,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: @@ -6418,7 +6599,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. @@ -6458,8 +6642,8 @@ - Developed with ❤ by Framasoft - Developed with ❤ by Framasoft + Developed with ❤ by Framasoft + Developed with ❤ by Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6540,7 +6724,10 @@ - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + src/app/+signup/+register/register-step-channel.component.html @@ -6616,7 +6803,12 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + src/app/+signup/+register/register-step-user.component.html @@ -6712,8 +6904,8 @@ - A .mp4 that keeps the original audio track, with no video - A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8426,8 +8618,8 @@ src/app/search/search-filters.component.ts1 - Long (> 10 min) - Luzea (> 10 min) + Long (> 10 min) + Luzea (> 10 min) 1 @@ -9795,8 +9987,8 @@ src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Markdown bateragarria, hau onartzen du: + Markdown compatible that supports: + Markdown bateragarria, hau onartzen du: 1 @@ -9962,6 +10154,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10066,6 +10276,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10130,6 +10352,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf index e21926a61..912f2903b 100644 --- a/client/src/locale/angular.fa-IR.xlf +++ b/client/src/locale/angular.fa-IR.xlf @@ -415,7 +415,7 @@ Options Options - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Start at @@ -463,7 +463,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -640,7 +640,7 @@ Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -685,7 +685,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit ویرایش @@ -1487,13 +1487,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1766,63 +1766,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... جستجو... @@ -2929,12 +2899,12 @@ Reply Reply - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3344,7 +3314,7 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3797,7 +3767,13 @@ Homepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Go to the plugin homepage @@ -4179,17 +4155,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4198,17 +4214,17 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users کاربران @@ -4297,84 +4313,78 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator مدیر @@ -4387,12 +4397,12 @@ Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basic configuration @@ -4400,14 +4410,14 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -4416,13 +4426,13 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4437,16 +4447,16 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Services - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4455,36 +4465,36 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4503,13 +4513,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4534,52 +4544,52 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript @@ -4588,14 +4598,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -4620,24 +4630,24 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4844,23 +4854,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5648,17 +5658,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9520,6 +9531,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -9613,6 +9642,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9669,6 +9710,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf index 3ac72d84d..f12e694ca 100644 --- a/client/src/locale/angular.fi-FI.xlf +++ b/client/src/locale/angular.fi-FI.xlf @@ -443,7 +443,7 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Aloita kohdasta @@ -501,7 +501,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -704,7 +704,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Muokkaus alkaa/loppuu kohdassa @@ -758,7 +758,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Muokkaa @@ -1548,13 +1548,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1842,63 +1842,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Haku @@ -3179,10 +3149,10 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3660,7 +3630,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -4154,7 +4124,13 @@ - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Mene lisäosan sivuille @@ -4553,17 +4529,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4572,7 +4588,7 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen @@ -4580,7 +4596,7 @@ 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Rekisteröintiraja @@ -4588,7 +4604,7 @@ 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Tilejä @@ -4676,82 +4692,76 @@ Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Ylläpitäjä @@ -4767,7 +4777,7 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Ota yhteydenottolomake käyttöön @@ -4775,7 +4785,7 @@ 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Peruskokoonpano @@ -4786,14 +4796,14 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -4802,7 +4812,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter @@ -4811,7 +4821,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4826,7 +4836,7 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services @@ -4835,10 +4845,10 @@ 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4847,7 +4857,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled @@ -4856,7 +4866,7 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Jos poistat transkoodauksen käytöstä, niin moni video käyttäjiltäsi lakkaa toimimasta! @@ -4864,10 +4874,10 @@ 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions @@ -4876,10 +4886,10 @@ 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload @@ -4888,7 +4898,7 @@ 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4907,10 +4917,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4935,12 +4945,12 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transkoodaussäiteet @@ -4948,41 +4958,41 @@ 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript @@ -4991,14 +5001,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -5023,7 +5033,7 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 @@ -5033,7 +5043,7 @@ 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Päivitä konfiguraatio @@ -5041,11 +5051,11 @@ 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -5248,6 +5258,12 @@ 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5255,16 +5271,16 @@ 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Vaihda sähköpostiosoite 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Teema @@ -6075,11 +6091,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -9738,6 +9754,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -9822,6 +9856,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instanceMute this account by your instance @@ -9874,6 +9920,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size.Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf index 4b7c46622..d289664e3 100644 --- a/client/src/locale/angular.fr-FR.xlf +++ b/client/src/locale/angular.fr-FR.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - a publié une nouvelle vidéo : + published a new video: + a publié une nouvelle vidéo : src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - Votre vidéo a été retirée de la liste noire + Your video has been unblacklisted + Votre vidéo a été retirée de la liste noire src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - Votre vidéo a été mise sur liste noire + Your video has been blacklisted + Votre vidéo a été mise sur liste noire src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - Un nouvel abus de vidéo a été créé sur la vidéo + A new video abuse has been created on video + Un nouvel abus de vidéo a été créé sur la vidéo src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - La vidéo récemment ajoutée a été automatiquement mise sur liste noire + The recently added video has been auto-blacklisted + La vidéo récemment ajoutée a été automatiquement mise sur liste noire src/app/shared/users/user-notifications.component.html56 - commented your video - a commenté votre vidéo + commented your video + a commenté votre vidéo src/app/shared/users/user-notifications.component.html 69 @@ -316,46 +316,54 @@ - Your video has been published - Votre vidéo a été publiée + Your video has been published + Votre vidéo a été publiée src/app/shared/users/user-notifications.component.html86 - Your video import succeeded - Votre import de vidéo a terminé avec succès + Your video import succeeded + Votre import de vidéo a terminé avec succès src/app/shared/users/user-notifications.component.html94 - Your video import failed - Votre import de vidéo a échoué + Your video import failed + Votre import de vidéo a échoué src/app/shared/users/user-notifications.component.html102 - User registered on your instance - L’utilisateur s’est enregistré sur votre instance + User registered on your instance + L’utilisateur s’est enregistré sur votre instance src/app/shared/users/user-notifications.component.html 110 - is following your channel your account - suit your channel votre compte + + is following + + your channel + your account + + suit your channel votre compte src/app/shared/users/user-notifications.component.html120 - mentioned you on video - vous a mentionné sur la vidéo + mentioned you on video + vous a mentionné sur la vidéo src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval - Votre instance a un·e nouvel·le abonné·e () qui attend votre approbation + + Your instance has a new follower () + awaiting your approval + + Votre instance a un·e nouvel·le abonné·e () qui attend votre approbation src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed - Votre instance s'est automatiquement abonnée à + Your instance automatically followed + Votre instance s'est automatiquement abonnée à src/app/shared/users/user-notifications.component.html150 @@ -388,9 +396,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Démarrer à @@ -458,9 +466,9 @@ video vidéo - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles sous-titres @@ -535,8 +543,8 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. - Votre signalement sera envoyé aux modérateurs de et également envoyé à l'instance hébergeant la vidéo (). + Your report will be sent to moderators of and will be forwarded to the video origin () too. + Votre signalement sera envoyé aux modérateurs de et également envoyé à l'instance hébergeant la vidéo (). src/app/shared/video/modals/video-report.component.html 9 @@ -674,10 +682,10 @@ 34 - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Modifier le début / la fin à @@ -727,11 +735,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Modifier @@ -832,10 +840,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - S'abonner à distance - Interaction distante + S'abonner à distance + Interaction distante 10 @@ -843,9 +854,12 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + - Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub. + Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub. Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner. @@ -854,9 +868,12 @@ src/app/shared/user-subscription/remote-subscribe.component.html17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + - Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub. + Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub. Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec. @@ -873,10 +890,13 @@ - Default NSFW/sensitive videos policy can be redefined by the users + + Default NSFW/sensitive videos policy + can be redefined by the users + - Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites - peut être redéfini par les utilisateur·rices + Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites + peut être redéfini par les utilisateur·rices 5 @@ -935,9 +955,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - ( illimité par jour) + ( illimité par jour) 53 @@ -1134,8 +1154,8 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - Désolé, un incident s'est produit avec le processus d'authentification externe. Please prenez contact avec un administrateur. + Sorry but there was an issue with the external login process. Please contact an administrator. + Désolé, un incident s'est produit avec le processus d'authentification externe. Please prenez contact avec un administrateur. src/app/login/login.component.html 6 @@ -1150,8 +1170,15 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - Pour le moment, cette instance ne permet pas l'enregistrement d'utilisateurs, mais vous pouvez trouver une instance qui permet de s'enregistrer et de téléverser des vidéos ici. Trouvez une instance sur https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + Pour le moment, cette instance ne permet pas l'enregistrement d'utilisateurs, mais vous pouvez trouver une instance qui permet de s'enregistrer et de téléverser des vidéos ici. Trouvez une instance sur https://joinpeertube.org/instances. src/app/login/login.component.html 16 @@ -1321,9 +1348,9 @@ - for + for - pour + pour 6 @@ -1331,10 +1358,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Filtres - + 16 @@ -1368,7 +1398,8 @@ src/app/modal/welcome-modal.component.html3 - CLI documentation + CLI + documentation Documentation de la CLI 12 @@ -1384,7 +1415,8 @@ src/app/modal/welcome-modal.component.html15 - Administer documentation + Administer + documentation Documentation sur l'administration 19 @@ -1400,7 +1432,8 @@ src/app/modal/welcome-modal.component.html22 - Use documentation + Use + documentation Documentation d'utilisation 26 @@ -1424,16 +1457,16 @@ src/app/modal/welcome-modal.component.html41 - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Site web officiel de PeerTube (actus, support, contribution...) : https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Site web officiel de PeerTube (actus, support, contribution...) : https://joinpeertube.org 44 src/app/modal/welcome-modal.component.html44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Mettre votre instances sur l'index public des instances PeerTube https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Mettre votre instances sur l'index public des instances PeerTube https://instances.joinpeertube.org/instances 47 @@ -1449,9 +1482,13 @@ src/app/modal/welcome-modal.component.html59 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + - Choisir le nom de son instance, mettre une description, spécifier qui vous êtes, pourquoi vous avez créé cette instance et combien de temps vous prévoyez de la maintenir est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont. + Choisir le nom de son instance, mettre une description, spécifier qui vous êtes, pourquoi vous avez créé cette instance et combien de temps vous prévoyez de la maintenir est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont. 61 @@ -1459,10 +1496,16 @@ src/app/modal/welcome-modal.component.html61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + - Si vous voulez ouvrir les inscriptions, merci de décider quelles sont les règles de modération, remplir les conditions d'utilisation de votre instance - et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur l'instance PeerTube appropriée. + Si vous voulez ouvrir les inscriptions, merci de décider quelles sont les règles de modération, remplir les conditions d'utilisation de votre instance + et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur l'instance PeerTube appropriée. 67 @@ -1556,15 +1599,20 @@ 21 src/app/modal/instance-config-warning-modal.component.html21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - Veuillez envisager de configurer ces champs pour aider les personnes à choisir l'instance appropriée. Sans elles, votre instance ne peut être référencée sur site internet JoinPeerTube. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configurer ces champs @@ -1878,79 +1926,49 @@ GLOBAL SEARCH RECHERCHE GLOBALE - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using en utilisant - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Les résultats seront complétés par ceux d'un index tiers. Seules les données nécessaires à l'interrogation seront envoyées. - - src/app/header/search-typeahead.component.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH RECHERCHE AVANCÉE - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance n'importe quelle instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances seulement les instances suivis - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. Détermine si vous pouvez résoudre un contenu distant, ou si cette instance ne permet de le faire que pour les instances suivantes. - - src/app/header/search-typeahead.component.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel Chaîne - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Tout autre texte ne retournera que des vidéos ou chaînes aux noms correspondant. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Chercher... @@ -1992,8 +2010,11 @@ - Jump to channel ↵ - Passer à la chaîne ↵ + + Jump to channel + ↵ + + Passer à la chaîne ↵ src/app/header/suggestion.component.html 18 @@ -2231,8 +2252,12 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. - Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. Il y a un maximum de 5 étiquettes. Appuyez sur Entrée pour ajouter une nouvelle étiquette. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + + Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. Il y a un maximum de 5 étiquettes. Appuyez sur Entrée pour ajouter une nouvelle étiquette. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2397,7 +2422,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Déjà téléversé ✔ 179 @@ -2528,8 +2553,12 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. - Vous pouvez importer n’importe quelle URL supportée par youtube-dl ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + Vous pouvez importer n’importe quelle URL supportée par youtube-dl ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. src/app/videos/+video-edit/video-add-components/video-import-url.component.html 10 @@ -2591,10 +2620,14 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + 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. @@ -2664,7 +2697,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance. @@ -2684,8 +2720,12 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. - Nous vous recommandons de ne pas utiliser l’utilisateur root pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. À la place, créez un compte dédié pour téléverser vos vidéos. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + + Nous vous recommandons de ne pas utiliser l’utilisateur root pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. À la place, créez un compte dédié pour téléverser vos vidéos. src/app/videos/+video-edit/video-add.component.html 2 @@ -2925,16 +2965,16 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views - Publié • vues + Published • views + Publié • vues src/app/videos/+video-watch/video-watch.component.html 45 - Published • views - Publié • vues + Published • views + Publié • vues src/app/videos/+video-watch/video-watch.component.html 56 @@ -3227,7 +3267,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + Vous pouvez commenter en utilisant un compte de n'importe quelle instance compatible avec ActivityPub. Sur la plupart des plateformes, vous pouvez trouver cette vidéo en entrant son URL dans la barre de recherche et commenter depuis l'interface du logiciel. src/app/videos/+video-watch/comment/video-comment-add.component.html @@ -3263,13 +3307,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Ce commentaire a été supprimé - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Abonné·e·s & redondances @@ -3409,8 +3453,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - Créé le + Created + Créé le 11 @@ -3500,8 +3544,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redondance autorisée + Redundancy allowed + Redondance autorisée src/app/+admin/follows/following-list/following-list.component.html29 @@ -3620,8 +3664,11 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . - Le transcodage est activé. Le quota de vidéos ne prend en compte que <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la taille du fichier<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> original. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/> L'utilisateur peut au moins téléverser ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes : 0 }}"/>. + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + + Le transcodage est activé. Le quota de vidéos ne prend en compte que <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la taille du fichier<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> original. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/> L'utilisateur peut au moins téléverser ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes : 0 }}"/>. src/app/+admin/users/user-edit/user-edit.component.html 148 @@ -3713,16 +3760,16 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Identifiant + Username + Identifiant 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Quota des vidéo + Video quota + Quota des vidéo 42 @@ -3773,8 +3820,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Affiche les utilisateurs à sur @@ -3833,8 +3880,8 @@ src/app/+admin/moderation/moderation.component.html13 - Video - Vidéo + Video + Vidéo src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3891,8 +3938,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Date + Date + Date 11 @@ -4104,8 +4151,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - État + State + État 11 @@ -4114,8 +4161,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Score + Score + Score src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -4135,8 +4182,8 @@ - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 20 @@ -4159,8 +4206,8 @@ - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 40 @@ -4207,8 +4254,8 @@ src/app/+about/about.component.html5 - Muted at - Silencé le + Muted at + Silencé le 13 @@ -4335,6 +4382,12 @@ 51 src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4496,8 +4549,8 @@ - By -> - Par -> + By -> + Par -> src/app/+admin/system/logs/logs.component.html 32 @@ -4545,8 +4598,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - 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. - Le système de partage implique que des informations techniques de votre système (comme votre adresse IP publique) peuvent être envoyées à d'autres pairs, mais aide grandement à réduire la charge du serveur. + 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. + Le système de partage implique que des informations techniques de votre système (comme votre adresse IP publique) peuvent être envoyées à d'autres pairs, mais aide grandement à réduire la charge du serveur. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4588,8 +4641,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. - Montez une équipe de modération parmis vos utilisateurs. + Manage users to build a moderation team. + Montez une équipe de modération parmis vos utilisateurs. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4601,8 +4654,11 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - 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. - Activé, cela permet aux administrateurs d'autres instanecs de savoir que vous fédérez une part non-négligeable de contenu sensible. De plus, la case signalant qu'une vidéo est NSFW sera cochée par défaut lors de l'ajout de vidéos. + + 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. + + Activé, cela permet aux administrateurs d'autres instanecs de savoir que vous fédérez une part non-négligeable de contenu sensible. De plus, la case signalant qu'une vidéo est NSFW sera cochée par défaut lors de l'ajout de vidéos. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html90 @@ -4614,8 +4670,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - Avec Do not list ou Blur thumbnails, une confirmation de l'utilisateur sera requise pour visionner la vidéo. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + Avec Do not list ou Blur thumbnails, une confirmation de l'utilisateur sera requise pour visionner la vidéo. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4769,8 +4825,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. - Utilisez des plugins & themes pour des changements plus conséquents, ou ajoutez des customisations légères. + Use plugins & themes for more involved changes, or add slight customizations. + Utilisez des plugins & themes pour des changements plus conséquents, ou ajoutez des customisations légères. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4825,41 +4881,81 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NOUVEAUX UTILISATEURS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. - Gérez vos users pour leur assigner des quotas individuels. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + Manage users to set their quota individually. + Gérez vos users pour leur assigner des quotas individuels. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Enregistrement activé 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification L'inscription requiert la vérification par courriel 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limitation des enregistrements 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Utilisateurs @@ -4964,99 +5060,93 @@ Default video quota per user Quota de vidéo par défaut par utilisateur - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 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-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NOUVELLES VIDÉOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Permettre l'import avec une URL HTTP (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URI Permettre l'import avec un fichier torrent ou un magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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ée jusqu'à ce qu'un modérateur les examine. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Mettre automatiquement sur liste noire les nouvelles vidéos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FÉDÉRATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. - Gérez vos relations avec d'autres instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + Manage relations with other instances. + Gérez vos relations avec d'autres instances. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours D'autres instances peuvent suivre la votre - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Approuver manuellement le suivi par de nouvelles instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Suivre automatiquement des instances en retour - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. - Vous ne devriez suivre que des indexs d'instances de confiance, ou héberger votre propre index. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + You should only follow indexes you trust, or host your own. + Vous ne devriez suivre que des indexs d'instances de confiance, ou héberger votre propre index. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL URL de l'index 371 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 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-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATEURS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrateur @@ -5071,16 +5161,16 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Activer le formulaire de contact 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Configuration basique @@ -5092,196 +5182,235 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optionnel. Si vous possédez un compte Twitter représentant votre instance, permet de personnaliser les prévisualisations de liens. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Votre identifiant Twitter 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance sur la liste blanche de Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. - Si votre instance est mise sur liste blanche par Twitter, a lecteur vidéo sera intégré dans les tweets contenant un lien vers une vidéo de votre instance. Si elle ne l'est pas, la carte de prévisualisation redirigera vers votre instance. Cochez cette case, sauvegardez la configuration et testez une URL de vidéo de votre instance (https://example.com/videos/watch/blabla) sur https://cards-dev.twitter.com/validator pour vérifier que votre instance est bien sur liste blanche. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + Si votre instance est mise sur liste blanche par Twitter, a lecteur vidéo sera intégré dans les tweets contenant un lien vers une vidéo de votre instance. Si elle ne l'est pas, la carte de prévisualisation redirigera vers votre instance. Cochez cette case, sauvegardez la configuration et testez une URL de vidéo de votre instance (https://example.com/videos/watch/blabla) sur https://cards-dev.twitter.com/validator pour vérifier que votre instance est bien sur liste blanche. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Services 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODAGE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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. + Concerne la transformation des vidéos dans un format que n'importe quel appareil peut lire. Bien que très consommateur en ressources, c'est une partie critique de PeerTube. Soyez prudents dans vos choix. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcodage activé 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas ! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Autoriser les utilisateurs à téléverser des vidéos avec les extensions .mkv, .mov, .avi et .flv. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Permettre des extensions additionnelles 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Autoriser les utilisateurs à téléverser des fichiers audio qui seront fusionnés dans un film avec l'image utilisée pour la prévisualisation. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Autorise l'envoi de fichier audio 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 - Experimental, nous vous conseillons de ne pas désactiver WebTorrent pour l'instant Si vous activez aussi HLS, le stockage nécessaire sera multiplié par 2 Casse la fédération avec d'autres instances PeerTube < 2.1 lorsque désactivé - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, nous vous conseillons de ne pas désactiver WebTorrent pour l'instant Si vous activez aussi HLS, le stockage nécessaire sera multiplié par 2 Casse la fédération avec d'autres instances PeerTube < 2.1 lorsque désactivé + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled Support WebTorrent activé - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 - Requiert ffmpeg >= 4.1 Génère des paylilst HLS et des MP4 fragmentés résaltant en une meilleure lecture de la vidéo qu'avec le lecteur traditionel : Le changement de résolution se fait sans heurts Chargement du buffer plus rapide au démarrage de la lecture Lecture plus stable (moins de bugs/plus de chargement infini) Si vous avez aussi laissé activé WebTorrent, multiplie par 2 le stockage requis - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requiert ffmpeg >= 4.1 Génère des paylilst HLS et des MP4 fragmentés résaltant en une meilleure lecture de la vidéo qu'avec le lecteur traditionel : Le changement de résolution se fait sans heurts Chargement du buffer plus rapide au démarrage de la lecture Lecture plus stable (moins de bugs/plus de chargement infini) Si vous avez aussi laissé activé WebTorrent, multiplie par 2 le stockage requis + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled Support HLS activé - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Nombre de threads pour le transcodage 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Résolutions à générer - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 Some files are not federated, and fetched when necessary. Define their caching policies. Quelques fichiers ne sont pas fédérés, et récupérés à la demande. Vous pouvez définir la manière dont ils sont mis en cache ici. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Nombre de prévisualisations à garder en cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Nombre de vignettes à garder en cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMISATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. Modifications légères de votre instance PeerTube, pour quand un plugin ou un thème sont de trop. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Écrivez directement en JavaScript.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/>Example : <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt ;pre&gt ;"/>console.log('mon instance roxxe') ;<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt ;/pre&gt ;"/> - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Écrivez directement en JavaScript.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/>Example : <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt ;pre&gt ;"/>console.log('mon instance roxxe') ;<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt ;/pre&gt ;"/> + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; - Écrivez directement en CSS. Example :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt ;pre&gt ;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color : red ; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt ;/pre&gt ;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt ;em&gt ;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt ;/em&gt ;"/> to override styles. Example :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt ;pre&gt ;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color : red ; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt ;/pre&gt ;"/> - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + color: red; + + + + Écrivez directement en CSS. Example :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt ;pre&gt ;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color : red ; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt ;/pre&gt ;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt ;em&gt ;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt ;/em&gt ;"/> to override styles. Example :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt ;br/&gt ;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt ;pre&gt ;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color : red ; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt ;/pre&gt ;"/> + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Configuration avancée 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Mettre à jour la configuration 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. La configuration semble invalide. Merci de vérifier dans les onglets. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFIL @@ -5448,8 +5577,8 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - Avec Ne pas lister ou Flouter les vignettes, une confirmation sera demandée pour regarder la vidéo. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + Avec Ne pas lister ou Flouter les vignettes, une confirmation sera demandée pour regarder la vidéo. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html 6 @@ -5478,9 +5607,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - Votre courriel actuel est + Votre courriel actuel est 4 @@ -5488,9 +5617,9 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html4 - is awaiting email verification + is awaiting email verification - est en attente de la vérification de votre courriel. + est en attente de la vérification de votre courriel. 8 @@ -5512,6 +5641,12 @@ 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5519,16 +5654,16 @@ 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Changer le courriel 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Thème @@ -5572,8 +5707,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Vidéos + Videos + Vidéos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5609,10 +5744,13 @@ src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + Créé - + 15 @@ -5684,8 +5822,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Court texte décrivant les moyens de soutien à disposition (plateforme de dons, médias...).<br /><br /> Quand vous mettrez en ligne une vidéo dans cette chaîne, son champ de support sera automatiquement rempli par celui-ci. + 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. + Court texte décrivant les moyens de soutien à disposition (plateforme de dons, médias...).<br /><br /> Quand vous mettrez en ligne une vidéo dans cette chaîne, son champ de support sera automatiquement rempli par celui-ci. src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5782,9 +5921,12 @@ - Delete history + + + Delete history + - + Supprimer l'historique @@ -5801,9 +5943,12 @@ - Notification preferences + + + Notification preferences + - + Préférences de notification @@ -5883,8 +6028,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Listes de lecture + Playlists + Listes de lecture src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5912,8 +6057,8 @@ src/app/+signup/shared/signup-success.component.html8 - If you need help to use PeerTube, you can have a look at the documentation. - Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la documentation. + If you need help to use PeerTube, you can have a look at the documentation. + Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la documentation. src/app/+signup/shared/signup-success.component.html 13 @@ -6356,33 +6501,40 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube est une plateforme de diffusion vidéo fédérée (ActivityPub) auto-hébergée utilisant le P2P directement dans le navigateur web. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. - C’est un logiciel libre et open-source, sous la licence AGPLv3. + + It is a free and open-source software, under the AGPLv3 + licence. + + C’est un logiciel libre et open-source, sous la licence AGPLv3. src/app/+about/about-peertube/about-peertube.component.html 13 - For more information, please visit joinpeertube.org. - Pour plus d’informations, consultez le site joinpeertube.org. + For more information, please visit joinpeertube.org. + Pour plus d’informations, consultez le site joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html 18 - Use PeerTube documentation + Use PeerTube + documentation Utiliser la documentation de PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6398,7 +6550,8 @@ - PeerTube Applications + PeerTube + Applications Applications PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6414,7 +6567,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Contribuer à PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6438,7 +6592,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube. src/app/+about/about-peertube/about-peertube.component.html74 @@ -6451,17 +6609,27 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car : src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre) src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + Pour chaque requête, le traqueur retourne une liste aléatoire et limitée de pairs. Par exemple, s'il y a 1000 pairs, et 20 pairs par réponse, il faudra au moins 50 requêtes pour connaître la liste complète des pairs src/app/+about/about-peertube/about-peertube.component.html @@ -6474,7 +6642,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo src/app/+about/about-peertube/about-peertube.component.html108 @@ -6484,12 +6655,21 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information - Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (avec la bibliothèque WebTorrent), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir ce document pour plus d’informations + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + + Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (avec la bibliothèque WebTorrent), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir ce document pour plus d’informations src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information. src/app/+about/about-peertube/about-peertube.component.html126 @@ -6502,7 +6682,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics). src/app/+about/about-peertube/about-peertube.component.html133 @@ -6515,7 +6699,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens. src/app/+about/about-peertube/about-peertube.component.html141 @@ -6528,7 +6717,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent : src/app/+about/about-peertube/about-peertube.component.html150 @@ -6553,7 +6745,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur. src/app/+about/about-peertube/about-peertube.component.html162 @@ -6590,8 +6785,8 @@ - Developed with ❤ by Framasoft - Développé avec ❤ par Framasoft + Developed with ❤ by Framasoft + Développé avec ❤ par Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6674,8 +6869,11 @@ src/app/+signup/+register/register.component.html56 - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. - Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. 4 @@ -6749,11 +6947,16 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + J'ai au moins 16 ans et je suis d'accord - avec les Conditions - et le Code de Conduite + avec les Conditions + et le Code de Conduite de cette instance @@ -6856,8 +7059,8 @@ - A .mp4 that keeps the original audio track, with no video - Un .mp4 qui conserve le son original, sans la vidéo + A .mp4 that keeps the original audio track, with no video + Un .mp4 qui conserve le son original, sans la vidéo src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8564,8 +8767,8 @@ src/app/search/search-filters.component.ts1 - Long (> 10 min) - Longue (> 10 min) + Long (> 10 min) + Longue (> 10 min) 1 @@ -9924,8 +10127,8 @@ src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Compatible Markdown supportant : + Markdown compatible that supports: + Compatible Markdown supportant : 1 @@ -10091,6 +10294,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10195,6 +10416,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10259,6 +10492,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf index aa29c5a3d..81f9aa19e 100644 --- a/client/src/locale/angular.gd.xlf +++ b/client/src/locale/angular.gd.xlf @@ -407,7 +407,7 @@ Options Roghainnean - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Tòisich aig @@ -453,7 +453,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -618,7 +618,7 @@ Air a sguabadh às - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Tha toiseach/deireadh an deasachaidh aig @@ -657,7 +657,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Deasaich @@ -1374,13 +1374,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1618,63 +1618,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Lorg… @@ -2691,12 +2661,12 @@ Reply Freagair - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3085,7 +3055,7 @@ Ban reason: Adhbhar an toirmisg: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3533,7 +3503,13 @@ Duilleag-dhachaigh - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Tadhail air duilleag-dhachaigh a’ phlugain @@ -3896,33 +3872,73 @@ Local videos Videothan ionadail - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Tha clàradh an comas - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Iarraidh clàradh dearbhadh puist-d - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Cuingeachadh clàraidh - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Buill @@ -4008,84 +4024,78 @@ Default video quota per user Cuota tùsail de videothan airson gach cleachdaiche - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 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-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL URL an inneics - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Rianaire @@ -4095,12 +4105,12 @@ Admin email Post-d an rianaire - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Cuir foirm conaltraidh an comas - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Rèiteachadh bunasach @@ -4108,26 +4118,26 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username An t-ainm-cleachdaiche Twitter agad - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Tha an t-ionstans air geal-liosta Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4142,16 +4152,16 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Seirbheisean - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4160,36 +4170,36 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Tha tar-chòdachadh an comas - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Ma chuireas tu an tar-chòdachadh à comas, feumaidh gum bi mòran videothan aig na cleachdaichean agad nach obraich! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Ceadaich leudachain a bharrachd - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Ceadaich luchdadh suas faidhlichean fuaime - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4208,13 +4218,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4239,65 +4249,65 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled Tha taic ri HLS an comas - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Snàithleanan tar-chòdachaidh - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -4322,24 +4332,24 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Rèiteachadh adhartach - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Ùraich an rèiteachadh - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Tha coltas nach eil an rèiteachadh dligheach. Dèan lorg air mearachdan sna tabaichean. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4540,23 +4550,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Am facal-faire agad + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Am facal-faire agad + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Atharraich am post-d - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Ùrlar @@ -5316,15 +5326,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - ’S e ùrlar sruthaidh video co-nasgaichte (ActivityPub) ’s a chleachdas P2P sa bhrabhsair-lìn fhèin a th’ ann am PeerTube. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9189,6 +9202,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -9275,6 +9306,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9331,6 +9374,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf index 0363ac26d..dcc368d9a 100644 --- a/client/src/locale/angular.gl-ES.xlf +++ b/client/src/locale/angular.gl-ES.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - publicou un novo vídeo: + published a new video: + publicou un novo vídeo: src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - O vídeo foi sacado da lista de bloqueo + Your video has been unblacklisted + O vídeo foi sacado da lista de bloqueo src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - O vídeo meteuse na lista negra + Your video has been blacklisted + O vídeo meteuse na lista negra src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - Unha denuncia de abuso creouse para o vídeo + A new video abuse has been created on video + Unha denuncia de abuso creouse para o vídeo src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - O vídeo recentemente engadido foi posto na lista negra + The recently added video has been auto-blacklisted + O vídeo recentemente engadido foi posto na lista negra src/app/shared/users/user-notifications.component.html56 - commented your video - comentou o teu vídeo + commented your video + comentou o teu vídeo src/app/shared/users/user-notifications.component.html 69 @@ -316,46 +316,54 @@ - Your video has been published - O teu vídeo está publicado + Your video has been published + O teu vídeo está publicado src/app/shared/users/user-notifications.component.html86 - Your video import succeeded - O vídeo foi importado correctamente + Your video import succeeded + O vídeo foi importado correctamente src/app/shared/users/user-notifications.component.html94 - Your video import failed - A proceso de importar o video fallou + Your video import failed + A proceso de importar o video fallou src/app/shared/users/user-notifications.component.html102 - User registered on your instance - A usuaria rexistrouse na túa instancia + User registered on your instance + A usuaria rexistrouse na túa instancia src/app/shared/users/user-notifications.component.html 110 - is following your channel your account - está a seguir a túa canle a túa conta + + is following + + your channel + your account + + está a seguir a túa canle a túa conta src/app/shared/users/user-notifications.component.html120 - mentioned you on video - mencionoute no vídeo + mentioned you on video + mencionoute no vídeo src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval - A túa instancia ten unha nova seguidora () agardando aprobación + + Your instance has a new follower () + awaiting your approval + + A túa instancia ten unha nova seguidora () agardando aprobación src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed - A túa instancia seguiu automáticamente a + Your instance automatically followed + A túa instancia seguiu automáticamente a src/app/shared/users/user-notifications.component.html150 @@ -388,9 +396,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Iniciar en @@ -458,9 +466,9 @@ video vídeo - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtítulos @@ -535,8 +543,8 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. - O informe será enviado á moderación e tamén reenviado á orixe do vídeo () . + Your report will be sent to moderators of and will be forwarded to the video origin () too. + O informe será enviado á moderación e tamén reenviado á orixe do vídeo () . src/app/shared/video/modals/video-report.component.html 9 @@ -671,10 +679,10 @@ Deleted Eliminado - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at A edición inicia/para en @@ -724,11 +732,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Editar @@ -829,10 +837,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - Subscrición remota - Interacción remota + Subscrición remota + Interacción remota 10 @@ -840,16 +851,22 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. - Podes subscribirte ao canal a través dunha conta ActivityPub no fediverso. Por exemplo con Mastodon ou Pleroma podes escribir o URL do canal na caixa de busca e susbscribirte desde alí. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + Podes subscribirte ao canal a través dunha conta ActivityPub no fediverso. Por exemplo con Mastodon ou Pleroma podes escribir o URL do canal na caixa de busca e susbscribirte desde alí. src/app/shared/user-subscription/remote-subscribe.component.html 17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. - Podes interactuar con este vídeo desde unha conta ActivityPub no fediverso. Por exemplo cunha conta Mastodon ou Pleroma podes escribir o URL do vídeo na caixa de busca e interactuar con el desde alí. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + Podes interactuar con este vídeo desde unha conta ActivityPub no fediverso. Por exemplo cunha conta Mastodon ou Pleroma podes escribir o URL do vídeo na caixa de busca e interactuar con el desde alí. src/app/shared/user-subscription/remote-subscribe.component.html 26 @@ -864,8 +881,11 @@ - Default NSFW/sensitive videos policy can be redefined by the users - A política por omisión para vídeos NSFW/sensibles pode ser redefinida polas usuarias + + Default NSFW/sensitive videos policy + can be redefined by the users + + A política por omisión para vídeos NSFW/sensibles pode ser redefinida polas usuarias src/app/shared/instance/instance-features-table.component.html11 @@ -911,9 +931,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - Sen límite ( diario) + Sen límite ( diario) 53 @@ -1105,8 +1125,8 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - Lamentámolo, pero algo pasou co proceso de conexión desde o exterior. Por favor contacta coa administración. + Sorry but there was an issue with the external login process. Please contact an administrator. + Lamentámolo, pero algo pasou co proceso de conexión desde o exterior. Por favor contacta coa administración. src/app/login/login.component.html 6 @@ -1121,8 +1141,15 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - Esta instancia actualmente non permite o rexistro, pero podes atopar unha instancia que che permita abrir unha conta e subir alí os teus vídeos. Atopa a túa instancia en https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + Esta instancia actualmente non permite o rexistro, pero podes atopar unha instancia que che permita abrir unha conta e subir alí os teus vídeos. Atopa a túa instancia en https://joinpeertube.org/instances. src/app/login/login.component.html 16 @@ -1287,9 +1314,9 @@ - for + for - for + for 6 @@ -1297,10 +1324,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Filtros - + 16 @@ -1334,7 +1364,8 @@ - CLI documentation + CLI + documentation Documentación CLI src/app/modal/welcome-modal.component.html @@ -1350,7 +1381,8 @@ - Administer documentation + Administer + documentation Documentación da administradora src/app/modal/welcome-modal.component.html @@ -1366,7 +1398,8 @@ - Use documentation + Use + documentation Documentación de utilización src/app/modal/welcome-modal.component.html @@ -1390,16 +1423,16 @@ - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Sitio web oficial de PeerTube (novas, axuda, colaboración...) https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Sitio web oficial de PeerTube (novas, axuda, colaboración...) https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Sube a túa instancia ao índice público de PeerTube: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Sube a túa instancia ao índice público de PeerTube: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html 47 @@ -1414,16 +1447,26 @@ - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. - Escollendo o nome da instancia, escribindo unha descrición, explicando quen es, por que creaches a instancia e canto tempo tes planeado mantela é moi importante para as persoas que a visitan saiban o tipo de instancia na que se atopan. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + + Escollendo o nome da instancia, escribindo unha descrición, explicando quen es, por que creaches a instancia e canto tempo tes planeado mantela é moi importante para as persoas que a visitan saiban o tipo de instancia na que se atopan. src/app/modal/welcome-modal.component.html 61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. - Se queres permitir o rexistro, decide cales son as túas normas de moderación, completa os termos da instancia e indica as categorías e idiomas que falas. Deste xeito axudarás as usuarias para que se rexistren na instancia PeerTube axeitada. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + + Se queres permitir o rexistro, decide cales son as túas normas de moderación, completa os termos da instancia e indica as categorías e idiomas que falas. Deste xeito axudarás as usuarias para que se rexistren na instancia PeerTube axeitada. src/app/modal/welcome-modal.component.html 67 @@ -1510,18 +1553,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure these fields @@ -1831,79 +1876,49 @@ GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance any instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel channel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Buscar... @@ -1945,10 +1960,13 @@ - Jump to channel ↵ + + Jump to channel + ↵ + Jump to channel - ↵ + ↵ src/app/header/suggestion.component.html @@ -2193,10 +2211,14 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + - Tags could be used to suggest relevant recommendations. - There is a maximum of 5 tags. + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. Press Enter to add a new tag. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2360,7 +2382,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Xa subido ✔ 179 @@ -2491,9 +2513,13 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + - You can import any URL supported by youtube-dl + You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. @@ -2558,10 +2584,14 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + Image that will be merged with your audio file. + + The chosen image will be definitive and cannot be modified. + Imaxe que se unirá ao teu ficheiro de audio. - + A imaxe escollida será definitiva e non se pode modificar. @@ -2619,7 +2649,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. @@ -2634,11 +2667,15 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. - - Instead, create a dedicated account to upload your videos. + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. src/app/videos/+video-edit/video-add.component.html @@ -2844,9 +2881,9 @@ - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -2854,9 +2891,9 @@ - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -3123,7 +3160,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it @@ -3154,13 +3195,13 @@ Reply Reply - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3282,8 +3323,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - Created + Created + Created src/app/+admin/follows/followers-list/followers-list.component.html25 src/app/+admin/follows/following-list/following-list.component.html28 src/app/+admin/users/user-list/user-list.component.html50 @@ -3355,8 +3396,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundancy allowed + Redundancy allowed + Redundancy allowed src/app/+admin/follows/following-list/following-list.component.html29 @@ -3465,9 +3506,12 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + - Transcoding is enabled. The video quota only takes into account original video size. + Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . @@ -3546,13 +3590,13 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Username + Username + Username src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Video quota + Video quota + Video quota src/app/+admin/users/user-list/user-list.component.html47 @@ -3588,8 +3632,8 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -3651,8 +3695,8 @@ - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3705,8 +3749,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Date + Date + Date src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html27 @@ -3894,15 +3938,15 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - State + State + State src/app/+admin/follows/followers-list/followers-list.component.html23 src/app/+admin/follows/following-list/following-list.component.html27 src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Score + Score + Score src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -3919,9 +3963,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -3945,9 +3989,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -3998,8 +4042,8 @@ src/app/+about/about.component.html5 - Muted at - Muted at + Muted at + Muted at src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html27 src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html23 src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html13 @@ -4113,6 +4157,12 @@ Homepage Homepage src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4258,8 +4308,8 @@ - By -> - By -> + By -> + By -> src/app/+admin/system/logs/logs.component.html 32 @@ -4301,8 +4351,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4341,9 +4391,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. + Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4353,9 +4403,12 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + + Enabling it will allow other administrators to know that you are mainly federating sensitive content. + Moreover, the NSFW checkbox on video upload will be automatically checked by default. + - Enabling it will allow other administrators to know that you are mainly federating sensitive content. + 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-custom-config.component.html90 @@ -4369,9 +4422,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4508,9 +4561,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4551,40 +4604,80 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. + Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Rexistro activado 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Rexistro limitado 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Usuarias @@ -4689,100 +4782,94 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. + Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administración @@ -4797,13 +4884,13 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Configuración básica @@ -4815,237 +4902,276 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username O seu alcume na Twitter 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instancia na lista blanca por Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. - If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 + https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Servizos 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Recodificación activada 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + - Experimental, we suggest you to not disable webtorrent support for now + Experimental, we suggest you to not disable webtorrent support for now - 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 - + - If disabled, breaks federation with PeerTube instances < 2.1 + If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + - Requires ffmpeg >= 4.1 + Requires ffmpeg >= 4.1 - Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: - - Resolution change is smoother - Faster playback in particular with long videos - More stable playback (less bugs/infinite loading) - + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + - If you also enabled WebTorrent support, it will multiply videos storage by 2 + If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Fíos de recodificación 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + 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-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Configuración avanzada 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Actualizar configuración 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5209,9 +5335,9 @@ - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html @@ -5241,9 +5367,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - Your current email is + Your current email is src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -5251,9 +5377,9 @@ - is awaiting email verification + is awaiting email verification - is awaiting email verification + is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -5275,23 +5401,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5323,8 +5449,8 @@ - Videos - Videos + Videos + Videos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5360,10 +5486,13 @@ - Created + + Created + + Created - + src/app/+my-account/my-account-ownership/my-account-ownership.component.html @@ -5435,8 +5564,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Short text to tell people how they can support your channel (membership platform...).<br /><br /> + 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. + 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-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5519,9 +5649,12 @@ - Delete history + + + Delete history + - + Delete history @@ -5538,9 +5671,12 @@ - Notification preferences + + + Notification preferences + - + Notification preferences @@ -5617,8 +5753,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Playlists + Playlists + Playlists src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5646,9 +5782,9 @@ - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. src/app/+signup/shared/signup-success.component.html @@ -6094,22 +6230,26 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. + + It is a free and open-source software, under the AGPLv3 + licence. + - It is a free and open-source software, under the AGPLv3 - licence. + It is a free and open-source software, under the AGPLv3 + licence. src/app/+about/about-peertube/about-peertube.component.html @@ -6117,9 +6257,9 @@ - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html @@ -6127,7 +6267,8 @@ - Use PeerTube documentation + Use PeerTube + documentation Use PeerTube documentation @@ -6146,7 +6287,8 @@ - PeerTube Applications + PeerTube + Applications PeerTube Applications @@ -6165,7 +6307,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Contribute on PeerTube @@ -6192,7 +6335,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 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 @@ -6209,7 +6356,10 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: @@ -6217,7 +6367,10 @@ src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) @@ -6225,7 +6378,11 @@ src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 @@ -6244,7 +6401,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video @@ -6259,18 +6419,27 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the - WebTorrent library), the protocol is different from classic BitTorrent. + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. - See this document for more information + See this document for more information src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. @@ -6286,7 +6455,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. @@ -6303,7 +6476,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + 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. @@ -6321,7 +6499,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: @@ -6349,7 +6530,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. @@ -6389,8 +6573,8 @@ - Developed with ❤ by Framasoft - Developed with ❤ by Framasoft + Developed with ❤ by Framasoft + Developed with ❤ by Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6473,9 +6657,12 @@ - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. @@ -6556,11 +6743,16 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + I am at least 16 years old and agree - to the Terms - and to the Code of Conduct + to the Terms + and to the Code of Conduct of this instance @@ -6662,8 +6854,8 @@ - A .mp4 that keeps the original audio track, with no video - A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8451,8 +8643,8 @@ - Long (> 10 min) - Long (> 10 min) + Long (> 10 min) + Long (> 10 min) src/app/search/search-filters.component.ts 1 @@ -9853,8 +10045,8 @@ - Markdown compatible that supports: - Markdown compatible that supports: + Markdown compatible that supports: + Markdown compatible that supports: src/app/shared/misc/help.component.ts 1 @@ -10017,6 +10209,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10121,6 +10331,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10185,6 +10407,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf index 2cad6d699..fb7b11036 100644 --- a/client/src/locale/angular.hu-HU.xlf +++ b/client/src/locale/angular.hu-HU.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - közzétett egy új videót: + published a new video: + közzétett egy új videót: src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - A(z) videója el lett távolítva a feketelistáról + Your video has been unblacklisted + A(z) videója el lett távolítva a feketelistáról src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - A(z) videója feketelistára lett téve + Your video has been blacklisted + A(z) videója feketelistára lett téve src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - Egy új videó visszaélési jelentés lett létrehozva a(z) videóhoz + A new video abuse has been created on video + Egy új videó visszaélési jelentés lett létrehozva a(z) videóhoz src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - A legutóbb hozzáadott videó automatikusan feketelistára került + The recently added video has been auto-blacklisted + A legutóbb hozzáadott videó automatikusan feketelistára került src/app/shared/users/user-notifications.component.html56 - commented your video - hozzászólt az Ön videójához + commented your video + hozzászólt az Ön videójához src/app/shared/users/user-notifications.component.html 69 @@ -316,46 +316,54 @@ - Your video has been published - A(z) videója közzé lett téve + Your video has been published + A(z) videója közzé lett téve src/app/shared/users/user-notifications.component.html86 - Your video import succeeded - A videoimportálás sikerült + Your video import succeeded + A videoimportálás sikerült src/app/shared/users/user-notifications.component.html94 - Your video import failed - A videoimportálás nem sikerült + Your video import failed + A videoimportálás nem sikerült src/app/shared/users/user-notifications.component.html102 - User registered on your instance - felhasználó regisztrált az Ön példányára + User registered on your instance + felhasználó regisztrált az Ön példányára src/app/shared/users/user-notifications.component.html 110 - is following your channel your account - követi az Ön csatornáját az Ön fiókját + + is following + + your channel + your account + + követi az Ön csatornáját az Ön fiókját src/app/shared/users/user-notifications.component.html120 - mentioned you on video - megemlítette Önt a(z) videónál + mentioned you on video + megemlítette Önt a(z) videónál src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval - Az Ön példányának új követője van (), aki az Ön jóváhagyására vár + + Your instance has a new follower () + awaiting your approval + + Az Ön példányának új követője van (), aki az Ön jóváhagyására vár src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed - Az Ön példányát automatikusan követi + Your instance automatically followed + Az Ön példányát automatikusan követi src/app/shared/users/user-notifications.component.html150 @@ -388,9 +396,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Kezdés itt @@ -458,9 +466,9 @@ video videó - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles felirat @@ -533,8 +541,8 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. - A jelentése el lesz küldve a(z) moderátoranak, és továbbítva lesz a videó eredetéhez is (). + Your report will be sent to moderators of and will be forwarded to the video origin () too. + A jelentése el lesz küldve a(z) moderátoranak, és továbbítva lesz a videó eredetéhez is (). src/app/shared/video/modals/video-report.component.html 9 @@ -660,10 +668,10 @@ Deleted Törölve - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at A szerkesztés itt kezdődik vagy végződik @@ -710,11 +718,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Szerkesztés @@ -815,24 +823,33 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact - Távoli feliratkozás Távoli interakció + + Remote subscribe + Remote interact + + Távoli feliratkozás Távoli interakció 10 src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. - Feliratkozhat egy csatornára bármely ActivityPub-kompatibilis födiverzum példányon keresztül. Például a Mastodon vagy a Pleroma esetén beírhatja a csatorna URL-t a keresőmezőbe, és ott feliratkozhat. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + Feliratkozhat egy csatornára bármely ActivityPub-kompatibilis födiverzum példányon keresztül. Például a Mastodon vagy a Pleroma esetén beírhatja a csatorna URL-t a keresőmezőbe, és ott feliratkozhat. src/app/shared/user-subscription/remote-subscribe.component.html 17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. - Interakcióba léphet ezzel bármely ActivityPub-kompatibilis födiverzum példányon keresztül. Például a Mastodon vagy a Pleroma esetén beírhatja a jelenlegi URL-t a keresőmezőbe, és ott interakcióba léphet ezzel. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + Interakcióba léphet ezzel bármely ActivityPub-kompatibilis födiverzum példányon keresztül. Például a Mastodon vagy a Pleroma esetén beírhatja a jelenlegi URL-t a keresőmezőbe, és ott interakcióba léphet ezzel. src/app/shared/user-subscription/remote-subscribe.component.html 26 @@ -847,8 +864,11 @@ - Default NSFW/sensitive videos policy can be redefined by the users - Az alapértelmezett érzékeny videók irányelvét a felhasználók felüldefiniálhatják + + Default NSFW/sensitive videos policy + can be redefined by the users + + Az alapértelmezett érzékeny videók irányelvét a felhasználók felüldefiniálhatják src/app/shared/instance/instance-features-table.component.html11 @@ -894,9 +914,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - Korlátlan (naponta ) + Korlátlan (naponta ) 53 @@ -1086,8 +1106,8 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - Sajnáljuk, de valami hiba történt a külső bejelentkezési folyamattal. Lépjen kapcsolatba egy rendszergazdával. + Sorry but there was an issue with the external login process. Please contact an administrator. + Sajnáljuk, de valami hiba történt a külső bejelentkezési folyamattal. Lépjen kapcsolatba egy rendszergazdával. src/app/login/login.component.html 6 @@ -1102,8 +1122,15 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - Jelenleg ezen a példányon nem engedélyezett a felhasználói regisztráció, de kereshet egy olyan példányt, amely lehetőséget ad egy fiók regisztrálására és a videók oda történő feltöltésére. Keresse meg a sajátját több más példány mellett a https://joinpeertube.org/instances oldalon. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + Jelenleg ezen a példányon nem engedélyezett a felhasználói regisztráció, de kereshet egy olyan példányt, amely lehetőséget ad egy fiók regisztrálására és a videók oda történő feltöltésére. Keresse meg a sajátját több más példány mellett a https://joinpeertube.org/instances oldalon. src/app/login/login.component.html 16 @@ -1266,9 +1293,9 @@ - for + for - erre: + erre: 6 @@ -1276,10 +1303,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Szűrők - + 16 @@ -1313,7 +1343,8 @@ - CLI documentation + CLI + documentation CLI dokumentáció src/app/modal/welcome-modal.component.html @@ -1329,7 +1360,8 @@ - Administer documentation + Administer + documentation Rendszergazda dokumentáció src/app/modal/welcome-modal.component.html @@ -1345,7 +1377,8 @@ - Use documentation + Use + documentation Dokumentáció használata src/app/modal/welcome-modal.component.html @@ -1369,16 +1402,16 @@ - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Hivatalos PeerTube weboldal (hírek, támogatás, közreműködés…): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Hivatalos PeerTube weboldal (hírek, támogatás, közreműködés…): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Saját példány elhelyezése a nyilvános PeerTube jegyzékbe: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Saját példány elhelyezése a nyilvános PeerTube jegyzékbe: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html 47 @@ -1393,16 +1426,26 @@ - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. - A példány nevének kiválasztása, a leírás megadása, annak meghatározása, hogy Ön kicsoda, miért hozta létre a példányát és meddig tervezi fenntartani , nagyon fontosak a látogatóknak, hogy megértsék, milyen típusú példányon is vannak. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + + A példány nevének kiválasztása, a leírás megadása, annak meghatározása, hogy Ön kicsoda, miért hozta létre a példányát és meddig tervezi fenntartani , nagyon fontosak a látogatóknak, hogy megértsék, milyen típusú példányon is vannak. src/app/modal/welcome-modal.component.html 61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. - Ha meg szeretné nyitni a regisztrációt, akkor döntse el, mik a moderálási szabályok, töltse ki a példány használati feltételeit, valamint adja meg a kategóriákat és a beszélt nyelveket. Ezzel segíteni fog a felhasználóknak, hogy a megfelelő PeerTube példányra regisztráljanak. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + + Ha meg szeretné nyitni a regisztrációt, akkor döntse el, mik a moderálási szabályok, töltse ki a példány használati feltételeit, valamint adja meg a kategóriákat és a beszélt nyelveket. Ezzel segíteni fog a felhasználóknak, hogy a megfelelő PeerTube példányra regisztráljanak. src/app/modal/welcome-modal.component.html 67 @@ -1489,15 +1532,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - Fontolja meg ezen mezők beállítását, hogy segítsen az embereknek kiválasztani a megfelelő példányt. Ezek nélkül előfordulhat, hogy az Ön példányára nem hivatkoznak a JoinPeerTube weboldalon. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Ezen mezők beállítása @@ -1803,79 +1851,49 @@ GLOBAL SEARCH GLOBÁLIS KERESÉS - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using használatával - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Az eredmények ki lesznek egészítve a harmadik féltől származó indexekkel. Csak a lekérdezés elkészítéséhez szükséges adatok kerülnek elküldésre. - - src/app/header/search-typeahead.component.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH SPECIÁLIS KERESÉS - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance bármely példány - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances csak követett példányok - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. Meghatározza, hogy feloldhat-e bármilyen távoli tartalmat, vagy hogy ez a példány csak azoknál a példányoknál teheti ezt meg, amelyeket követ. - - src/app/header/search-typeahead.component.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel csatorna - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Bármilyen egyéb szöveg illeszkedő videót vagy csatornaneveket fog visszaadni. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Keresés… @@ -1917,8 +1935,11 @@ - Jump to channel ↵ - Ugrás a csatornához ↵ + + Jump to channel + ↵ + + Ugrás a csatornához ↵ src/app/header/suggestion.component.html 18 @@ -2145,8 +2166,12 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. - A címkék a kapcsolódó javaslatok ajánlásához használhatók. Legfeljebb 5 címke adható meg. Nyomja meg az Enter billentyűt új címke hozzáadásához. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + + A címkék a kapcsolódó javaslatok ajánlásához használhatók. Legfeljebb 5 címke adható meg. Nyomja meg az Enter billentyűt új címke hozzáadásához. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2306,7 +2331,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Már fel van töltve ✔ 179 @@ -2432,8 +2457,12 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. - A youtube-dl által támogatott bármilyen URL-t importálhat, vagy olyan URL-t, amely egy nyers MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + A youtube-dl által támogatott bármilyen URL-t importálhat, vagy olyan URL-t, amely egy nyers MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. src/app/videos/+video-edit/video-add-components/video-import-url.component.html 10 @@ -2490,8 +2519,12 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. - Egy kép, amely egyesítve lesz a hangfájllal. A kiválasztott kép végleges lesz, és nem lehet módosítani. + + Image that will be merged with your audio file. + + The chosen image will be definitive and cannot be modified. + + Egy kép, amely egyesítve lesz a hangfájllal. A kiválasztott kép végleges lesz, és nem lehet módosítani. src/app/videos/+video-edit/video-add-components/video-upload.component.html33 @@ -2554,7 +2587,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + Bármilyen torrent-fájlt importálhat, amely egy MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html16 @@ -2567,8 +2603,12 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. - Azt ajánljuk, hogy ne használja a root felhasználót a videók közzétételéhez, mivel az a példány rendszergazda fiókja. Ehelyett inkább hozzon létre egy külön fiókot a videói feltöltéséhez. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + + Azt ajánljuk, hogy ne használja a root felhasználót a videók közzétételéhez, mivel az a példány rendszergazda fiókja. Ehelyett inkább hozzon létre egy külön fiókot a videói feltöltéséhez. src/app/videos/+video-edit/video-add.component.html 2 @@ -2786,16 +2826,16 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views - Közzétéve • megtekintés + Published • views + Közzétéve • megtekintés src/app/videos/+video-watch/video-watch.component.html 45 - Published • views - Közzétéve • megtekintés + Published • views + Közzétéve • megtekintés src/app/videos/+video-watch/video-watch.component.html 56 @@ -3086,7 +3126,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + Hozzászólhat bármilyen ActivityPub-kompatibilis példányon lévő fiók használatával is. A legtöbb platformon úgy találhatja meg a videót, hogy beírja az URL-ét a keresősávba, majd hozzászól a szoftver felületén belülről. src/app/videos/+video-watch/comment/video-comment-add.component.html @@ -3120,13 +3164,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Ezt a hozzászólást törölték - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Követések és redundanciák @@ -3260,8 +3304,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - Létrehozva + Created + Létrehozva 11 @@ -3345,8 +3389,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundancia megengedett + Redundancy allowed + Redundancia megengedett src/app/+admin/follows/following-list/following-list.component.html29 @@ -3465,8 +3509,11 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . - Az átkódolás engedélyezve van. A videokvóta csak az eredeti videó méretét veszi figyelembe. Ez a felhasználó legfeljebb ~ mennyiséget tölthet fel. + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + + Az átkódolás engedélyezve van. A videokvóta csak az eredeti videó méretét veszi figyelembe. Ez a felhasználó legfeljebb ~ mennyiséget tölthet fel. src/app/+admin/users/user-edit/user-edit.component.html 148 @@ -3555,16 +3602,16 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Felhasználónév + Username + Felhasználónév 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Videokvóta + Video quota + Videokvóta src/app/+admin/users/user-list/user-list.component.html47 @@ -3612,8 +3659,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users – / felhasználó megjelenítése @@ -3672,8 +3719,8 @@ src/app/+admin/moderation/moderation.component.html13 - Video - Videó + Video + Videó src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3727,8 +3774,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Dátum + Date + Dátum 11 @@ -3938,8 +3985,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - Állapot + State + Állapot 11 @@ -3948,8 +3995,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Pontszám + Score + Pontszám src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -3969,8 +4016,8 @@ - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 20 @@ -3993,8 +4040,8 @@ - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 40 @@ -4041,8 +4088,8 @@ src/app/+about/about.component.html5 - Muted at - Némítás ideje: + Muted at + Némítás ideje: 13 @@ -4163,6 +4210,12 @@ Homepage Honlap src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4303,7 +4356,7 @@ - By -> + By -> Szerző: → src/app/+admin/system/logs/logs.component.html @@ -4346,8 +4399,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - 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. - A megosztási rendszer következménye, hogy bizonyos műszaki adatok (mint a nyilvános IP-cím) el lesznek küldve a többi partnernek, viszont ez nagymértékben segít a kiszolgáló tehermentesítésében. + 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. + A megosztási rendszer következménye, hogy bizonyos műszaki adatok (mint a nyilvános IP-cím) el lesznek küldve a többi partnernek, viszont ez nagymértékben segít a kiszolgáló tehermentesítésében. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4386,8 +4439,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. - Felhasználók kezelése egy moderáló csapat összeállításához. + Manage users to build a moderation team. + Felhasználók kezelése egy moderáló csapat összeállításához. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4396,8 +4449,11 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - 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. - Ennek engedélyezésével a többi rendszergazda tudni fogja, hogy elsősorban az érzékeny tartalmakat föderálja. Ezenkívül a videó feltöltésénél az érzékeny tartalom jelölőnégyzet alapértelmezetten automatikusan be lesz jelölve. + + 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. + + Ennek engedélyezésével a többi rendszergazda tudni fogja, hogy elsősorban az érzékeny tartalmakat föderálja. Ezenkívül a videó feltöltésénél az érzékeny tartalom jelölőnégyzet alapértelmezetten automatikusan be lesz jelölve. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html90 @@ -4409,8 +4465,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - A Ne listázza vagy a Bélyegképek elhomályosítása beállításokkal megerősítés lesz kérve a videó megnézéséhez. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + A Ne listázza vagy a Bélyegképek elhomályosítása beállításokkal megerősítés lesz kérve a videó megnézéséhez. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4546,8 +4602,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. - Használjon bővítményeket és témákat a nagyobb mértékű változtatásokhoz, vagy adjon hozzá apró személyre szabásokat. + Use plugins & themes for more involved changes, or add slight customizations. + Használjon bővítményeket és témákat a nagyobb mértékű változtatásokhoz, vagy adjon hozzá apró személyre szabásokat. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4587,41 +4643,81 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS ÚJ FELHASZNÁLÓK - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. - Felhasználók kezelése a kvótáik egyénileg történő beállításához. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + Manage users to set their quota individually. + Felhasználók kezelése a kvótáik egyénileg történő beállításához. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Regisztráció engedélyezve 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification A regisztráció e-mail ellenőrzést igényel 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Regisztrációs korlát 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Felhasználók @@ -4726,96 +4822,90 @@ Default video quota per user Alapértelmezett videokvóta felhasználóként - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 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-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS ÚJ VIDEÓK - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Importálás engedélyezése HTTP URL-lel (azaz YouTube használatával) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Új videók feketelistára tétele automatikusan - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FÖDERÁCIÓ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. - Kapcsolatok kezelése más példányokkal. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + Manage relations with other instances. + Kapcsolatok kezelése más példányokkal. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Más példányok követhetik az Önét - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 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-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Példányok automatikus visszakövetése - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. - Csak azokat az indexeket kell követnie, amelyekben megbízik, vagy készítsen sajátot. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + You should only follow indexes you trust, or host your own. + Csak azokat az indexeket kell követnie, amelyekben megbízik, vagy készítsen sajátot. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 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-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS RENDSZERGAZDÁK - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Rendszergazda @@ -4830,16 +4920,16 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Kapcsolatfelvételi űrlap engedélyezése 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Alapvető beállítás @@ -4851,193 +4941,232 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Nem kötelező. Ha meg van adva, akkor adja meg az Ön példányát bemutató Twitter-fiókot a hivatkozás előnézeteinek feljavításához. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username A Twitter felhasználóneve 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter A példány a Twitter fehérlistáján van 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. - Ha a példánya a Twitter fehérlistáján van, akkor a videolejátszó be lesz ágyazva a Twitter hírforrásba a PeerTube videomegosztásakor. Ha a példány nincs a fehérlistán, akkor egy képhivatkozás-kártyát használunk, amely átirányít az Ön PeerTube példányára. Jelölje be ezt a jelölőnégyzetet, mentse el a beállítást, és próbálja ki az Ön példánya videó URL-jével (https://example.com/videos/watch/blabla) a https://cards-dev.twitter.com/validator oldalon, hogy az Ön példánya rajta van-e a fehérlistán. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + Ha a példánya a Twitter fehérlistáján van, akkor a videolejátszó be lesz ágyazva a Twitter hírforrásba a PeerTube videomegosztásakor. Ha a példány nincs a fehérlistán, akkor egy képhivatkozás-kártyát használunk, amely átirányít az Ön PeerTube példányára. Jelölje be ezt a jelölőnégyzetet, mentse el a beállítást, és próbálja ki az Ön példánya videó URL-jével (https://example.com/videos/watch/blabla) a https://cards-dev.twitter.com/validator oldalon, hogy az Ön példánya rajta van-e a fehérlistán. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Szolgáltatások 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING ÁTKÓDOLÁS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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. + A feltöltött videók feldolgozása, hogy azok olyan műsorszórható formában legyenek, amit bármely eszköz képes lejátszani. Bár ez drága erőforrásokat igényel, de ez a PeerTube kritikus része, szóval gondosan járjon el. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Átkódolás engedélyezve 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Ha letiltja az átkódolást, akkor a felhasználók számos videói nem fognak működni! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Lehetővé teszi a felhasználóknak, hogy .mkv, .mov, .avi és .flv videókat töltsenek fel. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions További kiterjesztések engedélyezése 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Lehetővé teszi a felhasználóknak, hogy olyan hangfájlokat töltsenek fel, amelyek feltöltéskor egyesítve lesznek az előnézeti fájllal. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Hangfájlok feltöltésének engedélyezése - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 - Kísérleti, azt ajánljuk, hogy most ne tiltsa le a webtorrentet Ha engedélyezte a HLS támogatást is, akkor az a duplájára fogja növelni a videók tárolási igényét Ha le van tiltva, akkor tönkre teszi a 2.1-es verziónál régebbi PeerTube példányok föderációját - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + + Kísérleti, azt ajánljuk, hogy most ne tiltsa le a webtorrentet Ha engedélyezte a HLS támogatást is, akkor az a duplájára fogja növelni a videók tárolási igényét Ha le van tiltva, akkor tönkre teszi a 2.1-es verziónál régebbi PeerTube példányok föderációját + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent támogatás engedélyezve - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 - Az ffmpeg >= 4.1 szükséges A HLS lejátszási listák és a tördelt MP4 fájlok előállítása jobb lejátszást eredményez mint a jelenlegi alapértelmezett lejátszó: A felbontás megváltoztatása simább Gyorsabb lejátszás, különösen hosszú videóknál Stabilabb lejátszás (kevesebb hiba vagy végtelen betöltés) Ha engedélyezte a WebTorrent támogatást is, akkor az a duplájára növeli a videó tárolási szükségletét - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Az ffmpeg >= 4.1 szükséges A HLS lejátszási listák és a tördelt MP4 fájlok előállítása jobb lejátszást eredményez mint a jelenlegi alapértelmezett lejátszó: A felbontás megváltoztatása simább Gyorsabb lejátszás, különösen hosszú videóknál Stabilabb lejátszás (kevesebb hiba vagy végtelen betöltés) Ha engedélyezte a WebTorrent támogatást is, akkor az a duplájára növeli a videó tárolási szükségletét + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS támogatás engedélyezve - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Átkódolási szálak 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Előállítandó felbontások - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE GYORSÍTÓTÁR - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 Some files are not federated, and fetched when necessary. Define their caching policies. Néhány fájl nincs föderálva, és akkor lesz letöltve, ha szükséges. Határozza meg a gyorsítótárazási irányelveiket. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache A gyorsítótárban tartandó előnézetek száma - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache A gyorsítótárban tartandó video-képaláírások száma - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS SZEMÉLYRE SZABÁSOK - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. Apró módosítások az Ön PeerTube példányán, amikor egy bővítmény vagy egy téma létrehozás túlzás. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - JavaScript kód közvetlen írása.Példa: console.log('az én példányom csodálatos'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + Write JavaScript code directly.Example: console.log('my instance is amazing'); + JavaScript kód közvetlen írása.Példa: console.log('az én példányom csodálatos'); + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; - A CSS kód közvetlen írása. Példa: #custom-css color: red; Tegye elé a #custom-css azonosítót a stílusok felülírásához. Példa: #custom-css .logged-in-email color: red; - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + color: red; + + + + A CSS kód közvetlen írása. Példa: #custom-css color: red; Tegye elé a #custom-css azonosítót a stílusok felülírásához. Példa: #custom-css .logged-in-email color: red; + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Speciális beállítás 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Beállítás frissítése 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Úgy tűnik, hogy a beállítás érvénytelen. Keresse meg a lehetséges hibákat a különböző lapokon. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFIL @@ -5204,8 +5333,8 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - A Ne listázza vagy a Bélyegképek elhomályosítása beállításokkal megerősítés lesz kérve a videó megnézéséhez. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + A Ne listázza vagy a Bélyegképek elhomályosítása beállításokkal megerősítés lesz kérve a videó megnézéséhez. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html 6 @@ -5234,16 +5363,16 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is - A jelenlegi e-mail-címe + Your current email is + A jelenlegi e-mail-címe src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 4 - is awaiting email verification - e-mail ellenőrzésre vár + is awaiting email verification + e-mail ellenőrzésre vár src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 8 @@ -5264,23 +5393,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - A jelszava + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + A jelszava + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email E-mail megváltoztatása - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Téma @@ -5315,8 +5444,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videók + Videos + Videók src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5352,8 +5481,11 @@ src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created - Létrehozva + + Created + + + Létrehozva 15 @@ -5424,8 +5556,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Rövid szöveg, amely ismerteti az embereknek, hogy hogyan támogathatják a csatornáját (tagsági platform…).<br /><br /> Ha feltölt egy videót ebbe a csatornába, akkor a videó támogatási mezője automatikusan ki lesz töltve ezzel a szöveggel. + 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. + Rövid szöveg, amely ismerteti az embereknek, hogy hogyan támogathatják a csatornáját (tagsági platform…).<br /><br /> Ha feltölt egy videót ebbe a csatornába, akkor a videó támogatási mezője automatikusan ki lesz töltve ezzel a szöveggel. src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5519,9 +5652,12 @@ - Delete history + + + Delete history + - + Előzmények törlése @@ -5538,9 +5674,12 @@ - Notification preferences + + + Notification preferences + - + Értesítési beállítások @@ -5617,8 +5756,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Lejátszási listák + Playlists + Lejátszási listák src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5646,8 +5785,8 @@ - If you need help to use PeerTube, you can have a look at the documentation. - Ha segítségre van szüksége a PeerTube használatához, akkor megnézheti a dokumentációt. + If you need help to use PeerTube, you can have a look at the documentation. + Ha segítségre van szüksége a PeerTube használatához, akkor megnézheti a dokumentációt. src/app/+signup/shared/signup-success.component.html 13 @@ -6083,33 +6222,40 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - A PeerTube egy saját kiszolgálású, föderált (ActivityPub) videomegosztó platform, amely egyenrangú hálózatot használ közvetlenül a webböngészőben. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. - Ez egy szabad és nyílt forráskódú szoftver az AGPLv3 licenc előírásai szerint. + + It is a free and open-source software, under the AGPLv3 + licence. + + Ez egy szabad és nyílt forráskódú szoftver az AGPLv3 licenc előírásai szerint. src/app/+about/about-peertube/about-peertube.component.html 13 - For more information, please visit joinpeertube.org. - További információkért látogassa meg a joinpeertube.org oldalt. + For more information, please visit joinpeertube.org. + További információkért látogassa meg a joinpeertube.org oldalt. src/app/+about/about-peertube/about-peertube.component.html 18 - Use PeerTube documentation + Use PeerTube + documentation A PeerTube dokumentáció használata src/app/+about/about-peertube/about-peertube.component.html @@ -6125,7 +6271,8 @@ - PeerTube Applications + PeerTube + Applications PeerTube alkalmazások src/app/+about/about-peertube/about-peertube.component.html @@ -6141,7 +6288,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Közreműködés a PeerTube fejlesztésében src/app/+about/about-peertube/about-peertube.component.html @@ -6165,7 +6313,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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. + A PeerTube alapértelmezetten a BitTorrent protokollt használja a felhasználók közötti sávszélesség megosztásához, hogy segítsen a kiszolgálón lévő terhelés csökkentésében, de végül Önre hagyja annak megválasztást, hogy visszaváltson kizárólag a videó kiszolgálójától érkező szokásos adatfolyamra. Az alábbiak csak akkor lesznek alkalmazva, ha továbbra is a PeerTube egyenrangú hálózati módját szeretné használni. src/app/+about/about-peertube/about-peertube.component.html74 @@ -6178,17 +6330,27 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + Elméletben, ha valaki megfelelő műszaki képességgel rendelkezik, akkor képes lehet olyan parancsfájlt létrehozni, amely követni tudja, hogy mely IP-címről töltenek le egy videót. A gyakorlatban ez sokkal nehezebb, mert: src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + A kikémleléshez minden egyes követőhöz egy-egy HTTP-kérést kell elküldeni minden egyes videónál. Ha ki akarjuk kémlelni az összes PeerTube videóját, akkor annyi kérést kell elküldenünk, ahány videó van (vagyis potenciálisan sokat) src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + Minden egyes elküldött kérésnél a követő korlátozott számú, véletlenszerűen kiválasztott partnert ad vissza. Például ha 1000 partner van a rajban, és a követő kérésenként 20 partnert küld el, akkor legalább 50 kérésre van szükség, hogy megismerje a rajban szereplő összes partnert. src/app/+about/about-peertube/about-peertube.component.html @@ -6201,7 +6363,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + Ha egy IP-cím tárolásra került a követőben, akkor az nem jelenti azt, hogy az IP-cím mögötti személy (ha ez a személy létezik) megnézte a videót src/app/+about/about-peertube/about-peertube.component.html108 @@ -6211,12 +6376,21 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information - A webes partnerek nem érhetől el nyilvánosan: mivel WebRTC protokollt használunk a webböngészőn belül (a WebTorrent programkönyvtárral), a protokoll eltér a klasszikus BitTorrent protokolltól. Ha Ön egy webböngészőben van, akkor elküldi az IP-címét tartalmazó jelet a követőnek, amely véletlenszerűen fogja kiválasztani azokat a partnereket, akiknek az információt továbbítja. További információkért nézze meg ezt a dokumentumot + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + + A webes partnerek nem érhetől el nyilvánosan: mivel WebRTC protokollt használunk a webböngészőn belül (a WebTorrent programkönyvtárral), a protokoll eltér a klasszikus BitTorrent protokolltól. Ha Ön egy webböngészőben van, akkor elküldi az IP-címét tartalmazó jelet a követőnek, amely véletlenszerűen fogja kiválasztani azokat a partnereket, akiknek az információt továbbítja. További információkért nézze meg ezt a dokumentumot src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + A legrosszabb forgatókönyv, hogy egy átlagos személy kikémleli az ismerőseit, meglehetősen valószínűtlen. Sokkal több hatékonyabb mód létezik az ilyesfajta információk megszerzéséhez. src/app/+about/about-peertube/about-peertube.component.html126 @@ -6229,7 +6403,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + A magánéletet fenyegető veszélyek a YouTube és a PeerTube használatakor eltérőek. A YouTube esetében a platform hatalmas mennyiségű személyes információt gyűjt (nem csak az IP-címet), hogy elemezze azokat és kövesse Önt. Ráadásul a YouTube a Google/Alphabet tulajdona, egy olyan vállalaté, amely számos weboldalon keresztül követi Önt (az AdSense vagy a Google Analytics használatával). src/app/+about/about-peertube/about-peertube.component.html133 @@ -6242,7 +6420,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + Az Ön IP-címe nyilvános, így minden alkalommal, amikor meglátogat egy weboldalt, számos szereplő látja az Ön IP-címét (a végső weboldalon kívüli is) a kapcsolódási naplókban: az internet-szolgáltató, az útválasztók, a követők, a tartalomkézbesítési hálózatok, és továbbiak. A PeerTube átlátszó ilyen szempontból: figyelmeztetjük, hogy ha titokban szeretné tartani az IP-címét, akkor VPN-t vagy Tor böngészőt kell használnia. Ha arra gondol, hogy az egyenrangú hálózat eltávolítása a PeerTube szoftverből visszaadja a névtelenségét, akkor ennek nincs semmi értelme. src/app/+about/about-peertube/about-peertube.component.html141 @@ -6252,7 +6435,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + A PeerTube a lehető legjobb ellenintézkedéseket akarja megvalósítani azzal, hogy nagyobb választási lehetőséget biztosít, és kevésbé valószínűvé teszi a támadásokat. Ez az, amit eddig bevezettünk: src/app/+about/about-peertube/about-peertube.component.html150 @@ -6277,7 +6463,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Végezetül ne feledje, hogy bármikor letilthatja az egyenrangú hálózatot a videolejátszóban történő kikapcsolással, vagy egyszerűen a WebRTC letiltásával a böngészőben. src/app/+about/about-peertube/about-peertube.component.html162 @@ -6314,8 +6503,8 @@ - Developed with ❤ by Framasoft - A szoftvert a Framasoft fejleszti + Developed with ❤ by Framasoft + A szoftvert a Framasoft fejleszti src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6396,8 +6585,11 @@ - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. - A csatorna egy olyan egység, amelybe feltölti a videóit. Több csatorna létrehozása segít a tartalom szervezésében és elkülönítésében. Például dönthet úgy, hogy létrehoz egy csatornát a zongorakoncertek közzétételéhez, valamint egy másik csatornát, amelyben az ökológiáról szóló videóit teszi közzé. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A csatorna egy olyan egység, amelybe feltölti a videóit. Több csatorna létrehozása segít a tartalom szervezésében és elkülönítésében. Például dönthet úgy, hogy létrehoz egy csatornát a zongorakoncertek közzétételéhez, valamint egy másik csatornát, amelyben az ökológiáról szóló videóit teszi közzé. src/app/+signup/+register/register-step-channel.component.html 4 @@ -6468,8 +6660,13 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance - Elmúltam 16 éves, és elfogadom ennek a példánynak a használati feltételeit és a magatartási kódexét + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + + Elmúltam 16 éves, és elfogadom ennek a példánynak a használati feltételeit és a magatartási kódexét src/app/+signup/+register/register-step-user.component.html 65 @@ -6564,8 +6761,8 @@ - A .mp4 that keeps the original audio track, with no video - Egy .mp4, amely megtartja az eredeti hangsávot videó nélkül + A .mp4 that keeps the original audio track, with no video + Egy .mp4, amely megtartja az eredeti hangsávot videó nélkül src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8352,8 +8549,8 @@ - Long (> 10 min) - Hosszú (> 10 perc) + Long (> 10 min) + Hosszú (> 10 perc) src/app/search/search-filters.component.ts 1 @@ -9754,8 +9951,8 @@ - Markdown compatible that supports: - Markdown-kompatibilis, amely ezeket támogatja: + Markdown compatible that supports: + Markdown-kompatibilis, amely ezeket támogatja: src/app/shared/misc/help.component.ts 1 @@ -9918,6 +10115,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10022,6 +10237,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10086,6 +10313,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf index 7b80d5662..1c265544b 100644 --- a/client/src/locale/angular.it-IT.xlf +++ b/client/src/locale/angular.it-IT.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - ha pubblicato un nuovo video: + published a new video: + ha pubblicato un nuovo video: src/app/shared/users/user-notifications.component.html 15 @@ -280,33 +280,33 @@ - Your video has been unblacklisted - Il tuo video è stato rimosso dalla blacklist. + Your video has been unblacklisted + Il tuo video è stato rimosso dalla blacklist. src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - Il tuo video è stato inserito nella lista nera. + Your video has been blacklisted + Il tuo video è stato inserito nella lista nera. src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video + A new video abuse has been created on video - A new video abuse has been created on video + A new video abuse has been created on video src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted + The recently added video has been auto-blacklisted - The recently added video has been auto-blacklisted + The recently added video has been auto-blacklisted src/app/shared/users/user-notifications.component.html56 - commented your video + commented your video - commented your video + commented your video src/app/shared/users/user-notifications.component.html @@ -324,30 +324,30 @@ - Your video has been published + Your video has been published - Your video has been published + Your video has been published src/app/shared/users/user-notifications.component.html86 - Your video import succeeded + Your video import succeeded - Your video import succeeded + Your video import succeeded src/app/shared/users/user-notifications.component.html94 - Your video import failed + Your video import failed - Your video import failed + Your video import failed src/app/shared/users/user-notifications.component.html102 - User registered on your instance + User registered on your instance - User registered on your instance + User registered on your instance src/app/shared/users/user-notifications.component.html @@ -355,34 +355,42 @@ - is following your channel your account + + is following + + your channel + your account + - is following + is following - your channel - your account + your channel + your account src/app/shared/users/user-notifications.component.html120 - mentioned you on video + mentioned you on video - mentioned you on video + mentioned you on video src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval + + Your instance has a new follower () + awaiting your approval + - Your instance has a new follower () - awaiting your approval + Your instance has a new follower () + awaiting your approval src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed + Your instance automatically followed - Your instance automatically followed + Your instance automatically followed src/app/shared/users/user-notifications.component.html150 @@ -418,9 +426,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Parti da @@ -488,9 +496,9 @@ video video - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles sottotitoli @@ -565,9 +573,9 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. src/app/shared/video/modals/video-report.component.html @@ -703,10 +711,10 @@ Deleted Cancellato - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Modifica inizio/fine a @@ -756,11 +764,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Modifica @@ -861,10 +869,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - Iscrizione remota - Interazione remota + Iscrizione remota + Interazione remota 10 @@ -872,9 +883,12 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + - You can subscribe to the channel via any ActivityPub-capable fediverse instance. + You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. @@ -883,9 +897,12 @@ - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + - You can interact with this via any ActivityPub-capable fediverse instance. + You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. @@ -902,10 +919,13 @@ - Default NSFW/sensitive videos policy can be redefined by the users + + Default NSFW/sensitive videos policy + can be redefined by the users + - Default NSFW/sensitive videos policy - can be redefined by the users + Default NSFW/sensitive videos policy + can be redefined by the users src/app/shared/instance/instance-features-table.component.html11 @@ -952,9 +972,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - ( giornaliera illimitata) + ( giornaliera illimitata) 53 @@ -1152,9 +1172,9 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. + Sorry but there was an issue with the external login process. Please contact an administrator. - Sorry but there was an issue with the external login process. Please contact an administrator. + Sorry but there was an issue with the external login process. Please contact an administrator. src/app/login/login.component.html @@ -1170,14 +1190,21 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. - + - Find yours among multiple instances at https://joinpeertube.org/instances. + Find yours among multiple instances at https://joinpeertube.org/instances. src/app/login/login.component.html @@ -1343,9 +1370,9 @@ - for + for - per + per 6 @@ -1353,10 +1380,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Filtri - + 16 @@ -1390,7 +1420,8 @@ - CLI documentation + CLI + documentation Documentazione CLI src/app/modal/welcome-modal.component.html @@ -1406,7 +1437,8 @@ - Administer documentation + Administer + documentation Documentazione per l'amministrazione src/app/modal/welcome-modal.component.html @@ -1422,7 +1454,8 @@ - Use documentation + Use + documentation Use documentation @@ -1447,16 +1480,16 @@ - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html @@ -1472,20 +1505,30 @@ - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. - Scegli il nome della tua istanza, imposta una descrizione, specificando chi sei, perché hai creato la tua istanza e per quanto tempohai intenzione di mantenerlaè molto importante per i visitatori capire in quale tipo di istanza si trovano. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + + Scegli il nome della tua istanza, imposta una descrizione, specificando chi sei, perché hai creato la tua istanza e per quanto tempohai intenzione di mantenerlaè molto importante per i visitatori capire in quale tipo di istanza si trovano. src/app/modal/welcome-modal.component.html 61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + - If you want to open registrations, please decide what are your moderation rules, fill your instance - terms - and specify the categories and languages you speak. This way, you will help users to register on the - appropriate + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate PeerTube instance. @@ -1574,18 +1617,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configura questi campi @@ -1895,79 +1940,49 @@ GLOBAL SEARCH RICERCA GLOBALE - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH RICERCA AVANZATA - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance tutte le istanze - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel channel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Cerca... @@ -2009,10 +2024,13 @@ - Jump to channel ↵ + + Jump to channel + ↵ + Jump to channel - ↵ + ↵ src/app/header/suggestion.component.html @@ -2257,10 +2275,14 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + - Tags could be used to suggest relevant recommendations. - There is a maximum of 5 tags. + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. Press Enter to add a new tag. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2424,7 +2446,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Già caricato ✔ 179 @@ -2552,9 +2574,13 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + - You can import any URL supported by youtube-dl + You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. @@ -2616,10 +2642,14 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + Image that will be merged with your audio file. + + The chosen image will be definitive and cannot be modified. + 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.html33 @@ -2686,7 +2716,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. @@ -2704,11 +2737,15 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. - - Instead, create a dedicated account to upload your videos. + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. src/app/videos/+video-edit/video-add.component.html @@ -2941,9 +2978,9 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -2951,9 +2988,9 @@ - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -3259,7 +3296,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it @@ -3299,13 +3340,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3442,8 +3483,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - Creato + Created + Creato 11 @@ -3533,8 +3574,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundancy allowed + Redundancy allowed + Redundancy allowed src/app/+admin/follows/following-list/following-list.component.html29 @@ -3655,9 +3696,12 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + - Transcoding is enabled. The video quota only takes into account original video size. + Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . @@ -3751,16 +3795,16 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Nome utente + Username + Nome utente 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Video quota + Video quota + Video quota src/app/+admin/users/user-list/user-list.component.html47 @@ -3808,8 +3852,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -3868,8 +3912,8 @@ src/app/+admin/moderation/moderation.component.html13 - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3928,8 +3972,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Data + Date + Data 11 @@ -4141,8 +4185,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - Stato + State + Stato 11 @@ -4151,8 +4195,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Score + Score + Score src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -4172,9 +4216,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4198,9 +4242,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4248,8 +4292,8 @@ src/app/+about/about.component.html5 - Muted at - Silenziato a + Muted at + Silenziato a 13 @@ -4375,6 +4419,12 @@ Homepage Homepage src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4526,8 +4576,8 @@ - By -> - By -> + By -> + By -> src/app/+admin/system/logs/logs.component.html 32 @@ -4569,8 +4619,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4609,9 +4659,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. + Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4621,9 +4671,12 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + + Enabling it will allow other administrators to know that you are mainly federating sensitive content. + Moreover, the NSFW checkbox on video upload will be automatically checked by default. + - Enabling it will allow other administrators to know that you are mainly federating sensitive content. + 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-custom-config.component.html90 @@ -4637,9 +4690,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4776,9 +4829,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4819,43 +4872,83 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. + Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Registrazione abilitata 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification La registrazione richiede una verifica via email 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limite registrazioni 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Utenti @@ -4960,100 +5053,94 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. + Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Amministratore @@ -5068,16 +5155,16 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Abilita modulo di contatto 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Configurazione di base @@ -5089,240 +5176,279 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Il tuo username Twitter 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Istanza inserita in white list da Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. - If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 + https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Servizi 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Trascodifca attivata 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Se si disattiva la trascodifica, molti video degli utenti non funzioneranno. 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Permettere estensioni aggiuntive 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + - Experimental, we suggest you to not disable webtorrent support for now + Experimental, we suggest you to not disable webtorrent support for now - 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 - + - If disabled, breaks federation with PeerTube instances < 2.1 + If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + - Requires ffmpeg >= 4.1 + Requires ffmpeg >= 4.1 - Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: - - Resolution change is smoother - Faster playback in particular with long videos - More stable playback (less bugs/infinite loading) - + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + - If you also enabled WebTorrent support, it will multiply videos storage by 2 + If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Numero thread di trascodifica 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + 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-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Configurazione avanzata 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Aggiorna configurazione 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5489,9 +5615,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html @@ -5521,9 +5647,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - Your current email is + Your current email is src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -5531,9 +5657,9 @@ - is awaiting email verification + is awaiting email verification - is awaiting email verification + is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -5555,23 +5681,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5606,8 +5732,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videos + Videos + Videos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5643,10 +5769,13 @@ src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + Creato - + 15 @@ -5718,8 +5847,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Short text to tell people how they can support your channel (membership platform...).<br /><br /> + 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. + 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-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5814,9 +5944,12 @@ - Delete history + + + Delete history + - + Elimina cronologia @@ -5833,9 +5966,12 @@ - Notification preferences + + + Notification preferences + - + Preferenze per le notifiche @@ -5912,8 +6048,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Playlists + Playlists + Playlists src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5941,9 +6077,9 @@ - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. src/app/+signup/shared/signup-success.component.html @@ -6401,22 +6537,26 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. + + It is a free and open-source software, under the AGPLv3 + licence. + - It is a free and open-source software, under the AGPLv3 - licence. + It is a free and open-source software, under the AGPLv3 + licence. src/app/+about/about-peertube/about-peertube.component.html @@ -6424,9 +6564,9 @@ - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html @@ -6434,7 +6574,8 @@ - Use PeerTube documentation + Use PeerTube + documentation Use PeerTube documentation @@ -6453,7 +6594,8 @@ - PeerTube Applications + PeerTube + Applications PeerTube Applications @@ -6472,7 +6614,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Contribute on PeerTube @@ -6499,7 +6642,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 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 @@ -6516,7 +6663,10 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: @@ -6524,7 +6674,10 @@ src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) @@ -6532,7 +6685,11 @@ src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 @@ -6551,7 +6708,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video @@ -6566,18 +6726,27 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the - WebTorrent library), the protocol is different from classic BitTorrent. + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. - See this document for more information + See this document for more information src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. @@ -6593,7 +6762,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. @@ -6610,7 +6783,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + 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. @@ -6628,7 +6806,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: @@ -6656,7 +6837,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. @@ -6696,8 +6880,8 @@ - Developed with ❤ by Framasoft - Developed with ❤ by Framasoft + Developed with ❤ by Framasoft + Developed with ❤ by Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6780,9 +6964,12 @@ - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. @@ -6863,11 +7050,16 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + I am at least 16 years old and agree - to the Terms - and to the Code of Conduct + to the Terms + and to the Code of Conduct of this instance @@ -6966,8 +7158,8 @@ - A .mp4 that keeps the original audio track, with no video - A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8680,8 +8872,8 @@ src/app/search/search-filters.component.ts1 - Long (> 10 min) - Lungo (> 10 min) + Long (> 10 min) + Lungo (> 10 min) 1 @@ -10040,8 +10232,8 @@ src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Markdown compatibile che supporta: + Markdown compatible that supports: + Markdown compatibile che supporta: 1 @@ -10207,6 +10399,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10311,6 +10521,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10375,6 +10597,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf index b70dd9d56..3baaa6e66 100644 --- a/client/src/locale/angular.ja-JP.xlf +++ b/client/src/locale/angular.ja-JP.xlf @@ -426,9 +426,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at 再生位置 (~から再生) @@ -490,7 +490,7 @@ video - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtitles @@ -696,7 +696,7 @@ Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -750,7 +750,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit 編集 @@ -1596,13 +1596,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1901,63 +1901,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... 検索… @@ -3285,13 +3255,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted このコメントが削除されました - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3772,7 +3742,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -4272,7 +4242,13 @@ Homepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Go to the plugin homepage @@ -4691,17 +4667,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4710,7 +4726,7 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification 登録にはメールの確認が必須 @@ -4718,7 +4734,7 @@ 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit 登録可能ユーザー数 @@ -4726,7 +4742,7 @@ 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users ユーザー @@ -4815,69 +4831,66 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4885,23 +4898,20 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator 管理者 @@ -4917,7 +4927,7 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form 問い合わせフォームを有効にする @@ -4925,7 +4935,7 @@ 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration 基本設定 @@ -4936,14 +4946,14 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -4952,7 +4962,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter @@ -4961,7 +4971,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4976,7 +4986,7 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services @@ -4985,10 +4995,10 @@ 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4997,7 +5007,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled @@ -5006,7 +5016,7 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! トランスコーディングを無効にすると、ユーザーからの動画の多くが機能しなくなります。 @@ -5014,10 +5024,10 @@ 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions @@ -5026,16 +5036,16 @@ 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -5054,13 +5064,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -5085,13 +5095,13 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads トランスコードスレッド @@ -5099,41 +5109,41 @@ 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript @@ -5142,14 +5152,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -5174,7 +5184,7 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 @@ -5184,7 +5194,7 @@ 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration 設定を更新 @@ -5192,12 +5202,12 @@ 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -5407,23 +5417,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme テーマ @@ -6242,17 +6252,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -10048,6 +10059,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10152,6 +10181,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10216,6 +10257,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf index 0cefca6a2..9a1765767 100644 --- a/client/src/locale/angular.jbo.xlf +++ b/client/src/locale/angular.jbo.xlf @@ -374,7 +374,7 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start atStart at @@ -414,7 +414,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -571,7 +571,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops atEdit starts/stops at src/app/shared/video-playlist/video-playlist-element-miniature.component.html50 @@ -598,7 +598,7 @@ 13 - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit nu bixygau @@ -1223,13 +1223,13 @@ galfi le mi japyvla src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1469,63 +1469,33 @@ galfi le mi japyvla src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... nu sisku @@ -2480,10 +2450,10 @@ galfi le mi japyvla 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundanciesFollows & redundancies @@ -2800,7 +2770,7 @@ galfi le mi japyvla src/app/+admin/users/user-list/user-list.component.html93 Ban reason:Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3205,7 +3175,13 @@ galfi le mi japyvla HomepageHomepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepageGo to the plugin homepage @@ -3507,27 +3483,67 @@ galfi le mi japyvla 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabledSignup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verificationSignup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limitSignup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users pilno @@ -3613,98 +3629,92 @@ galfi le mi japyvla Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 AdministratorAdministrator src/app/shared/users/user.service.ts1 Admin emailAdmin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact formEnable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configurationBasic configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter usernameYour Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by TwitterInstance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -3719,13 +3729,13 @@ galfi le mi japyvla to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 ServicesServices - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -3734,25 +3744,25 @@ galfi le mi japyvla resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabledTranscoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work!If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensionsAllow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files uploadAllow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -3771,10 +3781,10 @@ galfi le mi japyvla If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -3799,56 +3809,56 @@ galfi le mi japyvla If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threadsTranscoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript la .djavascript. 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -3873,20 +3883,20 @@ galfi le mi japyvla - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configurationAdvanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration nu basti fi lo ka ce'u te tcimi'e 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4073,19 +4083,19 @@ galfi le mi japyvla src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - Your passwordYour password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 - + + Your passwordYour password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change emailChange email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 ThemeTheme src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html4src/app/+admin/config/edit-custom-config/edit-custom-config.component.html250 @@ -4743,11 +4753,11 @@ galfi le mi japyvla src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -7845,6 +7855,24 @@ zbasu lo pilno src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -7923,6 +7951,18 @@ zbasu lo pilno src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instanceMute this account by your instance @@ -7971,6 +8011,18 @@ zbasu lo pilno src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size.Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf index 12bf336ef..46b2c07de 100644 --- a/client/src/locale/angular.ko-KR.xlf +++ b/client/src/locale/angular.ko-KR.xlf @@ -422,9 +422,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at 시작 위치 @@ -486,7 +486,7 @@ 동영상 - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtitles @@ -690,7 +690,7 @@ 삭제됨 - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at 시작 / 종료 지점 수정 @@ -741,7 +741,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit 편집 @@ -1572,13 +1572,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1877,63 +1877,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... 검색... @@ -3088,13 +3058,13 @@ Reply Reply - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3493,7 +3463,7 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3943,7 +3913,13 @@ Homepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Go to the plugin homepage @@ -4319,33 +4295,73 @@ Local videos Local videos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Signup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Users @@ -4431,91 +4447,85 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -4525,12 +4535,12 @@ Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basic configuration @@ -4538,26 +4548,26 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4572,16 +4582,16 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Services - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4590,36 +4600,36 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4638,13 +4648,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4669,65 +4679,65 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -4752,24 +4762,24 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4976,23 +4986,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5782,17 +5792,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9673,6 +9684,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -9766,6 +9795,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9822,6 +9863,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf index 653f25a39..0607053b7 100644 --- a/client/src/locale/angular.lt-LT.xlf +++ b/client/src/locale/angular.lt-LT.xlf @@ -392,9 +392,9 @@ Options Options - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Start at @@ -447,7 +447,7 @@ - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtitles @@ -634,7 +634,7 @@ Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -673,7 +673,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Edit @@ -1437,21 +1437,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure these fields @@ -1714,79 +1713,49 @@ GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance any instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel channel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Search... @@ -2895,13 +2864,13 @@ Reply Reply - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3300,7 +3269,7 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3756,6 +3725,12 @@ Homepage Homepage src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4162,34 +4137,74 @@ Local videos Local videos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Signup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Users @@ -4277,98 +4292,92 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -4378,12 +4387,12 @@ Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basic configuration @@ -4393,24 +4402,24 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. @@ -4427,17 +4436,17 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Services - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in @@ -4448,35 +4457,35 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4495,13 +4504,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4526,69 +4535,69 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: @@ -4615,22 +4624,22 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -4859,23 +4868,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5677,17 +5686,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9608,6 +9618,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -9712,6 +9740,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9776,6 +9816,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf index 48beb1e99..7bc6c9a90 100644 --- a/client/src/locale/angular.nb-NO.xlf +++ b/client/src/locale/angular.nb-NO.xlf @@ -310,7 +310,7 @@ OptionsOptions - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start atStart at @@ -348,7 +348,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -488,7 +488,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops atEdit starts/stops at src/app/shared/video-playlist/video-playlist-element-miniature.component.html50 @@ -517,7 +517,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 EditEdit @@ -1124,13 +1124,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1324,63 +1324,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search...Search... @@ -2216,10 +2186,10 @@ src/app/videos/+video-watch/comment/video-comment.component.html20 ReplyReply - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundanciesFollows & redundancies src/app/+admin/follows/follows.component.html @@ -2533,7 +2503,7 @@ src/app/+admin/users/user-list/user-list.component.html93 Ban reason:Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -2922,7 +2892,13 @@ HomepageHomepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepageGo to the plugin homepage @@ -3210,26 +3186,66 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html269 Local videosLocal videos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabledSignup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verificationSignup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limitSignup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 UsersUsers src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 @@ -3311,98 +3327,92 @@ Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 AdministratorAdministrator src/app/shared/users/user.service.ts1 Admin emailAdmin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact formEnable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configurationBasic configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter usernameYour Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by TwitterInstance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -3417,13 +3427,13 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 ServicesServices - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -3432,25 +3442,25 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabledTranscoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work!If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensionsAllow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files uploadAllow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -3469,10 +3479,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -3497,52 +3507,52 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threadsTranscoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScriptJavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -3567,16 +3577,16 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configurationAdvanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configurationUpdate configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -3752,19 +3762,19 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - Your passwordYour password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 - + + Your passwordYour password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change emailChange email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 ThemeTheme src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html4src/app/+admin/config/edit-custom-config/edit-custom-config.component.html250 @@ -4405,11 +4415,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -7475,6 +7485,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -7553,6 +7581,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instanceMute this account by your instance @@ -7601,6 +7641,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size.Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf index 01a5b1bf5..aab57b01b 100644 --- a/client/src/locale/angular.nl-NL.xlf +++ b/client/src/locale/angular.nl-NL.xlf @@ -416,9 +416,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Beginnen bij @@ -486,9 +486,9 @@ video video - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtitles @@ -700,10 +700,10 @@ Annuleren Deleted Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Bewerk beginnen/stoppen bij @@ -753,11 +753,11 @@ Annuleren 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Bewerken @@ -1620,21 +1620,20 @@ Geen resultaten gevonden src/app/modal/instance-config-warning-modal.component.html 21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure these fields @@ -1947,79 +1946,49 @@ Geen resultaten gevonden GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance any instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel channel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Zoeken … @@ -3404,13 +3373,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3919,7 +3888,7 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -4488,6 +4457,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit 51 src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4956,43 +4931,83 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Registratie mogelijk 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification E-mailverificatie nodig bij registratie 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Registratielimiet 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Gebruikers @@ -5097,100 +5112,94 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -5205,16 +5214,16 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Schakel contactformulier in 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basisconfiguratie @@ -5226,31 +5235,31 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Je Twitter-gebruikersnaam 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instantie gewhitelist door Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. @@ -5266,21 +5275,21 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Diensten 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in @@ -5290,50 +5299,50 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding ingeschakeld 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Sta extra bestandsextensies toe 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Audiobestanden uploaden toestaan 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -5353,13 +5362,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -5385,75 +5394,75 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Threads gebruikt voor transcoding 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: @@ -5479,29 +5488,29 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Geavanceerde configuratie 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Bijwerkingsconfiguratie 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5734,6 +5743,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5741,16 +5756,16 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Verander e-mail 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Thema @@ -6603,17 +6618,18 @@ Vraag e-mail voor accountverificatie aan src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -10463,6 +10479,24 @@ Account aanmaken 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10567,6 +10601,18 @@ Account aanmaken src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10631,6 +10677,18 @@ Account aanmaken src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf index 7b29b7c64..59f3ae7f4 100644 --- a/client/src/locale/angular.oc.xlf +++ b/client/src/locale/angular.oc.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - publiquèt una nòva vidèo : + published a new video: + publiquèt una nòva vidèo : src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - Vòstra vidèo es estada levada de la lista negra + Your video has been unblacklisted + Vòstra vidèo es estada levada de la lista negra src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - Vòstra vidèo es estada mesa en lista negra + Your video has been blacklisted + Vòstra vidèo es estada mesa en lista negra src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - Un nòu senhalament es estat creat per la vidèo + A new video abuse has been created on video + Un nòu senhalament es estat creat per la vidèo src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - La vidèo recentament creada es estadaautomaticament mesa sus lista negra + The recently added video has been auto-blacklisted + La vidèo recentament creada es estadaautomaticament mesa sus lista negra src/app/shared/users/user-notifications.component.html56 - commented your video - a comentat la vidèo + commented your video + a comentat la vidèo src/app/shared/users/user-notifications.component.html 69 @@ -316,28 +316,28 @@ - Your video has been published - Vòstra vidèo es estada publicada + Your video has been published + Vòstra vidèo es estada publicada src/app/shared/users/user-notifications.component.html86 - Your video import succeeded + Your video import succeeded - Your video import succeeded + Your video import succeeded src/app/shared/users/user-notifications.component.html94 - Your video import failed + Your video import failed - Your video import failed + Your video import failed src/app/shared/users/user-notifications.component.html102 - User registered on your instance + User registered on your instance - User registered on your instance + User registered on your instance src/app/shared/users/user-notifications.component.html @@ -345,34 +345,42 @@ - is following your channel your account + + is following + + your channel + your account + - is following + is following - your channel - your account + your channel + your account src/app/shared/users/user-notifications.component.html120 - mentioned you on video + mentioned you on video - mentioned you on video + mentioned you on video src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval + + Your instance has a new follower () + awaiting your approval + - Your instance has a new follower () - awaiting your approval + Your instance has a new follower () + awaiting your approval src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed + Your instance automatically followed - Your instance automatically followed + Your instance automatically followed src/app/shared/users/user-notifications.component.html150 @@ -408,9 +416,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Debuta a @@ -478,9 +486,9 @@ video vidèo - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles sostítols @@ -555,9 +563,9 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. - Your report will be sent to moderators of and will be forwarded to the video origin () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. src/app/shared/video/modals/video-report.component.html @@ -696,10 +704,10 @@ 34 - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Modificar la debuta/fin @@ -749,11 +757,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Modificar @@ -854,10 +862,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - S’abonar a distància - Interaccion a distància + S’abonar a distància + Interaccion a distància 10 @@ -865,16 +876,22 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. src/app/shared/user-subscription/remote-subscribe.component.html 17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. src/app/shared/user-subscription/remote-subscribe.component.html 26 @@ -889,8 +906,11 @@ - Default NSFW/sensitive videos policy can be redefined by the users - Default NSFW/sensitive videos policy can be redefined by the users + + Default NSFW/sensitive videos policy + can be redefined by the users + + Default NSFW/sensitive videos policy can be redefined by the users src/app/shared/instance/instance-features-table.component.html11 @@ -945,9 +965,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - Illimitat ( per jorn) + Illimitat ( per jorn) 53 @@ -1145,9 +1165,9 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. + Sorry but there was an issue with the external login process. Please contact an administrator. - Sorry but there was an issue with the external login process. Please contact an administrator. + Sorry but there was an issue with the external login process. Please contact an administrator. src/app/login/login.component.html @@ -1165,14 +1185,21 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. - + - Find yours among multiple instances at https://joinpeertube.org/instances. + Find yours among multiple instances at https://joinpeertube.org/instances. src/app/login/login.component.html @@ -1338,9 +1365,9 @@ - for + for - per + per 6 @@ -1348,10 +1375,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Filtres - + 16 @@ -1385,7 +1415,8 @@ src/app/modal/welcome-modal.component.html3 - CLI documentation + CLI + documentation Documentacion CLI src/app/modal/welcome-modal.component.html @@ -1401,7 +1432,8 @@ - Administer documentation + Administer + documentation Documentacion d'Administrator src/app/modal/welcome-modal.component.html @@ -1417,7 +1449,8 @@ - Use documentation + Use + documentation Documentacion d’utilizacion src/app/modal/welcome-modal.component.html @@ -1441,16 +1474,16 @@ src/app/modal/welcome-modal.component.html41 - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html 47 @@ -1465,16 +1498,26 @@ src/app/modal/welcome-modal.component.html59 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. src/app/modal/welcome-modal.component.html 61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + + If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. src/app/modal/welcome-modal.component.html 67 @@ -1569,18 +1612,20 @@ 21 src/app/modal/instance-config-warning-modal.component.html21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configuratz aquestes camps @@ -1894,79 +1939,49 @@ GLOBAL SEARCH RECÈRCA GLOBALA - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using en utilizar - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH RECÈRCA AVANÇADA - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance quala que siá instància - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel cadena - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Cercar... @@ -2008,10 +2023,13 @@ - Jump to channel ↵ + + Jump to channel + ↵ + Jump to channel - ↵ + ↵ src/app/header/suggestion.component.html @@ -2250,10 +2268,14 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + - Tags could be used to suggest relevant recommendations. - There is a maximum of 5 tags. + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. Press Enter to add a new tag. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2415,7 +2437,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Ja enviada ✔ 179 @@ -2546,8 +2568,12 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. src/app/videos/+video-edit/video-add-components/video-import-url.component.html 10 @@ -2609,10 +2635,14 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + Image that will be merged with your audio file. + + The chosen image will be definitive and cannot be modified. + L’imatge serà fusionat amb lo fichièr àudio. - + L’imatge causit serà definitiu e se pòt pas modificar. @@ -2682,7 +2712,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html16 @@ -2697,11 +2730,15 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. - - Instead, create a dedicated account to upload your videos. + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. src/app/videos/+video-edit/video-add.component.html @@ -2944,9 +2981,9 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -2954,9 +2991,9 @@ - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -3256,7 +3293,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it @@ -3296,13 +3337,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Aqueste comentari es estat escafat - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Seguidors e redondància @@ -3442,8 +3483,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - Creat + Created + Creat 11 @@ -3533,8 +3574,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundancy allowed + Redundancy allowed + Redundancy allowed src/app/+admin/follows/following-list/following-list.component.html29 @@ -3655,9 +3696,12 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + - Transcoding is enabled. The video quota only takes into account original video size. + Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . @@ -3751,16 +3795,16 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Nom d’utilizaire + Username + Nom d’utilizaire 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Quòta vidèo + Video quota + Quòta vidèo 42 @@ -3811,8 +3855,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -3871,8 +3915,8 @@ src/app/+admin/moderation/moderation.component.html13 - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3931,8 +3975,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Data + Date + Data 11 @@ -4144,8 +4188,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - Estat + State + Estat 11 @@ -4154,8 +4198,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Score + Score + Score src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -4175,9 +4219,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4201,9 +4245,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4251,8 +4295,8 @@ src/app/+about/about.component.html5 - Muted at - Mut lo + Muted at + Mut lo 13 @@ -4381,6 +4425,12 @@ 51 src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4545,8 +4595,8 @@ - By -> - Per -> + By -> + Per -> src/app/+admin/system/logs/logs.component.html 32 @@ -4594,8 +4644,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. - The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. + The sharing system implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4637,9 +4687,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. + Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4649,9 +4699,12 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + + Enabling it will allow other administrators to know that you are mainly federating sensitive content. + Moreover, the NSFW checkbox on video upload will be automatically checked by default. + - Enabling it will allow other administrators to know that you are mainly federating sensitive content. + 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-custom-config.component.html90 @@ -4665,9 +4718,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4816,9 +4869,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4871,43 +4924,83 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NÒU UTILIZAIRES - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. + Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Inscripcions activadas 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification L’inscripcion demanda una verificacion d’adreça electronica 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limit d’inscripcions 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Utilizaires @@ -5012,103 +5105,97 @@ Default video quota per user Quòta vidèo per defaut per utilizaire - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERACION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. + Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL URL de l’indèx 371 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -5123,16 +5210,16 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Activar lo formulari de contacte 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Configuracion de basa @@ -5144,243 +5231,282 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Vòstre nom d’utilizaire Twitter 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instàncias en lista blanca per Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. - If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 + https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Servicis 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcodatge activat 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas ! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Permetre mai d’extensions 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Autorizar lo mandadís de fichièrs àudio 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + - Experimental, we suggest you to not disable webtorrent support for now + Experimental, we suggest you to not disable webtorrent support for now - 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 - + - If disabled, breaks federation with PeerTube instances < 2.1 + If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled Compatibilitat WebTorrent activada - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + - Requires ffmpeg >= 4.1 + Requires ffmpeg >= 4.1 - Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: - - Resolution change is smoother - Faster playback in particular with long videos - More stable playback (less bugs/infinite loading) - + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + - If you also enabled WebTorrent support, it will multiply videos storage by 2 + If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled Compatibilitat HLS activada - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcodatge dels threads 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS PERSONALIZACIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + 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-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Configuracion avançada 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Actualizar la configuracion 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PERFIL @@ -5547,8 +5673,8 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html 6 @@ -5577,9 +5703,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - Vòstra adreça actuala es + Vòstra adreça actuala es 4 @@ -5587,9 +5713,9 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html4 - is awaiting email verification + is awaiting email verification - es en espèra de verificacion de l’adreça electronica + es en espèra de verificacion de l’adreça electronica 8 @@ -5611,6 +5737,12 @@ 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5618,16 +5750,16 @@ 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Cambiar d’adreça 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Tèma @@ -5671,8 +5803,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videos + Videos + Videos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5708,10 +5840,13 @@ src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + Creat - + 15 @@ -5783,8 +5918,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Short text to tell people how they can support your channel (membership platform...).<br /><br /> + 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. + 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-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5882,9 +6018,12 @@ - Delete history + + + Delete history + - + Suprimir l’istoric @@ -5901,9 +6040,12 @@ - Notification preferences + + + Notification preferences + - + Preferéncias de notificacion @@ -5983,8 +6125,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Playlists + Playlists + Playlists src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -6012,9 +6154,9 @@ src/app/+signup/shared/signup-success.component.html8 - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. - Se vos fa besonh d’ajuda, podètz agachar la documentacion. + Se vos fa besonh d’ajuda, podètz agachar la documentacion. 13 @@ -6460,22 +6602,26 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. + + It is a free and open-source software, under the AGPLv3 + licence. + - It is a free and open-source software, under the AGPLv3 - licence. + It is a free and open-source software, under the AGPLv3 + licence. src/app/+about/about-peertube/about-peertube.component.html @@ -6483,9 +6629,9 @@ - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html @@ -6493,7 +6639,8 @@ - Use PeerTube documentation + Use PeerTube + documentation Use PeerTube documentation @@ -6512,7 +6659,8 @@ - PeerTube Applications + PeerTube + Applications Aplicacions PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6530,7 +6678,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Contribuir a PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6556,7 +6705,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 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 @@ -6573,7 +6726,10 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: @@ -6581,7 +6737,10 @@ src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) @@ -6589,7 +6748,11 @@ src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 @@ -6608,7 +6771,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video @@ -6623,18 +6789,27 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the - WebTorrent library), the protocol is different from classic BitTorrent. + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. - See this document for more information + See this document for more information src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. @@ -6650,7 +6825,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. @@ -6667,7 +6846,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + 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. @@ -6685,7 +6869,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: @@ -6713,7 +6900,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. @@ -6753,8 +6943,8 @@ - Developed with ❤ by Framasoft - Developed with ❤ by Framasoft + Developed with ❤ by Framasoft + Developed with ❤ by Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6837,9 +7027,12 @@ - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + - Una cadena es una entitat ont enviatz vòstras vidèos. Crear mantunas cadenas vos ajuda a organizar e separar vòstre contengut. + Una cadena es una entitat ont enviatz vòstras vidèos. Crear mantunas cadenas vos ajuda a organizar e separar vòstre contengut. Per exemple, poiriatz decidir d’aver una cadena per publicar vòstres concèrts de piano e una autra ont publicatz vòstras vidèos ont parlatz d’ecologia. @@ -6918,8 +7111,13 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + + I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance src/app/+signup/+register/register-step-user.component.html 65 @@ -7022,8 +7220,8 @@ - A .mp4 that keeps the original audio track, with no video - A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8730,8 +8928,8 @@ src/app/search/search-filters.component.ts1 - Long (> 10 min) - Longa (> 10 min) + Long (> 10 min) + Longa (> 10 min) 1 @@ -10090,8 +10288,8 @@ src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Compatibilitat Markdown que permet : + Markdown compatible that supports: + Compatibilitat Markdown que permet : 1 @@ -10257,6 +10455,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10361,6 +10577,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10425,6 +10653,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf index 43ffa6720..b6def8f3a 100644 --- a/client/src/locale/angular.pl-PL.xlf +++ b/client/src/locale/angular.pl-PL.xlf @@ -393,9 +393,9 @@ Options Opcje - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Zacznij na @@ -457,9 +457,9 @@ video film - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles napisy @@ -659,7 +659,7 @@ Usunięte - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edycja zaczyna się/kończy na @@ -703,11 +703,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Edytuj @@ -1516,21 +1516,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Skonfiguruj te pola @@ -1819,79 +1818,49 @@ GLOBAL SEARCH WYSZUKIWANIE OGÓLNE - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using używając - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH WYSZUKIWANIE ZAAWANSOWANE - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance jakakolwiek instancja - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances tylko obserwowane instancje - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel kanał - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Szukaj… @@ -3087,13 +3056,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Ten komentarz został usunięty - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Obserwowani i redundancje @@ -3529,7 +3498,7 @@ Ban reason: Powód bana: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -4005,6 +3974,12 @@ Homepage Strona domowa src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4442,19 +4417,59 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERS NOWI UŻYTKOWNICY - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Wymagana rejestracja @@ -4462,7 +4477,7 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Rejestracja wymaga weryfikacji emaila @@ -4470,7 +4485,7 @@ 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limit rejestracji @@ -4478,7 +4493,7 @@ 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Użytkownicy @@ -4584,98 +4599,92 @@ Default video quota per user Domyślny rozmiar przestrzeni na filmy na użytkownika - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Dzienny limit rozmiaru filmów na użytkownika - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NOWE WIDEO - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Zezwól na import z linku HTTP (np. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Automatycznie dodaj nowe filmy do czarnej listy - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERACJA - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Inne instancje mogą śledzić twoją - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manualnie zatwierdzaj obserwujących instancję - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatycznie śledź instancje które śledzą ciebie - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Indeksuj URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORZY - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -4691,12 +4700,12 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Włącz formularz kontaktowy - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Podstawowa konfiguracja @@ -4709,14 +4718,14 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Twoja nazwa użytkownika na Twitterze @@ -4724,7 +4733,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instancja jest na białej liście Twittera @@ -4732,7 +4741,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. @@ -4749,7 +4758,7 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Usługi @@ -4757,12 +4766,12 @@ 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSKODOWANIE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in @@ -4773,7 +4782,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transkodowanie jest włączone @@ -4781,7 +4790,7 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać! @@ -4789,27 +4798,27 @@ 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Zezwól na dodatkowe wtyczki - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Zezwól na wrzucanie plików audio - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4830,12 +4839,12 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled Wsparcie dla WebTorrent włączone - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4862,12 +4871,12 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled Wsparcie dla HLS włączone - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Wątki transkodowania @@ -4875,46 +4884,46 @@ 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS DOSTOSOWANIA - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript @@ -4922,14 +4931,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: @@ -4956,7 +4965,7 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Zaawansowana konfiguracja @@ -4964,7 +4973,7 @@ 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Aktualizuj konfigurację @@ -4972,12 +4981,12 @@ 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Coś jest nie tak z konfiguracją. Poszukaj błędów w innych kartach. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5202,23 +5211,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Twoje hasło + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Twoje hasło + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Zmień adres e-mail - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Motyw @@ -6009,15 +6018,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube jest platformą do strumieniowania filmów używając P2P z poziomu przeglądarki, z możliwością hostowania jej samemu i federacji (zgodność z protokołem ActivityPub). + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9804,6 +9816,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -9908,6 +9938,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9972,6 +10014,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf index d40601870..e001abc58 100644 --- a/client/src/locale/angular.pt-BR.xlf +++ b/client/src/locale/angular.pt-BR.xlf @@ -393,9 +393,9 @@ Options Opções - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Começa em @@ -451,7 +451,7 @@ vídeo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles legendas @@ -653,7 +653,7 @@ Apagado - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at A edição começa /termina em @@ -701,7 +701,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Editar @@ -1517,13 +1517,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1813,63 +1813,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Pesquisar... @@ -3149,13 +3119,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Este comentário foi apagado - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3633,7 +3603,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -4133,7 +4103,13 @@ Início - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Ir para o início do plugin @@ -4541,17 +4517,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4560,7 +4576,7 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Inscrição requer verificação de email @@ -4568,7 +4584,7 @@ 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limite de inscrições @@ -4576,7 +4592,7 @@ 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Usuários @@ -4665,69 +4681,66 @@ Default video quota per user Quota de vídeo padrão por usuário - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Limite diário padrão por usuário - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Permitir importar com HTTP URL (ex. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Coloque automaticamente na lista negra os novos vídeos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Aprovar manualmente novos seguidores da instância - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4735,23 +4748,20 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL URL do Índice - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrador @@ -4767,7 +4777,7 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Habilitar formulário de contato @@ -4775,7 +4785,7 @@ 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Configurações básicas @@ -4786,14 +4796,14 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -4802,7 +4812,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter @@ -4811,7 +4821,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4826,7 +4836,7 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services @@ -4835,10 +4845,10 @@ 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4847,7 +4857,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled @@ -4856,7 +4866,7 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão! @@ -4864,10 +4874,10 @@ 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions @@ -4876,16 +4886,16 @@ 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Permitir envio de arquivos de áudio - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4904,13 +4914,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled Suporte WebTorrent ativado - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4935,13 +4945,13 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled Suporte HLS ativado - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Threads de transcodificação @@ -4949,41 +4959,41 @@ 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript @@ -4992,14 +5002,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -5024,7 +5034,7 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 @@ -5034,7 +5044,7 @@ 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Atualizar configuração @@ -5042,12 +5052,12 @@ 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Parece que a configuração é inválida. Favor procurar por erros eventuais nas diferentes abas. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -5251,23 +5261,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Sua senha + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Sua senha + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Mudar email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Tema @@ -6074,15 +6084,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube é uma plataforma de streaming de vídeo federado (ActivityPub) hospedada usando P2P diretamente no navegador da web. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9807,6 +9820,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -9911,6 +9942,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9975,6 +10018,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf index 5b98dfab8..797a4aef7 100644 --- a/client/src/locale/angular.pt-PT.xlf +++ b/client/src/locale/angular.pt-PT.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - publicou um novo vídeo: + published a new video: + publicou um novo vídeo: src/app/shared/users/user-notifications.component.html 15 @@ -280,35 +280,35 @@ - Your video has been unblacklisted - O seu vídeo foi removida da lista negra + Your video has been unblacklisted + O seu vídeo foi removida da lista negra src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted + Your video has been blacklisted - Your video has been blacklisted + Your video has been blacklisted src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video + A new video abuse has been created on video - A new video abuse has been created on video + A new video abuse has been created on video src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted + The recently added video has been auto-blacklisted - The recently added video has been auto-blacklisted + The recently added video has been auto-blacklisted src/app/shared/users/user-notifications.component.html56 - commented your video + commented your video - commented your video + commented your video src/app/shared/users/user-notifications.component.html @@ -324,30 +324,30 @@ - Your video has been published + Your video has been published - Your video has been published + Your video has been published src/app/shared/users/user-notifications.component.html86 - Your video import succeeded + Your video import succeeded - Your video import succeeded + Your video import succeeded src/app/shared/users/user-notifications.component.html94 - Your video import failed + Your video import failed - Your video import failed + Your video import failed src/app/shared/users/user-notifications.component.html102 - User registered on your instance + User registered on your instance - User registered on your instance + User registered on your instance src/app/shared/users/user-notifications.component.html @@ -355,34 +355,42 @@ - is following your channel your account + + is following + + your channel + your account + - is following + is following - your channel - your account + your channel + your account src/app/shared/users/user-notifications.component.html120 - mentioned you on video + mentioned you on video - mentioned you on video + mentioned you on video src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval + + Your instance has a new follower () + awaiting your approval + - Your instance has a new follower () - awaiting your approval + Your instance has a new follower () + awaiting your approval src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed + Your instance automatically followed - Your instance automatically followed + Your instance automatically followed src/app/shared/users/user-notifications.component.html150 @@ -416,9 +424,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Iniciar às @@ -486,9 +494,9 @@ video video - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles legendas @@ -563,8 +571,8 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. - O teu relatório irá ser enviado aos moderados de e irá ser redirecionado para o video de origem () too. + Your report will be sent to moderators of and will be forwarded to the video origin () too. + O teu relatório irá ser enviado aos moderados de e irá ser redirecionado para o video de origem () too. src/app/shared/video/modals/video-report.component.html 9 @@ -699,10 +707,10 @@ Deleted Eliminado - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Editar iniciar/parar às @@ -752,11 +760,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Editar @@ -857,10 +865,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - Remote subscribe - Remote interact + Remote subscribe + Remote interact 10 @@ -868,9 +879,12 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + - You can subscribe to the channel via any ActivityPub-capable fediverse instance. + You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. @@ -879,9 +893,12 @@ - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + - You can interact with this via any ActivityPub-capable fediverse instance. + You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. @@ -898,10 +915,13 @@ - Default NSFW/sensitive videos policy can be redefined by the users + + Default NSFW/sensitive videos policy + can be redefined by the users + - Default NSFW/sensitive videos policy - can be redefined by the users + Default NSFW/sensitive videos policy + can be redefined by the users src/app/shared/instance/instance-features-table.component.html11 @@ -948,8 +968,8 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) - Ilimitado ( por dia) + Unlimited ( per day) + Ilimitado ( por dia) 53 @@ -1144,8 +1164,8 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - Desculpe mas houve um problema com o processo de login externo. Please contacte um administrador. + Sorry but there was an issue with the external login process. Please contact an administrator. + Desculpe mas houve um problema com o processo de login externo. Please contacte um administrador. src/app/login/login.component.html 6 @@ -1160,8 +1180,15 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - Esta instância não está a aceitar registro de utlizadores de momento, mas pode encontrar uma instância que oferece a possibilidade de registro e poderá fazer o carregamento de seus vídeos aí. Encontre a sua, entre múltiplas instâncias, em https://joinpeertube.org/instances. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + Esta instância não está a aceitar registro de utlizadores de momento, mas pode encontrar uma instância que oferece a possibilidade de registro e poderá fazer o carregamento de seus vídeos aí. Encontre a sua, entre múltiplas instâncias, em https://joinpeertube.org/instances. src/app/login/login.component.html 16 @@ -1326,9 +1353,9 @@ - for + for - para + para 6 @@ -1336,10 +1363,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Filters - + 16 @@ -1373,7 +1403,8 @@ - CLI documentation + CLI + documentation Documentação de CLI src/app/modal/welcome-modal.component.html @@ -1389,7 +1420,8 @@ - Administer documentation + Administer + documentation Administrar documentação src/app/modal/welcome-modal.component.html @@ -1405,7 +1437,8 @@ - Use documentation + Use + documentation Documentação do utilizador src/app/modal/welcome-modal.component.html @@ -1429,16 +1462,16 @@ - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - ''Site'' da web Oficial do PeerTube (notícias, apoio, contribuir...): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + ''Site'' da web Oficial do PeerTube (notícias, apoio, contribuir...): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances src/app/modal/welcome-modal.component.html @@ -1454,10 +1487,14 @@ - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + - Choosing your instance name, setting up a description, specifying who you are, - why you created your instance and how long you plan to maintain your it + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. @@ -1466,12 +1503,18 @@ - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + - If you want to open registrations, please decide what are your moderation rules, fill your instance - terms - and specify the categories and languages you speak. This way, you will help users to register on the - appropriate + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate PeerTube instance. @@ -1560,15 +1603,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - Por favor, considere preencher estes campos para ajudar pessoas na escolha da instância apropriada. Sem estes campos, a sua instância pode não ser referenciada no website JoinPeerTube. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configurar estes campos @@ -1865,79 +1913,49 @@ GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using a usar - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Resultados serão aumentados por indexação dos terceiros. Apenas a informação necessária para fazer a solicitação irá ser enviada. - - src/app/header/search-typeahead.component.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance qualquer instância - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances apenas instâncias seguidas - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. Determina se você pode concluir o pedido a qualquer conteúdo distante, ou se esta instância apenas deixa fazê-lo para instâncias seguidas por esta instância. - - src/app/header/search-typeahead.component.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel canal - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Qualquer outro texto irá retornar vídeos ou nomes de canais que correspondam. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Procurar... @@ -1979,8 +1997,11 @@ - Jump to channel ↵ - Vai para o canal ↵ + + Jump to channel + ↵ + + Vai para o canal ↵ src/app/header/suggestion.component.html 18 @@ -2211,10 +2232,14 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + - Tags could be used to suggest relevant recommendations. - There is a maximum of 5 tags. + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. Press Enter to add a new tag. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2378,7 +2403,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Already uploaded ✔ 179 @@ -2497,9 +2522,13 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + - You can import any URL supported by youtube-dl + You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. @@ -2561,10 +2590,14 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + Image that will be merged with your audio file. + + The chosen image will be definitive and cannot be modified. + 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.html33 @@ -2631,7 +2664,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. @@ -2649,11 +2685,15 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. - - Instead, create a dedicated account to upload your videos. + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. src/app/videos/+video-edit/video-add.component.html @@ -2886,9 +2926,9 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -2896,9 +2936,9 @@ - Published • views + Published • views - Published • views + Published • views src/app/videos/+video-watch/video-watch.component.html @@ -3199,7 +3239,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + Pode comentar usando uma conta de ActivityPub de qualquer instância compatível. Na maioria das plataformas, você pode encontrar o vídeo escrevendo o seu URL na barra de procura e depois pode comentar apartir da interface de software. src/app/videos/+video-watch/comment/video-comment-add.component.html @@ -3235,13 +3279,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3378,8 +3422,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - Criado + Created + Criado 11 @@ -3466,8 +3510,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundancy allowed + Redundancy allowed + Redundancy allowed src/app/+admin/follows/following-list/following-list.component.html29 @@ -3586,8 +3630,11 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . - Transcodificação está activada. A quota de vídeos tem em conta apenas o tamanho de vídeo original. Este utilizador pode, no máximo, carregar ~ . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + + Transcodificação está activada. A quota de vídeos tem em conta apenas o tamanho de vídeo original. Este utilizador pode, no máximo, carregar ~ . src/app/+admin/users/user-edit/user-edit.component.html 148 @@ -3670,16 +3717,16 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Nome de usuário + Username + Nome de usuário 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Video quota + Video quota + Video quota src/app/+admin/users/user-list/user-list.component.html47 @@ -3727,8 +3774,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users de entre utilizadores @@ -3787,8 +3834,8 @@ src/app/+admin/moderation/moderation.component.html13 - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3847,8 +3894,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Data + Date + Data 11 @@ -4060,8 +4107,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - Estado + State + Estado 11 @@ -4070,8 +4117,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Score + Score + Score src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -4091,9 +4138,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4117,9 +4164,9 @@ - + - + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html @@ -4167,8 +4214,8 @@ src/app/+about/about.component.html5 - Muted at - Muted at + Muted at + Muted at 13 @@ -4292,6 +4339,12 @@ Homepage Homepage src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4440,8 +4493,8 @@ - By -> - By -> + By -> + By -> src/app/+admin/system/logs/logs.component.html 32 @@ -4483,8 +4536,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - 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. - Alguma informação técnica sobre o seu sistema (como endereço de IP) pode ser enviada para outros pares, devido ao sistema de partilha, mas isto é uma imensa ajuda a reduzir a carga no servidor. + 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. + Alguma informação técnica sobre o seu sistema (como endereço de IP) pode ser enviada para outros pares, devido ao sistema de partilha, mas isto é uma imensa ajuda a reduzir a carga no servidor. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4523,8 +4576,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. - Gere utlizadores para criar uma equipa de moderação. + Manage users to build a moderation team. + Gere utlizadores para criar uma equipa de moderação. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4533,9 +4586,12 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + + Enabling it will allow other administrators to know that you are mainly federating sensitive content. + Moreover, the NSFW checkbox on video upload will be automatically checked by default. + - Enabling it will allow other administrators to know that you are mainly federating sensitive content. + 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-custom-config.component.html90 @@ -4549,9 +4605,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4688,9 +4744,9 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4731,43 +4787,83 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. + Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Inscrição permitida 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Inscrição requer verificação de email 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Limite de inscrições 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Usuários @@ -4872,100 +4968,94 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. + Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - You should only follow indexes you trust, or host your own. + You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrador @@ -4980,16 +5070,16 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Configurações básicas @@ -5001,240 +5091,279 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Seu nome de usuário no Twitter 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instância listada como permitida pelo Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. - If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 + https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Serviços 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcodificação ativada 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + - Experimental, we suggest you to not disable webtorrent support for now + Experimental, we suggest you to not disable webtorrent support for now - 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 - + - If disabled, breaks federation with PeerTube instances < 2.1 + If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + - Requires ffmpeg >= 4.1 + Requires ffmpeg >= 4.1 - Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: - - Resolution change is smoother - Faster playback in particular with long videos - More stable playback (less bugs/infinite loading) - + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + - If you also enabled WebTorrent support, it will multiply videos storage by 2 + If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Threads de transcodificação 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + 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-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Configurações avançadas 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Atualizar configuração 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5401,9 +5530,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html @@ -5433,9 +5562,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - Your current email is + Your current email is src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -5443,9 +5572,9 @@ - is awaiting email verification + is awaiting email verification - is awaiting email verification + is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -5467,23 +5596,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5518,8 +5647,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videos + Videos + Videos src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5555,10 +5684,13 @@ src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + Criado - + 15 @@ -5630,8 +5762,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - Short text to tell people how they can support your channel (membership platform...).<br /><br /> + 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. + 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-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5726,9 +5859,12 @@ - Delete history + + + Delete history + - + Delete history @@ -5745,9 +5881,12 @@ - Notification preferences + + + Notification preferences + - + Notification preferences @@ -5824,8 +5963,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Playlists + Playlists + Playlists src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5853,9 +5992,9 @@ - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. src/app/+signup/shared/signup-success.component.html @@ -6313,22 +6452,26 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. + + It is a free and open-source software, under the AGPLv3 + licence. + - It is a free and open-source software, under the AGPLv3 - licence. + It is a free and open-source software, under the AGPLv3 + licence. src/app/+about/about-peertube/about-peertube.component.html @@ -6336,9 +6479,9 @@ - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. - For more information, please visit joinpeertube.org. + For more information, please visit joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html @@ -6346,7 +6489,8 @@ - Use PeerTube documentation + Use PeerTube + documentation Use PeerTube documentation @@ -6365,7 +6509,8 @@ - PeerTube Applications + PeerTube + Applications PeerTube Applications @@ -6384,7 +6529,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Contribute on PeerTube @@ -6411,7 +6557,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 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 @@ -6428,7 +6578,10 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: @@ -6436,7 +6589,10 @@ src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) @@ -6444,7 +6600,11 @@ src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 @@ -6463,7 +6623,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video @@ -6478,18 +6641,27 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the - WebTorrent library), the protocol is different from classic BitTorrent. + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. - See this document for more information + See this document for more information src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. @@ -6505,7 +6677,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. @@ -6522,7 +6698,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + 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. @@ -6540,7 +6721,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: @@ -6568,7 +6752,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. @@ -6608,8 +6795,8 @@ - Developed with ❤ by Framasoft - Developed with ❤ by Framasoft + Developed with ❤ by Framasoft + Developed with ❤ by Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6692,9 +6879,12 @@ - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. @@ -6775,11 +6965,16 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + I am at least 16 years old and agree - to the Terms - and to the Code of Conduct + to the Terms + and to the Code of Conduct of this instance @@ -6878,8 +7073,8 @@ - A .mp4 that keeps the original audio track, with no video - A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video + A .mp4 that keeps the original audio track, with no video src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8592,8 +8787,8 @@ src/app/search/search-filters.component.ts1 - Long (> 10 min) - Longo (> 10 min) + Long (> 10 min) + Longo (> 10 min) 1 @@ -9952,8 +10147,8 @@ src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Compatível com Markdown que têm suporte a: + Markdown compatible that supports: + Compatível com Markdown que têm suporte a: 1 @@ -10119,6 +10314,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10223,6 +10436,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10287,6 +10512,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf index 21b96a253..fb48f170e 100644 --- a/client/src/locale/angular.ru-RU.xlf +++ b/client/src/locale/angular.ru-RU.xlf @@ -406,9 +406,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Начало в @@ -473,7 +473,7 @@ - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles подзаголовок @@ -677,7 +677,7 @@ Удален - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Редактировать начало/конец в @@ -730,7 +730,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Редактировать @@ -1563,18 +1563,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - Пожалуйста, подумайте о том, чтобы настроить эти поля, чтобы помочь людям выбрать the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Настройте эти поля @@ -1885,75 +1887,45 @@ GLOBAL SEARCH ГЛОБАЛЬНЫЙ ПОИСК - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using с помощью - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH РАСШИРЕННЫЙ ПОИСК - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance любой экземпляр - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances только последующие экземпляры - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 @@ -3251,13 +3223,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Этот комментарий был удален - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Следует & избыточность @@ -3727,7 +3699,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -4229,7 +4201,13 @@ - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Перейдите на главную страницу плагина @@ -4650,17 +4628,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4669,7 +4687,7 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification @@ -4678,7 +4696,7 @@ 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Лимит регистраций @@ -4686,7 +4704,7 @@ 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Пользователи @@ -4777,70 +4795,67 @@ Default video quota per user Квота видео по умолчанию для каждого пользователя - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Лимит ежедневной загрузки по умолчанию для каждого пользователя - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Разрешить импорт с помощью HTTP URL (например, YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URI Разрешить импорт с помощью торрент-файла или магнет-ссылки - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Новые видео в черном списке автоматически - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Ручное утверждение новых подписчиков экземпляров - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4848,25 +4863,22 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS АДМИНИСТРАТОРЫ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Администратор @@ -4882,7 +4894,7 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Включить контактную форму @@ -4890,7 +4902,7 @@ 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Базовая конфигурация @@ -4903,14 +4915,14 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Ваше имя пользователя Twitter @@ -4918,7 +4930,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter @@ -4927,7 +4939,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4942,7 +4954,7 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services @@ -4951,12 +4963,12 @@ 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING ТРАНСКОДИРОВАНИЕ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4965,7 +4977,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Транскодирование активировано @@ -4973,7 +4985,7 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Если вы деактивируете транскодирование, многие видео пользователей перестанут работать! @@ -4981,10 +4993,10 @@ 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions @@ -4993,16 +5005,16 @@ 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Разрешить загрузку аудиофайлов - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -5021,13 +5033,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled Включена поддержка WebTorrent - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -5052,13 +5064,13 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled Включена поддержка HLS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Количество потоков для транскодирования @@ -5066,29 +5078,29 @@ 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE КЭШ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 @@ -5096,14 +5108,14 @@ CUSTOMIZATIONS НАСТРОЙКИ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript @@ -5111,14 +5123,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -5143,7 +5155,7 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 @@ -5153,7 +5165,7 @@ 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Обновить конфигурацию @@ -5161,12 +5173,12 @@ 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Похоже, что конфигурация является недопустимой. Пожалуйста, найдите возможные ошибки в различных вкладках. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -5375,23 +5387,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Ваш пароль + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Ваш пароль + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Изменить адрес электронной почты - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Тема @@ -6202,15 +6214,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube - это автономная платформа потоковой передачи видео (ActivityPub), использующая P2P непосредственно в веб-браузере. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9988,6 +10003,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10092,6 +10125,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10156,6 +10201,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf index f51f5449f..99ff011bb 100644 --- a/client/src/locale/angular.sk-SK.xlf +++ b/client/src/locale/angular.sk-SK.xlf @@ -383,7 +383,7 @@ OptionsOptions - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start atStart at @@ -421,7 +421,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -561,7 +561,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops atEdit starts/stops at src/app/shared/video-playlist/video-playlist-element-miniature.component.html50 @@ -590,7 +590,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 EditEdit @@ -1197,13 +1197,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1397,63 +1397,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search...Search... @@ -2289,10 +2259,10 @@ src/app/videos/+video-watch/comment/video-comment.component.html20 ReplyReply - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundanciesFollows & redundancies src/app/+admin/follows/follows.component.html @@ -2606,7 +2576,7 @@ src/app/+admin/users/user-list/user-list.component.html93 Ban reason:Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -2995,7 +2965,13 @@ HomepageHomepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepageGo to the plugin homepage @@ -3283,26 +3259,66 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html269 Local videosLocal videos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabledSignup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verificationSignup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limitSignup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 UsersUsers src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 @@ -3384,98 +3400,92 @@ Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 AdministratorAdministrator src/app/shared/users/user.service.ts1 Admin emailAdmin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact formEnable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configurationBasic configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter usernameYour Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by TwitterInstance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -3490,13 +3500,13 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 ServicesServices - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -3505,25 +3515,25 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabledTranscoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work!If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensionsAllow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files uploadAllow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -3542,10 +3552,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -3570,52 +3580,52 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threadsTranscoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScriptJavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -3640,16 +3650,16 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configurationAdvanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configurationUpdate configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -3825,19 +3835,19 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - Your passwordYour password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 - + + Your passwordYour password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change emailChange email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 ThemeTheme src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html4src/app/+admin/config/edit-custom-config/edit-custom-config.component.html250 @@ -4478,11 +4488,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -7548,6 +7558,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -7626,6 +7654,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instanceMute this account by your instance @@ -7674,6 +7714,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size.Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf index 9415d5d36..add4dc2c5 100644 --- a/client/src/locale/angular.sl-SI.xlf +++ b/client/src/locale/angular.sl-SI.xlf @@ -368,7 +368,7 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Začni ob @@ -414,7 +414,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -572,7 +572,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops atEdit starts/stops at src/app/shared/video-playlist/video-playlist-element-miniature.component.html50 @@ -603,7 +603,7 @@ 13 - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 EditEdit @@ -1263,13 +1263,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1498,63 +1498,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Iskanje... @@ -2469,10 +2439,10 @@ src/app/videos/+video-watch/comment/video-comment.component.html20 ReplyReply - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundanciesFollows & redundancies src/app/+admin/follows/follows.component.html @@ -2786,7 +2756,7 @@ src/app/+admin/users/user-list/user-list.component.html93 Ban reason:Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3175,7 +3145,13 @@ HomepageHomepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepageGo to the plugin homepage @@ -3463,26 +3439,66 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html269 Local videosLocal videos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabledSignup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verificationSignup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limitSignup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 UsersUsers src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 @@ -3564,98 +3580,92 @@ Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 AdministratorAdministrator src/app/shared/users/user.service.ts1 Admin emailAdmin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact formEnable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configurationBasic configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter usernameYour Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by TwitterInstance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -3670,13 +3680,13 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 ServicesServices - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -3685,25 +3695,25 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabledTranscoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work!If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensionsAllow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files uploadAllow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -3722,10 +3732,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -3750,52 +3760,52 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threadsTranscoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScriptJavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -3820,16 +3830,16 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configurationAdvanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configurationUpdate configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4005,19 +4015,19 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - Your passwordYour password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 - + + Your passwordYour password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change emailChange email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 ThemeTheme src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html4src/app/+admin/config/edit-custom-config/edit-custom-config.component.html250 @@ -4658,11 +4668,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -7728,6 +7738,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -7806,6 +7834,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instanceMute this account by your instance @@ -7854,6 +7894,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size.Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf index 21e482285..679cee73f 100644 --- a/client/src/locale/angular.sv-SE.xlf +++ b/client/src/locale/angular.sv-SE.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - publicerade en ny video: + published a new video: + publicerade en ny video: src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - Your video är inte längre svartlistad + Your video has been unblacklisted + Your video är inte längre svartlistad src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - Your video har svartlistats + Your video has been blacklisted + Your video har svartlistats src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - En anmälan om missbruk har gjorts angående videon + A new video abuse has been created on video + En anmälan om missbruk har gjorts angående videon src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - Den nyligen uppladdade videon har svartlistats automatiskt + The recently added video has been auto-blacklisted + Den nyligen uppladdade videon har svartlistats automatiskt src/app/shared/users/user-notifications.component.html56 - commented your video - skrev en kommentar på din video + commented your video + skrev en kommentar på din video src/app/shared/users/user-notifications.component.html 69 @@ -316,46 +316,54 @@ - Your video has been published - Din video har publicerats + Your video has been published + Din video har publicerats src/app/shared/users/user-notifications.component.html86 - Your video import succeeded - Din videoimport lyckades + Your video import succeeded + Din videoimport lyckades src/app/shared/users/user-notifications.component.html94 - Your video import failed - Din videoimport misslyckades + Your video import failed + Din videoimport misslyckades src/app/shared/users/user-notifications.component.html102 - User registered on your instance - Användaren skapade ett konto på din instans + User registered on your instance + Användaren skapade ett konto på din instans src/app/shared/users/user-notifications.component.html 110 - is following your channel your account - följer din kanal ditt konto + + is following + + your channel + your account + + följer din kanal ditt konto src/app/shared/users/user-notifications.component.html120 - mentioned you on video - nämnde dig i en kommentar till videon + mentioned you on video + nämnde dig i en kommentar till videon src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval - Din instans har en ny följare () som inväntar ditt godkännande + + Your instance has a new follower () + awaiting your approval + + Din instans har en ny följare () som inväntar ditt godkännande src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed - Din instans började följa automatiskt + Your instance automatically followed + Din instans började följa automatiskt src/app/shared/users/user-notifications.component.html150 @@ -388,9 +396,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Börja vid @@ -458,9 +466,9 @@ video video - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles undertexter @@ -535,8 +543,8 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. - Din anmälan kommer skickas till moderatorerna på samt videons ursprungsinstans (). + Your report will be sent to moderators of and will be forwarded to the video origin () too. + Din anmälan kommer skickas till moderatorerna på samt videons ursprungsinstans (). src/app/shared/video/modals/video-report.component.html 9 @@ -674,10 +682,10 @@ 34 - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Redigera start- och sluttid @@ -727,11 +735,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Redigera @@ -832,10 +840,13 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact + + Remote subscribe + Remote interact + - Fjärrprenumerera - Fjärrinteragera + Fjärrprenumerera + Fjärrinteragera 10 @@ -843,9 +854,12 @@ src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + - Du kan prenumerera på den här kanalen via vilken ActivityPub-kapabel fediversum-instans som helst. + Du kan prenumerera på den här kanalen via vilken ActivityPub-kapabel fediversum-instans som helst. På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån. @@ -854,8 +868,11 @@ src/app/shared/user-subscription/remote-subscribe.component.html17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. - Du kan interagera med det här från vilken instans som helst i Fediversumet som har stöd för ActivityPub. På instanser av Mastodon och Pleroma kan du klistra in den här sidans adress i sökrutan för att interagera därifrån. + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + Du kan interagera med det här från vilken instans som helst i Fediversumet som har stöd för ActivityPub. På instanser av Mastodon och Pleroma kan du klistra in den här sidans adress i sökrutan för att interagera därifrån. src/app/shared/user-subscription/remote-subscribe.component.html 26 @@ -870,10 +887,13 @@ - Default NSFW/sensitive videos policy can be redefined by the users + + Default NSFW/sensitive videos policy + can be redefined by the users + - Standardpolicy för känsligt och oförbehållsamt innehåll - kan ändras av användarna + Standardpolicy för känsligt och oförbehållsamt innehåll + kan ändras av användarna 5 @@ -932,9 +952,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - Obegränsat ( per dag) + Obegränsat ( per dag) 53 @@ -1132,8 +1152,8 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - Någonting gick fel med den externa inloggningen. Kontakta gärna en administratör. + Sorry but there was an issue with the external login process. Please contact an administrator. + Någonting gick fel med den externa inloggningen. Kontakta gärna en administratör. src/app/login/login.component.html 6 @@ -1148,8 +1168,15 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - Den här instansen inte registrering av nya användare tillåter för tillfället, men du kan hitta en instans att skapa ett konto och ladda dina videor till. Hitta din instans bland många andra på joinpeertube.org. + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + Den här instansen inte registrering av nya användare tillåter för tillfället, men du kan hitta en instans att skapa ett konto och ladda dina videor till. Hitta din instans bland många andra på joinpeertube.org. src/app/login/login.component.html 16 @@ -1319,9 +1346,9 @@ - for + for - för + för 6 @@ -1329,10 +1356,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + Filter - + 16 @@ -1366,7 +1396,8 @@ src/app/modal/welcome-modal.component.html3 - CLI documentation + CLI + documentation Kommandotolk dokumentation @@ -1383,7 +1414,8 @@ - Administer documentation + Administer + documentation Administration dokumentation @@ -1400,7 +1432,8 @@ - Use documentation + Use + documentation Användning dokumentation @@ -1425,16 +1458,16 @@ src/app/modal/welcome-modal.component.html41 - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - PeerTubesofficiella webbplats (nyheter, support, att bidraga …): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + PeerTubesofficiella webbplats (nyheter, support, att bidraga …): https://joinpeertube.org src/app/modal/welcome-modal.component.html 44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Lägg till din instans i PeerTubes offentliga index: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Lägg till din instans i PeerTubes offentliga index: https://instances.joinpeertube.org/instances 47 @@ -1450,10 +1483,14 @@ src/app/modal/welcome-modal.component.html59 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + - Att välja ett namn för instansen, författa en beskrivning, beskriva vem du är, - varför du har startat instansen och hur länge du tänker underhålla den + Att välja ett namn för instansen, författa en beskrivning, beskriva vem du är, + varför du har startat instansen och hur länge du tänker underhålla den är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen. @@ -1462,8 +1499,14 @@ src/app/modal/welcome-modal.component.html61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. - Om du vill öppna för kontoregistrering, ber vi dig fundera över dina riktlinjer för moderering, skriva ner villkor för instansen samt ange vilka språk du talar och kategorier som stöds. På så vis kan du hjälpa användare att skapa sina konton på en passande PeerTube-instans. + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + + Om du vill öppna för kontoregistrering, ber vi dig fundera över dina riktlinjer för moderering, skriva ner villkor för instansen samt ange vilka språk du talar och kategorier som stöds. På så vis kan du hjälpa användare att skapa sina konton på en passande PeerTube-instans. src/app/modal/welcome-modal.component.html 67 @@ -1558,15 +1601,20 @@ 21 src/app/modal/instance-config-warning-modal.component.html21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - Fyll gärna i den här informationen för att hjälpa folk välja sin favoritinstans. Din instans kommer kanske inte visas på JoinPeerTube-webbplatsen om du inte uppger den här informationen. + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Fyll i de här fälten @@ -1880,79 +1928,49 @@ GLOBAL SEARCH GLOBAL SÖKNING - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using använder - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. Resultaten kommer kompletteras med en indexering från en utomstående tjänst. Endast data som är nödvändig för sökningen kommer skickas. - - src/app/header/search-typeahead.component.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH AVANCERAD SÖKNING - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance alla instanser - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances endast instanser som följs av den här - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. Avgör om du kan hämta fjärrinnehåll eller om instansen bara tillåter det för instanser den följer. - - src/app/header/search-typeahead.component.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel kanal - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Om texten inte matchar något av ovanstående kommer en lista relevanta videor och kanaler visas. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Sök … @@ -1994,8 +2012,11 @@ - Jump to channel ↵ - Besök kanalen ↵ + + Jump to channel + ↵ + + Besök kanalen ↵ src/app/header/suggestion.component.html 18 @@ -2233,8 +2254,12 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. - Taggar kan användas för att föreslå relaterade rekommendationer. Max fem taggar kan användas. Tryck Enter för att lägga till en ny tagg. + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + + Taggar kan användas för att föreslå relaterade rekommendationer. Max fem taggar kan användas. Tryck Enter för att lägga till en ny tagg. src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2399,7 +2424,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ Redan uppladdad ✔ 179 @@ -2530,9 +2555,13 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + - Du kan importera vilken URL som helst som stöds av youtube-dl + Du kan importera vilken URL som helst som stöds av youtube-dl eller en URL som pekar mot en MP4-fil. Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. @@ -2597,10 +2626,14 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + 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. @@ -2670,7 +2703,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil. Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. @@ -2691,8 +2727,12 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. - Vi rekommenderar att du inte använder användaren root för att ladda upp dina videor eftersom det är din instans administrationskonto. Du kan istället skapa ett separat konto att ladda upp dina videor med. + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + + Vi rekommenderar att du inte använder användaren root för att ladda upp dina videor eftersom det är din instans administrationskonto. Du kan istället skapa ett separat konto att ladda upp dina videor med. src/app/videos/+video-edit/video-add.component.html 2 @@ -2934,16 +2974,16 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views - Publicerad • views + Published • views + Publicerad • views src/app/videos/+video-watch/video-watch.component.html 45 - Published • views - Publicerad • views + Published • views + Publicerad • views src/app/videos/+video-watch/video-watch.component.html 56 @@ -3236,7 +3276,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + Du kan kommentera från ett konto på vilken ActivityPub-kompatibel instans som helst. På de flesta plattformar hittar du videon genom att skriva dess webbadress i sökrutan. Därefter kan du skriva din kommentar från mjukvarans användargränssnitt. src/app/videos/+video-watch/comment/video-comment-add.component.html @@ -3272,13 +3316,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted Den här kommentaren har raderats - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Följare och redundans @@ -3418,8 +3462,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - Skapad + Created + Skapad 11 @@ -3509,8 +3553,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - Redundans tillåten + Redundancy allowed + Redundans tillåten src/app/+admin/follows/following-list/following-list.component.html29 @@ -3629,8 +3673,11 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . - Omkodning har aktiverats. Videokvoten omfattar endast originalfilens storlek. Den här användaren kan ladda upp ungefär . + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + + Omkodning har aktiverats. Videokvoten omfattar endast originalfilens storlek. Den här användaren kan ladda upp ungefär . src/app/+admin/users/user-edit/user-edit.component.html 148 @@ -3722,16 +3769,16 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - Användarnamn + Username + Användarnamn 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - Videokvot + Video quota + Videokvot 42 @@ -3782,8 +3829,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Visar användare till av @@ -3842,8 +3889,8 @@ src/app/+admin/moderation/moderation.component.html13 - Video - Video + Video + Video src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3900,8 +3947,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - Datum + Date + Datum 11 @@ -4113,8 +4160,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - Status + State + Status 11 @@ -4123,8 +4170,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - Betyg + Score + Betyg src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -4144,8 +4191,8 @@ - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 20 @@ -4168,8 +4215,8 @@ - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 40 @@ -4216,8 +4263,8 @@ src/app/+about/about.component.html5 - Muted at - Ignorerad på + Muted at + Ignorerad på 13 @@ -4344,6 +4391,12 @@ 51 src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4510,8 +4563,8 @@ - By -> - Efter -> + By -> + Efter -> src/app/+admin/system/logs/logs.component.html 32 @@ -4559,8 +4612,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - 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. - Delningssystemet gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen. + 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. + Delningssystemet gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen. src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4602,8 +4655,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. - Hantera användare för att bygga ett moderationsteam. + Manage users to build a moderation team. + Hantera användare för att bygga ett moderationsteam. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4615,8 +4668,11 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - 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. - Du kan låta andra administratörer veta att du huvudsakligen federerar känsligt material. Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. + + 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. + + Du kan låta andra administratörer veta att du huvudsakligen federerar känsligt material. Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html90 @@ -4628,8 +4684,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - Med Lista inte eller Gör miniatyrer suddiga kommer användaren bli tillfrågad om han eller hon vill titta på videon. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + Med Lista inte eller Gör miniatyrer suddiga kommer användaren bli tillfrågad om han eller hon vill titta på videon. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4789,8 +4845,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - Use plugins & themes for more involved changes, or add slight customizations. - Använd tillägg och teman för mer avancerade ändringar, eller för att lägga till mindre anpassningar. + Use plugins & themes for more involved changes, or add slight customizations. + Använd tillägg och teman för mer avancerade ändringar, eller för att lägga till mindre anpassningar. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html241 @@ -4845,41 +4901,81 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NYA ANVÄNDARE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. - Hantera användare för att ange deras kvot individuellt. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + Manage users to set their quota individually. + Hantera användare för att ange deras kvot individuellt. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Registrering aktiverad 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Registrering kräver e-postverifikation 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Registreringsgräns 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Användare @@ -4987,102 +5083,96 @@ 261 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Standarduppladdningsgräns för användare 273 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NYA VIDEOR - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Tillåt import via HTTP-länk (t.ex. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. Såvida en användare inte har markerats som betrodd, kommer hans eller hennes videor hållas privata tills en moderater har granskat dem. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Svartlista nya videor automatiskt - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. - Hantera relationer till andra instanser. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + Manage relations with other instances. + Hantera relationer till andra instanser. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Andra instanser kan följa din - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Godkänn instansens nya följare manuellt - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Följ, per automatik, instanser som följer din - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. - Du bör endast följa de indexeringar du litar på eller starta ett eget index. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + You should only follow indexes you trust, or host your own. + Du bör endast följa de indexeringar du litar på eller starta ett eget index. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index-URL 371 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Följ instanser i ett offentligt index automatiskt - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATÖRER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administratör @@ -5097,16 +5187,16 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Aktivera kontaktformulär 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Grundläggande inställningar @@ -5118,202 +5208,241 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Valfritt. Om du har ett Twitter-konto som representerar din instans, kan du ange det för att förbättra förhandsvisningar av videolänkar. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Ditt användarnamn på Twitter 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instans vitlistad av Twitter 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. - När du delar en videolänk och instansen är vitlistad av Twitter kommer en spelare bäddas in i Twitterflödet. Om instansen inte är vitlistad 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 vitlistad. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + När du delar en videolänk och instansen är vitlistad av Twitter kommer en spelare bäddas in i Twitterflödet. Om instansen inte är vitlistad 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 vitlistad. + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Tjänster 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING OMKODNING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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. + Behandla uppladdade videor till ett format som går att strömma från vilken apparat som helst. Det är dock mycket resurskrävande av servern och en mycket viktig del av PeerTube, så gå varsamt. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Omkodning aktiverad 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Låt användare ladda upp videor i mkv-, mov-, avi- and flv-format. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Tillåt ytterligare filändelser 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Låt användare ladda upp ljudfiler som slås ihop med förhandsgranskningens bild till en video. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Tillåt uppladdning av ljudfiler 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 - Experimentellt, vi råder dig att behålla webtorrent-stödet ett tag till Om du även har HLS aktiverat kommer videorna kräva dubbelt så mycket lagringsutrymme Utan webtorrent kan du inte federera med PeerTube-instanser med lägre versionsnummer än 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + + Experimentellt, vi råder dig att behålla webtorrent-stödet ett tag till Om du även har HLS aktiverat kommer videorna kräva dubbelt så mycket lagringsutrymme Utan webtorrent kan du inte federera med PeerTube-instanser med lägre versionsnummer än 2.1 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent-stöd påslaget - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 - Kräver minst version >= 4.1 av ffmpeg Skapa en HLS-spellista och fragmenterade mp4-filer för bättre uppspelning än med den nuvarande standardspelaren: Mjukare byten mellan upplösningar Snabbare uppspelningar, särskilt för långa videor Stabilare uppspelning (färre buggar samt obegränsad buffert) Om du även stöder WebTorrent kommer varje video kräva dubbelt så mycket lagringsutryme - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + + Kräver minst version >= 4.1 av ffmpeg Skapa en HLS-spellista och fragmenterade mp4-filer för bättre uppspelning än med den nuvarande standardspelaren: Mjukare byten mellan upplösningar Snabbare uppspelningar, särskilt för långa videor Stabilare uppspelning (färre buggar samt obegränsad buffert) Om du även stöder WebTorrent kommer varje video kräva dubbelt så mycket lagringsutryme + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS-stöd aktiverat 498 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Omkodningstrådar 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Upplösningar som ska genereras - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 Some files are not federated, and fetched when necessary. Define their caching policies. Vissa filer federeras inte utan hämtas när så krävs. Ange deras cache-policy här. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Antal förhandsvisningar som sparas i cachen - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Antal textningar som sparas i cachen - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS ANPASSNINGAR - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. Att göra mindre ändringar av PeerTube med ett tillägg eller tema är onödigt bekymmer. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Skriv ditt JavaScript här.Example: console.log('min instans är fantastisk'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Skriv ditt JavaScript här.Example: console.log('min instans är fantastisk'); + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; - Skriv din CSS-kod här. Exempel: #custom-css color: red; Föregå med #custom-css för att skriva över standardutseendet. Exempel: #custom-css .logged-in-email color: red; - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + color: red; + + + + Skriv din CSS-kod här. Exempel: #custom-css color: red; Föregå med #custom-css för att skriva över standardutseendet. Exempel: #custom-css .logged-in-email color: red; + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Avancerade inställningar 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Uppdatera inställningar 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna. 629 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFIL @@ -5480,9 +5609,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - Med Lista inte eller Gör miniatyrbilden suddig, kommer en bekräftelse krävas innan videon visas. + Med Lista inte eller Gör miniatyrbilden suddig, kommer en bekräftelse krävas innan videon visas. 6 @@ -5512,9 +5641,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - Din nuvarande e-postadress är + Din nuvarande e-postadress är 4 @@ -5522,9 +5651,9 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html4 - is awaiting email verification + is awaiting email verification - inväntar verifikation via e-post + inväntar verifikation via e-post 8 @@ -5546,6 +5675,12 @@ 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5553,16 +5688,16 @@ 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Byt e-postadress 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Tema @@ -5606,8 +5741,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - Videor + Videos + Videor src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5643,10 +5778,13 @@ src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + Skapad - + 15 @@ -5718,8 +5856,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - En kort text som berättar hur andra kan stötta din kanal (t.ex. medlemskap på någon plattform).<br /><br /> När du laddar upp en video till den här kanalen kommer videons supportruta fyllas i med den här texten automatiskt. + 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. + En kort text som berättar hur andra kan stötta din kanal (t.ex. medlemskap på någon plattform).<br /><br /> När du laddar upp en video till den här kanalen kommer videons supportruta fyllas i med den här texten automatiskt. src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5816,9 +5955,12 @@ - Delete history + + + Delete history + - + Radera historik @@ -5835,9 +5977,12 @@ - Notification preferences + + + Notification preferences + - + Notifikationsinställningar @@ -5917,8 +6062,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - Spellistor + Playlists + Spellistor src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5946,9 +6091,9 @@ src/app/+signup/shared/signup-success.component.html8 - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. - Om du behöver hjälp att använda PeerTube, kan du ta en titt på dokumentationen. + Om du behöver hjälp att använda PeerTube, kan du ta en titt på dokumentationen. 13 @@ -6392,33 +6537,40 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube är en självservad, federerad (ActivityPub) videoplattform med P2P direkt i webbläsaren. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. - Det är fri mjukvara med öppen källkod, publicerad under licensen AGPLv3. + + It is a free and open-source software, under the AGPLv3 + licence. + + Det är fri mjukvara med öppen källkod, publicerad under licensen AGPLv3. src/app/+about/about-peertube/about-peertube.component.html 13 - For more information, please visit joinpeertube.org. - Besök gärna joinpeertube.org för mer information. + For more information, please visit joinpeertube.org. + Besök gärna joinpeertube.org för mer information. src/app/+about/about-peertube/about-peertube.component.html 18 - Use PeerTube documentation + Use PeerTube + documentation Läs PeerTubes dokumentation src/app/+about/about-peertube/about-peertube.component.html @@ -6434,7 +6586,8 @@ - PeerTube Applications + PeerTube + Applications PeerTube-applikationer src/app/+about/about-peertube/about-peertube.component.html @@ -6450,7 +6603,8 @@ - Contribute on PeerTube + Contribute on + PeerTube Bidra till PeerTube src/app/+about/about-peertube/about-peertube.component.html @@ -6474,7 +6628,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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. + Som standard använder PeerTube protokollet BitTorrent för att dela bandbredd mellan användarna och därmed bidra till att minska belastningen på servrarna. Du är däremot fri att växla tillbaka till klassisk strömning direkt från videons server. Följande gäller enbart om du väljer att fortsätta använda PeerTubes P2P-funktion. src/app/+about/about-peertube/about-peertube.component.html74 @@ -6487,17 +6645,27 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + Rent teoretiskt kan någon med tillräckliga tekniska kunskaper skriva ett skript som spårar vilken video som laddas ner av vilken IP-adress. I praktiken blir det mycket svårare eftersom: src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + En HTTP-förfrågan måste skickas till spåraren för varje video du vill spionera på. Om du vill spionera på samtliga PeerTube-video måste du skicka lika många förfrågningar som det finns videor (vilket kan bli en hel del) src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + För varje förfrågan svarar spåraren med ett begränsat antal slumpmässiga serventer. Om det till exempel finns 1000 serventer i svärmen och spåraren endast svarar med 20 av dem per förfrågan, måste minst 50 förfrågningar skickas för att identifiera varje servent i svärmen src/app/+about/about-peertube/about-peertube.component.html @@ -6510,7 +6678,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + Även om en IP-adress finns i spåraren, betyder det inte nödvändigtvis att personen bakom IP-adressen (om personen ens existerar) har tittat på videon src/app/+about/about-peertube/about-peertube.component.html108 @@ -6520,12 +6691,21 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information - Webbserventer är inte åtkomliga offentligt. Eftersom vi använder WebRTC i webbläsaren (med WebTorrent-biblioteket) är protokollet inte detsamma som vanlig BitTorrent. När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till. Se det här dokumentet för mer information + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + + Webbserventer är inte åtkomliga offentligt. Eftersom vi använder WebRTC i webbläsaren (med WebTorrent-biblioteket) är protokollet inte detsamma som vanlig BitTorrent. När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till. Se det här dokumentet för mer information src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + Det värsta som kan hända, att en person spionerar på sina vänner, är mycket osannolikt. Det finns mycket enklare sätt att få tag på den sortens information. src/app/+about/about-peertube/about-peertube.component.html126 @@ -6538,7 +6718,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + Det som inskränker privatlivet på YouTube är av ett helt annat slag än det på PeerTube. Vad gäller YouTube, samlar plattformen enorma mängder personlig information (inte bara din IP-adress) för att analysera och spåra dig. Dessutom ägs YouTube av Google / Alphabet, ett företag som spårar dig på en uppsjö webbplatser (via AdSense och Google Analytics). src/app/+about/about-peertube/about-peertube.component.html133 @@ -6551,7 +6735,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + Din IP-adress är offentlig, så varje gång du använder en webbplats kommer ett antal aktörer (utöver den efterfrågade webbplatsen) se din IP-adress i sina anslutningsloggar: internetleveratörer, routrar, spårare, innehållsleveransnätverk (CDN) och många fler. PeerTube försöker inte dölja detta: vi varnar dig att om du vill hålla din IP-adress för dig själv, måste du använda ett virtuellt privat nätverk (VPN) eller Tor-webbläsare. Därför är det inte sant att du får tillbaka din anonymitet genom att ta bort P2P från PeerTube. src/app/+about/about-peertube/about-peertube.component.html141 @@ -6564,7 +6753,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube vill erbjuda bästa möjliga lösningarna, ge dig fler valmöjligheter och minimera risken för attacker. Detta har vi gjort hitintills: src/app/+about/about-peertube/about-peertube.component.html150 @@ -6589,7 +6781,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare. src/app/+about/about-peertube/about-peertube.component.html162 @@ -6626,8 +6821,8 @@ - Developed with ❤ by Framasoft - Utvecklat med ❤ by Framasoft + Developed with ❤ by Framasoft + Utvecklat med ❤ by Framasoft src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6710,9 +6905,12 @@ src/app/+signup/+register/register.component.html56 - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + - En kanal är en entitet till vilken du laddar upp dina videor. Du kan organisera och dela upp ditt material genom att skapa flera kanaler. + En kanal är en entitet till vilken du laddar upp dina videor. Du kan organisera och dela upp ditt material genom att skapa flera kanaler. Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi. @@ -6789,11 +6987,16 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + Jag är minst 16 år gammal och godkänner - den här instansens användarvillkor - och uppförandekod + den här instansens användarvillkor + och uppförandekod @@ -6898,8 +7101,8 @@ - A .mp4 that keeps the original audio track, with no video - En .mp4 som bevarar originalets ljudspår men inte bilden + A .mp4 that keeps the original audio track, with no video + En .mp4 som bevarar originalets ljudspår men inte bilden src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8606,8 +8809,8 @@ src/app/search/search-filters.component.ts1 - Long (> 10 min) - Lång (> 10 min) + Long (> 10 min) + Lång (> 10 min) 1 @@ -9966,8 +10169,8 @@ src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Markdown-kompatibel text med stöd för: + Markdown compatible that supports: + Markdown-kompatibel text med stöd för: 1 @@ -10133,6 +10336,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10237,6 +10458,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10301,6 +10534,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf index bfc98363b..e5b59a6c7 100644 --- a/client/src/locale/angular.ta.xlf +++ b/client/src/locale/angular.ta.xlf @@ -335,7 +335,7 @@ OptionsOptions - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start atStart at @@ -373,7 +373,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -515,7 +515,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops atEdit starts/stops at src/app/shared/video-playlist/video-playlist-element-miniature.component.html50 @@ -541,7 +541,7 @@ 13 - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit தொகு @@ -1162,13 +1162,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1376,63 +1376,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... தேடு... @@ -2288,10 +2258,10 @@ src/app/videos/+video-watch/comment/video-comment.component.html20 ReplyReply - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundanciesFollows & redundancies @@ -2624,7 +2594,7 @@ src/app/+admin/users/user-list/user-list.component.html93 Ban reason:Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3013,7 +2983,13 @@ HomepageHomepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepageGo to the plugin homepage @@ -3306,26 +3282,66 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html269 Local videosLocal videos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabledSignup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verificationSignup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limitSignup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users பயணர்கள் @@ -3411,92 +3427,86 @@ Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 AdministratorAdministrator src/app/shared/users/user.service.ts1 Admin emailAdmin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact formEnable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configurationBasic configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -3504,10 +3514,10 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by TwitterInstance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -3522,17 +3532,17 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services சேவைகள் 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -3541,25 +3551,25 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabledTranscoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work!If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensionsAllow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files uploadAllow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -3578,10 +3588,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -3606,56 +3616,56 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threadsTranscoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -3680,16 +3690,16 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configurationAdvanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configurationUpdate configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -3865,19 +3875,19 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - Your passwordYour password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 - + + Your passwordYour password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change emailChange email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 ThemeTheme src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html4src/app/+admin/config/edit-custom-config/edit-custom-config.component.html250 @@ -4519,11 +4529,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -7598,6 +7608,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -7676,6 +7704,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instanceMute this account by your instance @@ -7724,6 +7764,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size.Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf index 1188735fa..a9b75182a 100644 --- a/client/src/locale/angular.th-TH.xlf +++ b/client/src/locale/angular.th-TH.xlf @@ -398,9 +398,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at เริ่มต้นที่ @@ -468,9 +468,9 @@ video วิดีโอ - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles คำบรรยายใต้ภาพ @@ -685,7 +685,7 @@ ถูกลบ - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at แก้ไขช่วงเวลาเริ่ม/จบ @@ -735,11 +735,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit แก้ไข @@ -1579,21 +1579,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure these fields @@ -1899,79 +1898,49 @@ GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance any instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel channel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... ค้นหา... @@ -3157,13 +3126,13 @@ Reply ตอบกลับ - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted ความคิดเห็นนี้ถูกลบ - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3576,7 +3545,7 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -4050,6 +4019,12 @@ Homepage หน้าหลัก src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4485,34 +4460,74 @@ Local videos Local videos src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Signup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Users @@ -4614,100 +4629,94 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -4716,13 +4725,13 @@ Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basic configuration @@ -4731,25 +4740,25 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. @@ -4765,18 +4774,18 @@ https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Services - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in @@ -4786,38 +4795,38 @@ 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4837,13 +4846,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4869,69 +4878,69 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: @@ -4957,23 +4966,23 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -5197,23 +5206,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - รหัสผ่านใหม่ของคุณ + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + รหัสผ่านใหม่ของคุณ + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email เปลี่ยนอีเมล - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme ธีม @@ -6005,15 +6014,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube เป็นแพลตฟอร์มวิดีโอสตรีมมิ่งที่ใช้เทคโนโลยี P2P ในเว็บเบราเซอร์โดยตรง สามารถติดตั้งเองได้และให้บริการร่วมกับเว็บไซต์อื่น (ActivityPub) + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9931,6 +9943,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10035,6 +10065,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10099,6 +10141,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf index 11992f082..b5e0657c7 100644 --- a/client/src/locale/angular.tr-TR.xlf +++ b/client/src/locale/angular.tr-TR.xlf @@ -432,9 +432,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Başlangıç konumu @@ -499,7 +499,7 @@ - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtitles @@ -679,7 +679,7 @@ Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -723,7 +723,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Düzenle @@ -1472,21 +1472,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure these fields @@ -1761,75 +1760,45 @@ GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance any instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 @@ -2938,13 +2907,13 @@ Reply Reply - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3348,7 +3317,7 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3808,7 +3777,13 @@ - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage Go to the plugin homepage @@ -4203,34 +4178,74 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Signup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Users @@ -4318,70 +4333,67 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ This functionality requires a lot of attention and extra moderation. @@ -4389,25 +4401,22 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -4417,12 +4426,12 @@ Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basic configuration @@ -4432,25 +4441,25 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4465,18 +4474,18 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Services - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4485,35 +4494,35 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4532,13 +4541,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4563,40 +4572,40 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 @@ -4604,26 +4613,26 @@ CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -4648,24 +4657,24 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4869,23 +4878,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5657,17 +5666,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9561,6 +9571,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -9665,6 +9693,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9729,6 +9769,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf index 6f94608c3..96eb58f3e 100644 --- a/client/src/locale/angular.uk-UA.xlf +++ b/client/src/locale/angular.uk-UA.xlf @@ -416,9 +416,9 @@ Options Опції - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Почати з @@ -474,9 +474,9 @@ video відео - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles субтитри @@ -663,7 +663,7 @@ Видалено - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at Edit starts/stops at @@ -701,11 +701,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Редагувати @@ -1520,21 +1520,20 @@ src/app/modal/instance-config-warning-modal.component.html 21 - - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. - - - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields Configure these fields @@ -1796,79 +1795,49 @@ GLOBAL SEARCH GLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH ADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance any instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances only followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel channel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Search... @@ -2977,13 +2946,13 @@ Reply Reply - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies Follows & redundancies @@ -3387,7 +3356,7 @@ Ban reason: Ban reason: - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users Showing to of users @@ -3861,6 +3830,12 @@ Homepage Homepage src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4278,34 +4253,74 @@ Local videos Local videos src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS NEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled Signup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification Signup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit Signup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users Users @@ -4407,100 +4422,94 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS NEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION FEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours Other instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances Automatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index Automatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS ADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator Administrator @@ -4509,13 +4518,13 @@ Admin email Admin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form Enable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration Basic configuration @@ -4524,25 +4533,25 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username Your Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter Instance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. @@ -4558,18 +4567,18 @@ https://cards-dev.twitter.com/validator to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services Services - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING TRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in @@ -4579,38 +4588,38 @@ 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-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled Transcoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions Allow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload Allow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4630,13 +4639,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4662,69 +4671,69 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads Transcoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate Resolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE CACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache Number of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache Number of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS CUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: @@ -4750,23 +4759,23 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration Advanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration Update configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE PROFILE @@ -4996,23 +5005,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - - Your password - Your password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 + + Your password + Your password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email Change email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme Theme @@ -5822,17 +5831,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -9777,6 +9787,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -9881,6 +9909,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -9945,6 +9985,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf index ef7832f78..c9779916c 100644 --- a/client/src/locale/angular.vi-VN.xlf +++ b/client/src/locale/angular.vi-VN.xlf @@ -366,7 +366,7 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html42 + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at Bắt đầu từ @@ -410,7 +410,7 @@ videovideo - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitlessubtitles src/app/shared/video/modals/video-download.component.html @@ -588,7 +588,7 @@ DeletedDeleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops atEdit starts/stops at src/app/shared/video-playlist/video-playlist-element-miniature.component.html50 @@ -619,7 +619,7 @@ 13 - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit Sửa @@ -1313,13 +1313,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1579,63 +1579,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... Tìm... @@ -2736,10 +2706,10 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deletedThis comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundanciesFollows & redundancies @@ -3119,7 +3089,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -3534,7 +3504,13 @@ HomepageHomepage - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepageGo to the plugin homepage @@ -3822,26 +3798,66 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html269 Local videosLocal videos - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabledSignup enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verificationSignup requires email verification - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limitSignup limit - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 UsersUsers src/app/+admin/users/user-edit/user-edit.component.html4src/app/+admin/users/user-edit/user-edit.component.html4 @@ -3923,98 +3939,92 @@ Default video quota per userDefault video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per userDefault daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube)Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URIAllow import with a torrent file or a magnet URI - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automaticallyBlacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followersManually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URLIndex URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 AdministratorAdministrator src/app/shared/users/user.service.ts1 Admin emailAdmin email - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact formEnable contact form - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configurationBasic configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter usernameYour Twitter username - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by TwitterInstance whitelisted by Twitter - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -4029,13 +4039,13 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 ServicesServices - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -4044,25 +4054,25 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabledTranscoding enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work!If you disable transcoding, many videos from your users will not work! - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensionsAllow additional extensions - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files uploadAllow audio files upload - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -4081,10 +4091,10 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabledWebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -4109,52 +4119,52 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabledHLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threadsTranscoding threads - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScriptJavaScript - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -4179,16 +4189,16 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configurationAdvanced configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configurationUpdate configuration - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs.It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -4369,19 +4379,19 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 - - Your passwordYour password + + Your current passwordYour current password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 26 - + + Your passwordYour password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change emailChange email - - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 - - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 ThemeTheme src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html4src/app/+admin/config/edit-custom-config/edit-custom-config.component.html250 @@ -5027,11 +5037,11 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -8120,6 +8130,24 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit userEdit user @@ -8202,6 +8230,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -8254,6 +8294,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf index 0d994aca5..f8506ac2b 100644 --- a/client/src/locale/angular.xlf +++ b/client/src/locale/angular.xlf @@ -370,7 +370,7 @@ src/app/videos/+video-watch/comment/video-comment.component.html - 42 + 48 Start at @@ -496,7 +496,7 @@ src/app/header/search-typeahead.component.html - 46 + 47 Format @@ -742,7 +742,7 @@ src/app/videos/+video-watch/comment/video-comment.component.html - 49 + 55 src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html @@ -836,7 +836,7 @@ src/app/videos/+video-watch/comment/video-comment.component.html - 39 + 45 src/app/+my-account/my-account-videos/my-account-videos.component.html @@ -1822,10 +1822,10 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1855,6 +1855,12 @@ src/app/app.component.html 11 + + Close this message + + src/app/app.component.html + 34 + Change the language @@ -2200,59 +2206,59 @@ GLOBAL SEARCH src/app/header/search-typeahead.component.html - 16 + 17 using src/app/header/search-typeahead.component.html - 18 + 19 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.html - 22 + 23 ADVANCED SEARCH src/app/header/search-typeahead.component.html - 29 + 30 any instance src/app/header/search-typeahead.component.html - 32 + 33 only followed instances src/app/header/search-typeahead.component.html - 33 + 34 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.html - 31 + 32 channel src/app/header/search-typeahead.component.html - 40 + 41 src/app/header/search-typeahead.component.html - 43 + 44 Any other text will return matching video or channel names. src/app/header/search-typeahead.component.html - 49 + 50 Sort @@ -3417,13 +3423,13 @@ Reply src/app/videos/+video-watch/comment/video-comment.component.html - 38 + 44 This comment has been deleted src/app/videos/+video-watch/comment/video-comment.component.html - 55 + 61 Follows & redundancies @@ -4082,7 +4088,7 @@ Ban reason: src/app/+admin/users/user-list/user-list.component.html - 118 + 121 Showing to of users @@ -4951,11 +4957,49 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html 270 + + BROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + Message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 281 + 333 @@ -4963,87 +5007,87 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 282 + 334 ⚠️ This functionality requires a lot of attention and extra moderation. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 296 + 348 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 435 + 487 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 448 + 500 Signup requires email verification src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 301 + 353 Signup limit src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 305 + 357 Signup enabled src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 293 + 345 Default video quota per user src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 320 + 372 Default daily upload limit per user src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 332 + 384 NEW VIDEOS src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 349 + 401 Allow import with HTTP URL (i.e. YouTube) src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 360 + 412 Allow import with a torrent file or a magnet URI src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 367 + 419 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-custom-config.component.html - 384 + 436 Blacklist new videos automatically src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 381 + 433 FEDERATION src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 398 + 450 @@ -5051,25 +5095,25 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 399 + 451 Other instances can follow yours src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 412 + 464 Manually approve new instance followers src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 419 + 471 Automatically follow back instances src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 432 + 484 @@ -5077,49 +5121,49 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 + 502 Index URL src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 457 + 509 Automatically follow instances of a public index src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 + 497 ADMINISTRATORS src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 477 + 529 Admin email src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 483 + 535 Enable contact form src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 494 + 546 Services src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 505 + 557 TWITTER src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 511 + 563 @@ -5127,19 +5171,19 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 512 + 564 Your Twitter username src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 523 + 575 Instance whitelisted by Twitter src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 535 + 587 @@ -5151,19 +5195,19 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 539 + 591 Advanced configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 559 + 611 TRANSCODING src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 565 + 617 @@ -5172,43 +5216,43 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 566 + 618 Transcoding enabled src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 579 + 631 If you disable transcoding, many videos from your users will not work! src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 583 + 635 Allows users to upload .mkv, .mov, .avi and .flv videos. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 594 + 646 Allow additional extensions src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 591 + 643 Allows users to upload audio files that will be merged with the preview file on upload. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 605 + 657 Allow audio files upload src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 602 + 654 @@ -5222,13 +5266,13 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 617 + 669 WebTorrent support enabled src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 614 + 666 @@ -5245,31 +5289,31 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 638 + 690 HLS support enabled src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 635 + 687 Transcoding threads src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 660 + 712 Resolutions to generate src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 673 + 725 CACHE src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 699 + 751 @@ -5277,25 +5321,25 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 700 + 752 Number of previews to keep in cache src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 709 + 761 Number of video captions to keep in cache src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 718 + 770 CUSTOMIZATIONS src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 733 + 785 @@ -5303,13 +5347,13 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 734 + 786 JavaScript src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 744 + 796 @@ -5317,7 +5361,7 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 747 + 799 @@ -5334,19 +5378,19 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 766 + 818 - - Update configuration + + It seems like the configuration is invalid. Please search for potential errors in the different tabs. src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 804 + 856 - - It seems like the configuration is invalid. Please search for potential errors in the different tabs. + + Update configuration src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 805 + 858 PROFILE @@ -5440,17 +5484,23 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 + + Your current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 27 + 28 Change email src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html - 35 + 36 Change ownership @@ -6135,9 +6185,9 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - + - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html @@ -9719,6 +9769,27 @@ 1 + + Are you sure you want to remove all the comments of this account? + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + + Delete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + + Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + Edit user @@ -9810,6 +9881,20 @@ 1 + + Remove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + + Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + Mute this account by your instance @@ -9866,6 +9951,20 @@ 1 + + Remove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + + Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf index bfcd5bd7f..52faac227 100644 --- a/client/src/locale/angular.zh-Hans-CN.xlf +++ b/client/src/locale/angular.zh-Hans-CN.xlf @@ -424,9 +424,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at 开始时间: @@ -488,7 +488,7 @@ video - src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html46 + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles subtitles @@ -697,7 +697,7 @@ Deleted - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html49src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at 编辑开始或结尾 @@ -751,7 +751,7 @@ - src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html39src/app/+my-account/my-account-videos/my-account-videos.component.html21 + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit 编辑 @@ -1599,13 +1599,13 @@ src/app/modal/instance-config-warning-modal.component.html 21 - + - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. - Please consider to configure these fields to help people to choose the appropriate instance. - Without them, your instance may not be referenced on JoinPeerTube website. + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html @@ -1907,63 +1907,33 @@ src/app/header/search-typeahead.component.html3 GLOBAL SEARCHGLOBAL SEARCH - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using using - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCHADVANCED SEARCH - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instanceany instance - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instancesonly followed instances - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channelchannel - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names.Any other text will return matching video or channel names. - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... 搜索… @@ -3319,13 +3289,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted This comment has been deleted - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 @@ -3808,7 +3778,7 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 + src/app/+admin/users/user-list/user-list.component.html121 Showing to of usersShowing to of users src/app/+admin/users/user-list/user-list.component.html @@ -4306,7 +4276,13 @@ - src/app/app.component.html11 + src/app/app.component.html11 + Close this messageClose this message + + src/app/app.component.html + 34 + + Go to the plugin homepage 前往插件首页 @@ -4733,17 +4709,57 @@ 223 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + + NEW USERSNEW USERS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 Manage users to set their quota individually. Manage users to set their quota individually. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled @@ -4752,7 +4768,7 @@ 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification 注册需要验证电子邮件地址 @@ -4760,7 +4776,7 @@ 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit 注册限制 @@ -4768,7 +4784,7 @@ 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users 用户 @@ -4857,91 +4873,85 @@ Default video quota per user Default video quota per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user Default daily upload limit per user - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOSNEW VIDEOS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) Allow import with HTTP URL (i.e. YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 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-custom-config.component.html367 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically Blacklist new videos automatically - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATIONFEDERATION - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 Manage relations with other instances. Manage relations with other instances. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yoursOther instances can follow yours - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers Manually approve new instance followers - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instancesAutomatically follow back instances - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 You should only follow indexes you trust, or host your own. You should only follow indexes you trust, or host your own. - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ 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-custom-config.component.html296src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL Index URL - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public indexAutomatically follow instances of a public index - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORSADMINISTRATORS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator 管理员 @@ -4957,7 +4967,7 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form 开启联系表格 @@ -4965,7 +4975,7 @@ 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration 基本配置 @@ -4976,14 +4986,14 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html234 TWITTERTWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. Optional. If any, provide the Twitter account representing your instance to improve link previews. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username @@ -4992,7 +5002,7 @@ 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter @@ -5001,7 +5011,7 @@ 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance. @@ -5016,7 +5026,7 @@ to see if you instance is whitelisted. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services @@ -5025,10 +5035,10 @@ 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODINGTRANSCODING - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 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. @@ -5037,7 +5047,7 @@ resources, this is a critical part of PeerTube, so tread carefully. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled @@ -5046,7 +5056,7 @@ 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! 如果禁用转码,用户上传的视频很有可能无法正常播放! @@ -5054,10 +5064,10 @@ 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos.Allows users to upload .mkv, .mov, .avi and .flv videos. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions @@ -5066,10 +5076,10 @@ 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload.Allows users to upload audio files that will be merged with the preview file on upload. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload @@ -5078,7 +5088,7 @@ 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 Experimental, we suggest you to not disable webtorrent support for now @@ -5097,13 +5107,13 @@ If disabled, breaks federation with PeerTube instances < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 Requires ffmpeg >= 4.1 @@ -5128,13 +5138,13 @@ If you also enabled WebTorrent support, it will multiply videos storage by 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled HLS support enabled - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads 转码线程数 @@ -5142,41 +5152,41 @@ 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generateResolutions to generate - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHECACHE - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 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-custom-config.component.html700 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cacheNumber of previews to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cacheNumber of video captions to keep in cache - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONSCUSTOMIZATIONS - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 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-custom-config.component.html734 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript @@ -5185,14 +5195,14 @@ 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 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-custom-config.component.html747 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 Write CSS code directly. Example: #custom-css @@ -5217,7 +5227,7 @@ - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 @@ -5227,7 +5237,7 @@ 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration 更新设置 @@ -5235,12 +5245,12 @@ 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. It seems like the configuration is invalid. Please search for potential errors in the different tabs. - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILEPROFILE src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -5450,6 +5460,12 @@ 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5457,16 +5473,16 @@ 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email 修改电子邮件地址 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme 主题 @@ -6301,17 +6317,18 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. src/app/+about/about-peertube/about-peertube.component.html 9 + It is a free and open-source software, under the AGPLv3 @@ -10090,6 +10107,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10183,6 +10218,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10239,6 +10286,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf index 6092887dc..63c3b18ec 100644 --- a/client/src/locale/angular.zh-Hant-TW.xlf +++ b/client/src/locale/angular.zh-Hant-TW.xlf @@ -264,8 +264,8 @@ src/app/shared/users/user-notifications.component.html1 - published a new video: - 發佈了新視頻: + published a new video: + 發佈了新視頻: src/app/shared/users/user-notifications.component.html 15 @@ -280,28 +280,28 @@ - Your video has been unblacklisted - 您的視頻 已從黑名單上解除 + Your video has been unblacklisted + 您的視頻 已從黑名單上解除 src/app/shared/users/user-notifications.component.html32 - Your video has been blacklisted - 您的視頻 已被列入黑名單 + Your video has been blacklisted + 您的視頻 已被列入黑名單 src/app/shared/users/user-notifications.component.html40 - A new video abuse has been created on video - 新的視頻濫用 已建立於視頻 + A new video abuse has been created on video + 新的視頻濫用 已建立於視頻 src/app/shared/users/user-notifications.component.html48 - The recently added video has been auto-blacklisted - 最近新增的視頻 已被 自動加入黑名單 + The recently added video has been auto-blacklisted + 最近新增的視頻 已被 自動加入黑名單 src/app/shared/users/user-notifications.component.html56 - commented your video - 已在您的視頻上留言 + commented your video + 已在您的視頻上留言 src/app/shared/users/user-notifications.component.html 69 @@ -316,46 +316,54 @@ - Your video has been published - 您的視頻 已發佈 + Your video has been published + 您的視頻 已發佈 src/app/shared/users/user-notifications.component.html86 - Your video import succeeded - 您的視頻匯入 成功 + Your video import succeeded + 您的視頻匯入 成功 src/app/shared/users/user-notifications.component.html94 - Your video import failed - 您的視頻匯入 失敗 + Your video import failed + 您的視頻匯入 失敗 src/app/shared/users/user-notifications.component.html102 - User registered on your instance - 使用者 已於您的實例註冊 + User registered on your instance + 使用者 已於您的實例註冊 src/app/shared/users/user-notifications.component.html 110 - is following your channel your account - 正在追蹤 您的頻道 您的帳戶 + + is following + + your channel + your account + + 正在追蹤 您的頻道 您的帳戶 src/app/shared/users/user-notifications.component.html120 - mentioned you on video - 提及您於 視頻 + mentioned you on video + 提及您於 視頻 src/app/shared/users/user-notifications.component.html133 - Your instance has a new follower () awaiting your approval - 您的實例有 新的追蹤者 () 正等候您的批准 + + Your instance has a new follower () + awaiting your approval + + 您的實例有 新的追蹤者 () 正等候您的批准 src/app/shared/users/user-notifications.component.html141 - Your instance automatically followed - 您的實例已自動追蹤 + Your instance automatically followed + 您的實例已自動追蹤 src/app/shared/users/user-notifications.component.html150 @@ -388,9 +396,9 @@ 9 - src/app/shared/video-playlist/video-add-to-playlist.component.html9 - src/app/videos/+video-watch/comment/video-comment.component.html42 - + + + src/app/shared/video-playlist/video-add-to-playlist.component.html9src/app/videos/+video-watch/comment/video-comment.component.html48 Start at 開始於 @@ -458,9 +466,9 @@ video 視頻 - src/app/shared/video/modals/video-download.component.html12 - src/app/header/search-typeahead.component.html46 - + + + src/app/shared/video/modals/video-download.component.html12src/app/header/search-typeahead.component.html47 subtitles 字幕 @@ -535,8 +543,8 @@ src/app/shared/video/modals/video-report.component.html3 - Your report will be sent to moderators of and will be forwarded to the video origin () too. - 您的舉報將會傳送給 的調解員,同時也會轉發給視頻來源 () . + Your report will be sent to moderators of and will be forwarded to the video origin () too. + 您的舉報將會傳送給 的調解員,同時也會轉發給視頻來源 () . src/app/shared/video/modals/video-report.component.html 9 @@ -672,10 +680,10 @@ 34 - src/app/shared/video-playlist/video-playlist-element-miniature.component.html34 - src/app/videos/+video-watch/comment/video-comment.component.html49 - src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 - + + + + src/app/shared/video-playlist/video-playlist-element-miniature.component.html34src/app/videos/+video-watch/comment/video-comment.component.html55src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html100 Edit starts/stops at 編輯開始/停止於 @@ -725,11 +733,11 @@ 13 - src/app/shared/buttons/delete-button.component.html5 - src/app/videos/+video-edit/shared/video-edit.component.html186 - src/app/videos/+video-watch/comment/video-comment.component.html39 - src/app/+my-account/my-account-videos/my-account-videos.component.html21 - + + + + + src/app/shared/buttons/delete-button.component.html5src/app/videos/+video-edit/shared/video-edit.component.html186src/app/videos/+video-watch/comment/video-comment.component.html45src/app/+my-account/my-account-videos/my-account-videos.component.html21 Edit 編輯 @@ -830,24 +838,33 @@ src/app/shared/user-subscription/subscribe-button.component.html63 - Remote subscribe Remote interact - 遠端訂閱 遠端互動 + + Remote subscribe + Remote interact + + 遠端訂閱 遠端互動 10 src/app/shared/user-subscription/remote-subscribe.component.html10 - You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. - 您可以透過任何 ActivityPub 聯邦宇宙的實例訂閱此頻道。 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 + + You can subscribe to the channel via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. + + 您可以透過任何 ActivityPub 聯邦宇宙的實例訂閱此頻道。 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 17 src/app/shared/user-subscription/remote-subscribe.component.html17 - You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. - 您可以透過任何 ActivityPub 聯邦宇宙的實例與此互動。 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 + + You can interact with this via any ActivityPub-capable fediverse instance. + For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. + + 您可以透過任何 ActivityPub 聯邦宇宙的實例與此互動。 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 26 @@ -862,8 +879,11 @@ - Default NSFW/sensitive videos policy can be redefined by the users - 預設的 NSFW/敏感視頻政策 可以被使用者重新定義 + + Default NSFW/sensitive videos policy + can be redefined by the users + + 預設的 NSFW/敏感視頻政策 可以被使用者重新定義 5 @@ -921,9 +941,9 @@ src/app/+admin/users/user-edit/user-edit.component.html139 - Unlimited ( per day) + Unlimited ( per day) - 無限 ( per day) + 無限 ( per day) 53 @@ -1121,8 +1141,8 @@ src/app/login/login.component.html2 - Sorry but there was an issue with the external login process. Please contact an administrator. - 抱歉,但外部登入流程有問題。請聯絡管理員。 + Sorry but there was an issue with the external login process. Please contact an administrator. + 抱歉,但外部登入流程有問題。請聯絡管理員。 src/app/login/login.component.html 6 @@ -1137,8 +1157,15 @@ - Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at https://joinpeertube.org/instances. - 目前此實例不允許使用者註冊,但您可以找到讓您可以註冊帳戶並上傳視頻的實例。 在許多實例中尋找適合您的,在 https://joinpeertube.org/instances。 + + Currently this instance doesn't allow for user registration, but you can find an instance + that gives you the possibility to sign up for an account and upload your videos there. + + + + Find yours among multiple instances at https://joinpeertube.org/instances. + + 目前此實例不允許使用者註冊,但您可以找到讓您可以註冊帳戶並上傳視頻的實例。 在許多實例中尋找適合您的,在 https://joinpeertube.org/instances。 src/app/login/login.component.html 16 @@ -1304,9 +1331,9 @@ - for + for - 為 + 為 6 @@ -1314,10 +1341,13 @@ src/app/search/search.component.html6 - Filters + + Filters + + 過濾器 - + 16 @@ -1349,7 +1379,8 @@ src/app/modal/welcome-modal.component.html3 - CLI documentation + CLI + documentation CLI 文檔 12 @@ -1365,7 +1396,8 @@ src/app/modal/welcome-modal.component.html15 - Administer documentation + Administer + documentation 管理文檔 19 @@ -1381,7 +1413,8 @@ src/app/modal/welcome-modal.component.html22 - Use documentation + Use + documentation 使用文檔 26 @@ -1405,16 +1438,16 @@ src/app/modal/welcome-modal.component.html41 - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - PeerTube 官方網站(新聞、支援、貢獻……):https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + PeerTube 官方網站(新聞、支援、貢獻……):https://joinpeertube.org 44 src/app/modal/welcome-modal.component.html44 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - 將您的實例放在公開的 PeerTube 索引中:https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + 將您的實例放在公開的 PeerTube 索引中:https://instances.joinpeertube.org/instances 47 @@ -1429,16 +1462,26 @@ src/app/modal/welcome-modal.component.html59 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain your it is very important for visitors to understand on what type of instance they are. - 選擇您的實例名稱、設定描述、指定您是誰、 為什麼您要建立您自己的實例與您計劃要維護它多久 都對訪客瞭解他們正在哪種實例上非常重要。 + + Choosing your instance name, setting up a description, specifying who you are, + why you created your instance and how long you plan to maintain your it + is very important for visitors to understand on what type of instance they are. + + 選擇您的實例名稱、設定描述、指定您是誰、 為什麼您要建立您自己的實例與您計劃要維護它多久 都對訪客瞭解他們正在哪種實例上非常重要。 61 src/app/modal/welcome-modal.component.html61 - If you want to open registrations, please decide what are your moderation rules, fill your instance terms and specify the categories and languages you speak. This way, you will help users to register on the appropriate PeerTube instance. - 如果您想要開放註冊,請決定好您的調解規則,填寫您的實例條款 並指定分類與您說的語言。這樣,您就可以幫忙使用者在the 適合的 PeerTube 實例上註冊。 + + If you want to open registrations, please decide what are your moderation rules, fill your instance + terms + and specify the categories and languages you speak. This way, you will help users to register on the + appropriate + PeerTube instance. + + 如果您想要開放註冊,請決定好您的調解規則,填寫您的實例條款 並指定分類與您說的語言。這樣,您就可以幫忙使用者在the 適合的 PeerTube 實例上註冊。 67 @@ -1531,15 +1574,20 @@ 21 src/app/modal/instance-config-warning-modal.component.html21 - - - Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website. - 請考慮設定這些欄位以幫忙人們選擇適合的實例。沒有它們,您的實例可能無法在 JoinPeerTube 網站上顯示。 + + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + + Please consider configuring these fields to help people to choose the appropriate instance. + Without them, your instance may not be referenced on the JoinPeerTube website. + src/app/modal/instance-config-warning-modal.component.html 24 + Configure these fields 設定這些欄位 @@ -1853,79 +1901,49 @@ GLOBAL SEARCH 全域搜尋 - - src/app/header/search-typeahead.component.html - 16 - - + + src/app/header/search-typeahead.component.html17 using 正在使用 - - src/app/header/search-typeahead.component.html - 18 - - + + src/app/header/search-typeahead.component.html19 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.html - 22 - - + + src/app/header/search-typeahead.component.html23 ADVANCED SEARCH 進階搜尋 - - src/app/header/search-typeahead.component.html - 29 - - + + src/app/header/search-typeahead.component.html30 any instance 任何實例 - - src/app/header/search-typeahead.component.html - 32 - - + + src/app/header/search-typeahead.component.html33 only followed instances 僅已追蹤的實例 - - src/app/header/search-typeahead.component.html - 33 - - + + src/app/header/search-typeahead.component.html34 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.html - 31 - - + + src/app/header/search-typeahead.component.html32 channel 頻道 - - src/app/header/search-typeahead.component.html - 40 - - - src/app/header/search-typeahead.component.html - 43 - - + + + src/app/header/search-typeahead.component.html41src/app/header/search-typeahead.component.html44 Any other text will return matching video or channel names. 任何其他文字都將會回傳相符的視頻或頻道名稱。 - - src/app/header/search-typeahead.component.html - 49 - - + + src/app/header/search-typeahead.component.html50 Search... 搜尋…… @@ -1967,8 +1985,11 @@ - Jump to channel ↵ - 跳到頻道 ↵ + + Jump to channel + ↵ + + 跳到頻道 ↵ src/app/header/suggestion.component.html 18 @@ -2206,8 +2227,12 @@ src/app/videos/+video-watch/video-watch.component.html229 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. - 標籤可用於相關建議。最多可有 5 個標艱。按下 Enter 以加入新的標籤。 + + Tags could be used to suggest relevant recommendations. + There is a maximum of 5 tags. + Press Enter to add a new tag. + + 標籤可用於相關建議。最多可有 5 個標艱。按下 Enter 以加入新的標籤。 src/app/videos/+video-edit/shared/video-edit.component.html23 @@ -2370,7 +2395,7 @@ src/app/videos/+video-edit/shared/video-edit.component.html180 - Already uploaded ✔ + Already uploaded ✔ 已上傳 ✔ 179 @@ -2501,8 +2526,12 @@ src/app/videos/+video-watch/modal/video-share.component.html33 - You can import any URL supported by youtube-dl or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. - 您可以匯入任何 URL supported by youtube-dl 或指向原始 MP4 檔案的 URL。 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的實例惹上法律問題。 + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + 您可以匯入任何 URL supported by youtube-dl 或指向原始 MP4 檔案的 URL。 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的實例惹上法律問題。 10 @@ -2562,10 +2591,14 @@ src/app/videos/+video-edit/video-add-components/video-upload.component.html31 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + + Image that will be merged with your audio file. + + The chosen image will be definitive and cannot be modified. + 圖片將會被合併到您的音訊檔中。 - + 選定的圖片將無法修改。 @@ -2633,7 +2666,10 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html13 - You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + 您可以匯入任何指向 mp4 檔案的 torrent 檔案。 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的實例惹上法律問題。 17 @@ -2649,8 +2685,12 @@ src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html56 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. - 我們建議您不要使用 root 使用者發佈您的視頻,因為這是您實例的超級管理員帳號。請建立專用的帳號來上傳您的視頻。 + + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. + + Instead, create a dedicated account to upload your videos. + + 我們建議您不要使用 root 使用者發佈您的視頻,因為這是您實例的超級管理員帳號。請建立專用的帳號來上傳您的視頻。 src/app/videos/+video-edit/video-add.component.html 2 @@ -2886,16 +2926,16 @@ src/app/videos/+video-watch/video-watch.component.html32 - Published • views - 已發佈 • 檢視 + Published • views + 已發佈 • 檢視 src/app/videos/+video-watch/video-watch.component.html 45 - Published • views - 已發佈 • 檢視 + Published • views + 已發佈 • 檢視 src/app/videos/+video-watch/video-watch.component.html 56 @@ -3188,7 +3228,11 @@ src/app/videos/+video-watch/comment/video-comment-add.component.html31 - You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface. + + You can comment using an account on any ActivityPub-compatible instance. + On most platforms, you can find the video by typing its URL in the search bar and then comment it + from within the software's interface. + 您可以使用任何相容於 ActivityPub 的實例上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找視頻,並從軟體介面中留言。 src/app/videos/+video-watch/comment/video-comment-add.component.html @@ -3224,13 +3268,13 @@ 14 - src/app/videos/+video-watch/comment/video-comment.component.html38 - + + src/app/videos/+video-watch/comment/video-comment.component.html44 This comment has been deleted 此留言已被刪除 - src/app/videos/+video-watch/comment/video-comment.component.html55 - + + src/app/videos/+video-watch/comment/video-comment.component.html61 Follows & redundancies 追蹤 & 重複 @@ -3370,8 +3414,8 @@ src/app/+admin/system/jobs/jobs.component.html51 - Created - 建立 + Created + 建立 11 @@ -3461,8 +3505,8 @@ src/app/+admin/follows/following-list/following-list.component.html26 - Redundancy allowed - 允許冗餘 + Redundancy allowed + 允許冗餘 src/app/+admin/follows/following-list/following-list.component.html29 @@ -3581,8 +3625,11 @@ src/app/+admin/users/user-list/user-list.component.html48 - Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . - 轉換編碼已啟用。視頻配額僅考慮原始視頻大小。 此使用者最多只能上傳 ~ 。 + + Transcoding is enabled. The video quota only takes into account original video size. + At most, this user could upload ~ . + + 轉換編碼已啟用。視頻配額僅考慮原始視頻大小。 此使用者最多只能上傳 ~ 。 src/app/+admin/users/user-edit/user-edit.component.html 148 @@ -3674,16 +3721,16 @@ src/app/+admin/users/user-list/user-list.component.html22 - Username - 使用者名稱 + Username + 使用者名稱 40 src/app/+admin/users/user-list/user-list.component.html45 - Video quota - 視頻配額 + Video quota + 視頻配額 42 @@ -3734,8 +3781,8 @@ 95 - src/app/+admin/users/user-list/user-list.component.html118 - + + src/app/+admin/users/user-list/user-list.component.html121 Showing to of users 正在顯示 到 的 使用者 @@ -3794,8 +3841,8 @@ src/app/+admin/moderation/moderation.component.html13 - Video - 視頻 + Video + 視頻 src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html23 src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24 @@ -3852,8 +3899,8 @@ src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html26 - Date - 日期 + Date + 日期 11 @@ -4063,8 +4110,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html74 - State - 陳述 + State + 陳述 11 @@ -4073,8 +4120,8 @@ src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html43 - Score - 分數 + Score + 分數 src/app/+admin/follows/followers-list/followers-list.component.html24 @@ -4094,8 +4141,8 @@ - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 20 @@ -4118,8 +4165,8 @@ - - + + src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html 40 @@ -4166,8 +4213,8 @@ src/app/+about/about.component.html5 - Muted at - 靜音於 + Muted at + 靜音於 13 @@ -4294,6 +4341,12 @@ 51 src/app/app.component.html11 + + Close this messageClose this message + + src/app/app.component.html + 34 + Go to the plugin homepage @@ -4458,8 +4511,8 @@ - By -> - 由 -> + By -> + 由 -> src/app/+admin/system/logs/logs.component.html 32 @@ -4507,8 +4560,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html65 - 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. - 分享系統 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他端點,但是這有助於降低伺服器的負載。 + 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. + 分享系統 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他端點,但是這有助於降低伺服器的負載。 src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html47 @@ -4550,8 +4603,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html75 - Manage users to build a moderation team. - 管理 使用者 以建立良好的團隊。 + Manage users to build a moderation team. + 管理 使用者 以建立良好的團隊。 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html76 @@ -4563,8 +4616,11 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html86 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - 啟用它會讓其他管理員知道您主要是在聯播敏感內容。 此外,預設情況下,系統會自動勾選視頻上傳時的 NSFW 勾選框。 + + Enabling it will allow other administrators to know that you are mainly federating sensitive content. + Moreover, the NSFW checkbox on video upload will be automatically checked by default. + + 啟用它會讓其他管理員知道您主要是在聯播敏感內容。 此外,預設情況下,系統會自動勾選視頻上傳時的 NSFW 勾選框。 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html90 @@ -4576,8 +4632,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html99 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - 有不要列出或模糊縮圖時,將會在請求觀看視頻時顯示確認方塊。 + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + 有不要列出或模糊縮圖時,將會在請求觀看視頻時顯示確認方塊。 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html103 @@ -4737,8 +4793,8 @@ src/app/+admin/config/edit-custom-config/edit-custom-config.component.html240 - 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-custom-config.component.html241 @@ -4793,41 +4849,81 @@ 223 src/app/+admin/config/edit-custom-config/edit-custom-config.component.html270 + + BROADCAST MESSAGEBROADCAST MESSAGE + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 281 + + + + Display a message on your instance + + Display a message on your instance + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 282 + + + Enable broadcast messageEnable broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 294 + + + Allow users to dismiss the broadcast message Allow users to dismiss the broadcast message + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 301 + + + Broadcast message levelBroadcast message level + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 306 + + + MessageMessage + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html + 318 + NEW USERS 新使用者 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html281 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html333 - Manage users to set their quota individually. - 管理使用者以單獨設定他們的配額。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html282 - + Manage users to set their quota individually. + 管理使用者以單獨設定他們的配額。 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html334 Signup enabled 已啟用註冊 235 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html293 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html345 Signup requires email verification 註冊需要電子郵件驗證 242 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html301 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html353 Signup limit 限制註冊 247 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html305 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html357 Users 使用者 @@ -4935,102 +5031,96 @@ 261 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html320 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html372 Default daily upload limit per user 每個使用者預設的每日上傳限制 273 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html332 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html384 NEW VIDEOS 新視頻 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html349 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html401 Allow import with HTTP URL (i.e. YouTube) 允許使用 HTTP URL 匯入(如 YouTube) - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html360 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 Allow import with a torrent file or a magnet URI 允許使用種子檔案或磁力連結匯入 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html367 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 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-custom-config.component.html384 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html436 Blacklist new videos automatically 自動將新視頻列入黑名單 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html381 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html433 FEDERATION 聯盟 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html398 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html450 - Manage relations with other instances. - 管理與其他實例的關係。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html399 - + Manage relations with other instances. + 管理與其他實例的關係。 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html451 Other instances can follow yours 其他實例可以追蹤您的 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html412 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html464 Manually approve new instance followers 手動批准新的實例追蹤者 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html419 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html471 Automatically follow back instances 自動追蹤實例 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html432 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html484 - You should only follow indexes you trust, or host your own. - 您應該只追蹤您所信任的索引,或自行架設。 - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 450 - - + You should only follow indexes you trust, or host your own. + 您應該只追蹤您所信任的索引,或自行架設。 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html502 ⚠️ This functionality requires a lot of attention and extra moderation. ⚠️ 使用此功能時必須非常小心。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html296 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html435 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html448 - + + + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html348src/app/+admin/config/edit-custom-config/edit-custom-config.component.html487src/app/+admin/config/edit-custom-config/edit-custom-config.component.html500 Index URL 索引 URL 371 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html457 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html509 Automatically follow instances of a public index 自動追蹤公開索引上的實例 - - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html - 445 - - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html497 ADMINISTRATORS 管理 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html477 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html529 Administrator 管理員 @@ -5045,16 +5135,16 @@ 387 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html483 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 Enable contact form 啟用聯絡表單 398 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html494 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html546 Basic configuration 基本設定 @@ -5066,202 +5156,241 @@ TWITTER TWITTER - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html511 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html563 Optional. If any, provide the Twitter account representing your instance to improve link previews. 可選擇。如果有的話,請提供您實例的 Twitter 帳號以改善連結預覽。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html512 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html564 Your Twitter username 您的 Twitter 使用者名稱 413 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html523 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html575 Instance whitelisted by Twitter 已被 Twitter 列入白名單的實例 431 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html535 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html587 - If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. - 如果您的實例被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的視頻分享播放器。如果實例不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 實例。將此勾選框打勾,儲存設定並使用您實例的視頻 URL 測試 (https://example.com/videos/watch/blabla),在 https://cards-dev.twitter.com/validator 檢視您的實例是否在白名單中。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html539 - + + If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. + If the instance is not whitelisted, we use an image link card that will redirect on 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 whitelisted. + + 如果您的實例被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的視頻分享播放器。如果實例不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 實例。將此勾選框打勾,儲存設定並使用您實例的視頻 URL 測試 (https://example.com/videos/watch/blabla),在 https://cards-dev.twitter.com/validator 檢視您的實例是否在白名單中。 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 Services 服務 405 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html505 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html557 TRANSCODING 轉換編碼 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html565 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - 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. + 處理上傳的視頻,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html566 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html618 Transcoding enabled 轉換編碼已啟用 461 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html579 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html631 If you disable transcoding, many videos from your users will not work! 若您停用轉換編碼,從您的使用者們而來的許多視頻將會無法運作! 465 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html583 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 Allows users to upload .mkv, .mov, .avi and .flv videos. 允許使用者上傳 .mkv、.mov、.avi 與 .flv 視頻。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html594 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html646 Allow additional extensions 允許額外的副檔名 475 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html591 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html643 Allows users to upload audio files that will be merged with the preview file on upload. 允許使用者上傳音訊檔案,其將會在預覽檔案上傳時合併。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html605 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html657 Allow audio files upload 允許上傳音訊檔案 486 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html602 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html654 - Experimental, we suggest you to not disable webtorrent support for now If you also enabled HLS support, it will multiply videos storage by 2 If disabled, breaks federation with PeerTube instances < 2.1 - 實驗性,我們建議您暫時不要停用 webtorrent 支援 如果您也啟用了 HLS 支援,它將會讓視頻的儲存空間需求乘以 2 若停用,將會破壞與其他 PeerTube 實例的聯盟 < 2.1 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html617 - + + Experimental, we suggest you to not disable webtorrent support for now + + If you also enabled HLS support, it will multiply videos storage by 2 + + + + If disabled, breaks federation with PeerTube instances < 2.1 + + 實驗性,我們建議您暫時不要停用 webtorrent 支援 如果您也啟用了 HLS 支援,它將會讓視頻的儲存空間需求乘以 2 若停用,將會破壞與其他 PeerTube 實例的聯盟 < 2.1 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html669 WebTorrent support enabled WebTorrent 支援已啟用 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html614 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html666 - Requires ffmpeg >= 4.1 Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: Resolution change is smoother Faster playback in particular with long videos More stable playback (less bugs/infinite loading) If you also enabled WebTorrent support, it will multiply videos storage by 2 - 依賴於 ffmpeg >= 4.1 生成 HLS 播放清單與碎片化的 MP4 檔案以取得比目前預設的播放器更好的結果: 解析度變更會更加平順 播放會更加快速,特別是長視頻 播放更穩定(較少臭蟲/無限載入) 若您也啟用了 WebTorrent 支援,其將會讓儲存空間的需求量乘以 2 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html638 - + + Requires ffmpeg >= 4.1 + + Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player: + + Resolution change is smoother + Faster playback in particular with long videos + More stable playback (less bugs/infinite loading) + + + If you also enabled WebTorrent support, it will multiply videos storage by 2 + + 依賴於 ffmpeg >= 4.1 生成 HLS 播放清單與碎片化的 MP4 檔案以取得比目前預設的播放器更好的結果: 解析度變更會更加平順 播放會更加快速,特別是長視頻 播放更穩定(較少臭蟲/無限載入) 若您也啟用了 WebTorrent 支援,其將會讓儲存空間的需求量乘以 2 + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html690 HLS support enabled 已啟用 HLS 支援 498 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html635 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html687 Transcoding threads 轉換編碼執行緒 517 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html660 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html712 Resolutions to generate 要生成的解析度 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html673 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html725 CACHE 快取 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html699 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html751 Some files are not federated, and fetched when necessary. Define their caching policies. 某些檔案未聯播,並會在需要時擷取。定義它們的快取策略。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html700 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html752 Number of previews to keep in cache 要保留在快取中的預覽數量 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html709 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html761 Number of video captions to keep in cache 要保留在快取中的視頻字幕數量 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html718 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html770 CUSTOMIZATIONS 自訂 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html733 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html785 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 爲了建立外掛程式或佈景主題而對您的 PeerTube 實例進行少量修改,這有點太多了。 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html734 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html786 JavaScript JavaScript 575 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html744 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html796 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - 直接編寫 JavaScript 程式碼。範例:console.log('我的實例超棒的'); - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html747 - + Write JavaScript code directly.Example: console.log('my instance is amazing'); + 直接編寫 JavaScript 程式碼。範例:console.log('我的實例超棒的'); + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html799 - Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; - 直接編寫 CSS 程式碼。範例: #custom-css color: red; 以 #custom-css 當前綴來覆寫樣式。範例: #custom-css .logged-in-email color: red; - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html766 - + + Write CSS code directly. Example: + #custom-css + color: red; + + + Prepend with #custom-css to override styles. Example: + #custom-css .logged-in-email + color: red; + + + + 直接編寫 CSS 程式碼。範例: #custom-css color: red; 以 #custom-css 當前綴來覆寫樣式。範例: #custom-css .logged-in-email color: red; + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html818 Advanced configuration 進階設定 452 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html559 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html611 Update configuration 更新設定 628 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html804 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html858 It seems like the configuration is invalid. Please search for potential errors in the different tabs. 設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。 629 - src/app/+admin/config/edit-custom-config/edit-custom-config.component.html805 - + + src/app/+admin/config/edit-custom-config/edit-custom-config.component.html856 PROFILE 個人檔案 @@ -5428,8 +5557,8 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html3 - With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. - 有了 不要列出 或 模糊縮圖,觀看視頻時將會要求確認。 + With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. + 有了 不要列出 或 模糊縮圖,觀看視頻時將會要求確認。 6 @@ -5458,9 +5587,9 @@ src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html26 - Your current email is + Your current email is - 您目前的電子郵件地址為 + 您目前的電子郵件地址為 4 @@ -5468,9 +5597,9 @@ src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html4 - is awaiting email verification + is awaiting email verification - 正在等待電子郵件驗證 + 正在等待電子郵件驗證 8 @@ -5492,6 +5621,12 @@ 17 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html17 + + Your current passwordYour current password + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html + 26 + Your password @@ -5499,16 +5634,16 @@ 27 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html27 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html28 Change email 變更電子郵件 35 - src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html35 - + + src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html36 Theme 佈景主題 @@ -5552,8 +5687,8 @@ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html10 - Videos - 視頻 + Videos + 視頻 src/app/+my-account/my-account-videos/my-account-videos.component.html 2 @@ -5589,10 +5724,13 @@ src/app/+my-account/my-account-ownership/my-account-ownership.component.html13 - Created + + Created + + 已建立 - + 15 @@ -5664,8 +5802,9 @@ src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html26 - 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. - 告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。<br /><br /> 當您要在此頻道上傳視頻時,視頻支援欄位將會自動填入這些文字。 + 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. + 告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。<br /><br /> 當您要在此頻道上傳視頻時,視頻支援欄位將會自動填入這些文字。 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html77 @@ -5762,9 +5901,12 @@ - Delete history + + + Delete history + - + 刪除歷史紀錄 @@ -5781,9 +5923,12 @@ - Notification preferences + + + Notification preferences + - + 通知偏好設定 @@ -5863,8 +6008,8 @@ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html84 - Playlists - 播放清單 + Playlists + 播放清單 src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 2 @@ -5892,9 +6037,9 @@ src/app/+signup/shared/signup-success.component.html8 - If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation. - 如果您需要取得關於使用 PeerTube 的說明,您可以看看 文件。 + 如果您需要取得關於使用 PeerTube 的說明,您可以看看 文件。 13 @@ -6338,33 +6483,40 @@ src/app/+about/about-peertube/about-peertube.component.html 2 - - - PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. - PeerTube 是直接在瀏覽器中使用 P2P 的可自行託管聯播式 (ActivityPub)視頻串流平臺。 + + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + + PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. + src/app/+about/about-peertube/about-peertube.component.html 9 + - It is a free and open-source software, under the AGPLv3 licence. - 這是自由與開放原始碼軟體,以 AGPLv3 licence 授權。 + + It is a free and open-source software, under the AGPLv3 + licence. + + 這是自由與開放原始碼軟體,以 AGPLv3 licence 授權。 src/app/+about/about-peertube/about-peertube.component.html 13 - For more information, please visit joinpeertube.org. - 要取得更多資訊,請造訪 joinpeertube.org。 + For more information, please visit joinpeertube.org. + 要取得更多資訊,請造訪 joinpeertube.org。 src/app/+about/about-peertube/about-peertube.component.html 18 - Use PeerTube documentation + Use PeerTube + documentation 使用 PeerTube 文件 src/app/+about/about-peertube/about-peertube.component.html @@ -6380,7 +6532,8 @@ - PeerTube Applications + PeerTube + Applications PeerTube 應用程式 src/app/+about/about-peertube/about-peertube.component.html @@ -6396,7 +6549,8 @@ - Contribute on PeerTube + Contribute on + PeerTube 在 PeerTube 上貢獻 src/app/+about/about-peertube/about-peertube.component.html @@ -6420,7 +6574,11 @@ src/app/+about/about-peertube/about-peertube.component.html71 - 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 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 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此幫忙降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。 src/app/+about/about-peertube/about-peertube.component.html74 @@ -6433,17 +6591,27 @@ src/app/+about/about-peertube/about-peertube.component.html85 - In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: + + In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. + In practice, this is much more difficult because: + 理論上,有足夠技術知識的人可以建立腳本來追蹤哪個 IP 正在下載哪個視頻。實際上,這相當困難,因為: src/app/+about/about-peertube/about-peertube.component.html87 - An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + + An HTTP request has to be sent on each tracker for each video to spy. + If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) + 必須在每個追蹤器上發送 HTTP 請求以監視每個視頻。如果我們想要監視所有 PeerTube 視頻,我們必須傳送與視頻一樣多的請求(因此會非常多) src/app/+about/about-peertube/about-peertube.component.html93 - For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm + + For each request sent, the tracker returns random peers at a limited number. + For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 + requests sent to know every peer in the swarm + 對於每個傳送的請求,追蹤器將會回傳有限的隨機端點。舉例來說,如果群體中有 1000 個端點,而追蹤器僅為每個請求傳送 20 個端點,那就必須至少傳送 50 個請求才能知道群體中所有的端點 src/app/+about/about-peertube/about-peertube.component.html @@ -6456,7 +6624,10 @@ src/app/+about/about-peertube/about-peertube.component.html104 - If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video + + If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the + video + 如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了視頻 src/app/+about/about-peertube/about-peertube.component.html108 @@ -6466,12 +6637,21 @@ src/app/+about/about-peertube/about-peertube.component.html113 - Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information - 網路端點並無法被公開存取:因為我們在瀏覽器中使用 WebRTC(使用 WebTorrent 函式庫),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他端點轉發資訊。看看此文件來取得更多資訊 + + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the + WebTorrent library), the protocol is different from classic BitTorrent. + When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers + to forward the information to. + See this document for more information + + 網路端點並無法被公開存取:因為我們在瀏覽器中使用 WebRTC(使用 WebTorrent 函式庫),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他端點轉發資訊。看看此文件來取得更多資訊 src/app/+about/about-peertube/about-peertube.component.html117 - The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. + + The worst-case scenario of an average person spying on their friends is quite unlikely. + There are much more effective ways to get that kind of information. + 一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。 src/app/+about/about-peertube/about-peertube.component.html126 @@ -6484,7 +6664,11 @@ src/app/+about/about-peertube/about-peertube.component.html131 - The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + + The threats to privacy with YouTube are different from PeerTube's. + In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. + Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). + YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。 src/app/+about/about-peertube/about-peertube.component.html133 @@ -6497,7 +6681,12 @@ src/app/+about/about-peertube/about-peertube.component.html139 - 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. + + 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. + 您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是不理性的。 src/app/+about/about-peertube/about-peertube.component.html141 @@ -6510,7 +6699,10 @@ src/app/+about/about-peertube/about-peertube.component.html148 - PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: + + PeerTube wants to deliver the best countermeasures possible, to give you more choice + and render attacks less likely. Here is what we put in place so far: + PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作: src/app/+about/about-peertube/about-peertube.component.html150 @@ -6535,7 +6727,10 @@ src/app/+about/about-peertube/about-peertube.component.html159 - Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. + + Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling + WebRTC in your browser. + 最後,請記住您一直都可以透過在視頻播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。 src/app/+about/about-peertube/about-peertube.component.html162 @@ -6572,8 +6767,8 @@ - Developed with ❤ by Framasoft - 由帶著 ❤ 的 Framasoft 開發 + Developed with ❤ by Framasoft + 由帶著 ❤ 的 Framasoft 開發 src/app/+about/about-peertube/about-peertube-contributors.component.html 3 @@ -6654,8 +6849,11 @@ src/app/+signup/+register/register.component.html56 - A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. - 頻道是您視頻上傳後儲存的實體。建立數個頻道有助於組織並分離您的內容。 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的視頻,而另一個頻道則發佈關於生態學的視頻。 + + A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content. + For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. + + 頻道是您視頻上傳後儲存的實體。建立數個頻道有助於組織並分離您的內容。 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的視頻,而另一個頻道則發佈關於生態學的視頻。 4 @@ -6728,8 +6926,13 @@ - I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance - 我至少 16 歲並同意此實例的 條款 與行為守則 + + I am at least 16 years old and agree + to the Terms + and to the Code of Conduct + of this instance + + 我至少 16 歲並同意此實例的 條款 與行為守則 65 @@ -6832,8 +7035,8 @@ - A .mp4 that keeps the original audio track, with no video - .mp4 保留了原始音軌,但沒有視頻 + A .mp4 that keeps the original audio track, with no video + .mp4 保留了原始音軌,但沒有視頻 src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts 1 @@ -8540,7 +8743,7 @@ src/app/search/search-filters.component.ts1 - Long (> 10 min) + Long (> 10 min) 長(大於 10 分鐘) 1 @@ -9900,8 +10103,8 @@ src/app/shared/instance/instance-features-table.component.ts1 - Markdown compatible that supports: - Markdown 相容支援: + Markdown compatible that supports: + Markdown 相容支援: 1 @@ -10067,6 +10270,24 @@ 1 src/app/shared/moderation/user-moderation-dropdown.component.ts1 + + 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/moderation/user-moderation-dropdown.component.ts + 1 + + + Delete account commentsDelete account comments + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Will remove comments of this account (may take several minutes).Will remove comments of this account (may take several minutes). + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Edit user @@ -10171,6 +10392,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your videosRemove comments from your videos + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your videos.Remove comments of this account from your videos. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Mute this account by your instance @@ -10235,6 +10468,18 @@ src/app/shared/moderation/user-moderation-dropdown.component.ts 1 + + Remove comments from your instanceRemove comments from your instance + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + + + Remove comments of this account from your instance.Remove comments of this account from your instance. + + src/app/shared/moderation/user-moderation-dropdown.component.ts + 1 + Request is too large for the server. Please contact you administrator if you want to increase the limit size. diff --git a/client/src/locale/server.en-US.json b/client/src/locale/server.en-US.json index d151eb203..a2c6a89bb 100644 --- a/client/src/locale/server.en-US.json +++ b/client/src/locale/server.en-US.json @@ -1 +1 @@ -{"Music":"Music","Films":"Films","Vehicles":"Vehicles","Art":"Art","Sports":"Sports","Travels":"Travels","Gaming":"Gaming","People":"People","Comedy":"Comedy","Entertainment":"Entertainment","News & Politics":"News & Politics","How To":"How To","Education":"Education","Activism":"Activism","Science & Technology":"Science & Technology","Animals":"Animals","Kids":"Kids","Food":"Food","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Public","Unlisted":"Unlisted","Private":"Private","Internal":"Internal","Published":"Published","To transcode":"To transcode","To import":"To import","Pending":"Pending","Success":"Success","Failed":"Failed","Regular":"Regular","Watch later":"Watch later","This video does not exist.":"This video does not exist.","We cannot fetch the video. Please try again later.":"We cannot fetch the video. Please try again later.","Sorry":"Sorry","This video is not available because the remote instance is not responding.":"This video is not available because the remote instance is not responding.","Misc":"Misc","Unknown":"Unknown","Afar":"Afar","Abkhazian":"Abkhazian","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabic","Aragonese":"Aragonese","American Sign Language":"American Sign Language","Assamese":"Assamese","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azerbaijani","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Belarusian","Bengali":"Bengali","British Sign Language":"British Sign Language","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgarian","Brazilian Sign Language":"Brazilian Sign Language","Catalan":"Catalan","Czech":"Czech","Chamorro":"Chamorro","Chechen":"Chechen","Chuvash":"Chuvash","Cornish":"Cornish","Corsican":"Corsican","Cree":"Cree","Czech Sign Language":"Czech Sign Language","Chinese Sign Language":"Chinese Sign Language","Welsh":"Welsh","Danish":"Danish","German":"German","Dhivehi":"Dhivehi","Danish Sign Language":"Danish Sign Language","Dzongkha":"Dzongkha","Greek":"Greek","English":"English","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basque","Ewe":"Ewe","Faroese":"Faroese","Persian":"Persian","Fijian":"Fijian","Finnish":"Finnish","French":"French","Western Frisian":"Western Frisian","French Sign Language":"French Sign Language","Fulah":"Fulah","Scottish Gaelic":"Scottish Gaelic","Irish":"Irish","Galician":"Galician","Manx":"Manx","Guarani":"Guarani","German Sign Language":"German Sign Language","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Serbo-Croatian","Hebrew":"Hebrew","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Croatian","Hungarian":"Hungarian","Armenian":"Armenian","Igbo":"Igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"Inuktitut","Indonesian":"Indonesian","Inupiaq":"Inupiaq","Icelandic":"Icelandic","Italian":"Italian","Javanese":"Javanese","Lojban":"Lojban","Japanese":"Japanese","Japanese Sign Language":"Japanese Sign Language","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Kazakh","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirghiz","Komi":"Komi","Kongo":"Kongo","Korean":"Korean","Kuanyama":"Kuanyama","Kurdish":"Kurdish","Lao":"Lao","Latvian":"Latvian","Limburgan":"Limburgan","Lingala":"Lingala","Lithuanian":"Lithuanian","Luxembourgish":"Luxembourgish","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallese","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malagasy","Maltese":"Maltese","Mongolian":"Mongolian","Maori":"Maori","Malay (macrolanguage)":"Malay (macrolanguage)","Burmese":"Burmese","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"South Ndebele","North Ndebele":"North Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolanguage)","Dutch":"Dutch","Norwegian Nynorsk":"Norwegian Nynorsk","Norwegian Bokmål":"Norwegian Bokmål","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolanguage)","Oromo":"Oromo","Ossetian":"Ossetian","Panjabi":"Panjabi","Pakistan Sign Language":"Pakistan Sign Language","Polish":"Polish","Portuguese":"Portuguese","Pushto":"Pushto","Quechua":"Quechua","Romansh":"Romansh","Romanian":"Romanian","Russian Sign Language":"Russian Sign Language","Rundi":"Rundi","Russian":"Russian","Sango":"Sango","Saudi Arabian Sign Language":"Saudi Arabian Sign Language","South African Sign Language":"South African Sign Language","Sinhala":"Sinhala","Slovak":"Slovak","Slovenian":"Slovenian","Northern Sami":"Northern Sami","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Southern Sotho","Spanish":"Spanish","Albanian":"Albanian","Sardinian":"Sardinian","Serbian":"Serbian","Swati":"Swati","Sundanese":"Sundanese","Swahili (macrolanguage)":"Swahili (macrolanguage)","Swedish":"Swedish","Swedish Sign Language":"Swedish Sign Language","Tahitian":"Tahitian","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalog","Thai":"Thai","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonga (Tonga Islands)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmen","Turkish":"Turkish","Twi":"Twi","Uighur":"Uighur","Ukrainian":"Ukrainian","Urdu":"Urdu","Uzbek":"Uzbek","Venda":"Venda","Vietnamese":"Vietnamese","Walloon":"Walloon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinese","Zulu":"Zulu"} +{"Music":"Music","Films":"Films","Vehicles":"Vehicles","Art":"Art","Sports":"Sports","Travels":"Travels","Gaming":"Gaming","People":"People","Comedy":"Comedy","Entertainment":"Entertainment","News & Politics":"News & Politics","How To":"How To","Education":"Education","Activism":"Activism","Science & Technology":"Science & Technology","Animals":"Animals","Kids":"Kids","Food":"Food","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Public","Unlisted":"Unlisted","Private":"Private","Internal":"Internal","Published":"Published","To transcode":"To transcode","To import":"To import","Pending":"Pending","Success":"Success","Failed":"Failed","Rejected":"Rejected","Regular":"Regular","Watch later":"Watch later","This video does not exist.":"This video does not exist.","We cannot fetch the video. Please try again later.":"We cannot fetch the video. Please try again later.","Sorry":"Sorry","This video is not available because the remote instance is not responding.":"This video is not available because the remote instance is not responding.","Misc":"Misc","Unknown":"Unknown","Afar":"Afar","Abkhazian":"Abkhazian","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabic","Aragonese":"Aragonese","American Sign Language":"American Sign Language","Assamese":"Assamese","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azerbaijani","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Belarusian","Bengali":"Bengali","British Sign Language":"British Sign Language","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgarian","Brazilian Sign Language":"Brazilian Sign Language","Catalan":"Catalan","Czech":"Czech","Chamorro":"Chamorro","Chechen":"Chechen","Chuvash":"Chuvash","Cornish":"Cornish","Corsican":"Corsican","Cree":"Cree","Czech Sign Language":"Czech Sign Language","Chinese Sign Language":"Chinese Sign Language","Welsh":"Welsh","Danish":"Danish","German":"German","Dhivehi":"Dhivehi","Danish Sign Language":"Danish Sign Language","Dzongkha":"Dzongkha","Greek":"Greek","English":"English","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basque","Ewe":"Ewe","Faroese":"Faroese","Persian":"Persian","Fijian":"Fijian","Finnish":"Finnish","French":"French","Western Frisian":"Western Frisian","French Sign Language":"French Sign Language","Fulah":"Fulah","Scottish Gaelic":"Scottish Gaelic","Irish":"Irish","Galician":"Galician","Manx":"Manx","Guarani":"Guarani","German Sign Language":"German Sign Language","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Serbo-Croatian","Hebrew":"Hebrew","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Croatian","Hungarian":"Hungarian","Armenian":"Armenian","Igbo":"Igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"Inuktitut","Indonesian":"Indonesian","Inupiaq":"Inupiaq","Icelandic":"Icelandic","Italian":"Italian","Javanese":"Javanese","Lojban":"Lojban","Japanese":"Japanese","Japanese Sign Language":"Japanese Sign Language","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Kazakh","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirghiz","Komi":"Komi","Kongo":"Kongo","Korean":"Korean","Kuanyama":"Kuanyama","Kurdish":"Kurdish","Lao":"Lao","Latvian":"Latvian","Limburgan":"Limburgan","Lingala":"Lingala","Lithuanian":"Lithuanian","Luxembourgish":"Luxembourgish","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallese","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malagasy","Maltese":"Maltese","Mongolian":"Mongolian","Maori":"Maori","Malay (macrolanguage)":"Malay (macrolanguage)","Burmese":"Burmese","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"South Ndebele","North Ndebele":"North Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolanguage)","Dutch":"Dutch","Norwegian Nynorsk":"Norwegian Nynorsk","Norwegian Bokmål":"Norwegian Bokmål","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolanguage)","Oromo":"Oromo","Ossetian":"Ossetian","Panjabi":"Panjabi","Pakistan Sign Language":"Pakistan Sign Language","Polish":"Polish","Portuguese":"Portuguese","Pushto":"Pushto","Quechua":"Quechua","Romansh":"Romansh","Romanian":"Romanian","Russian Sign Language":"Russian Sign Language","Rundi":"Rundi","Russian":"Russian","Sango":"Sango","Saudi Arabian Sign Language":"Saudi Arabian Sign Language","South African Sign Language":"South African Sign Language","Sinhala":"Sinhala","Slovak":"Slovak","Slovenian":"Slovenian","Northern Sami":"Northern Sami","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Southern Sotho","Spanish":"Spanish","Albanian":"Albanian","Sardinian":"Sardinian","Serbian":"Serbian","Swati":"Swati","Sundanese":"Sundanese","Swahili (macrolanguage)":"Swahili (macrolanguage)","Swedish":"Swedish","Swedish Sign Language":"Swedish Sign Language","Tahitian":"Tahitian","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalog","Thai":"Thai","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonga (Tonga Islands)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmen","Turkish":"Turkish","Twi":"Twi","Uighur":"Uighur","Ukrainian":"Ukrainian","Urdu":"Urdu","Uzbek":"Uzbek","Venda":"Venda","Vietnamese":"Vietnamese","Walloon":"Walloon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinese","Zulu":"Zulu"} diff --git a/client/yarn.lock b/client/yarn.lock index ce5646c46..170d21c63 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2,29 +2,29 @@ # yarn lockfile v1 -"@angular-devkit/architect@0.901.5": - version "0.901.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.901.5.tgz#148940d87bd6b4c09ca3aaba7f5cae4e11e44a94" - integrity sha512-VO+8qBkaq54xAjdtvhEhQ86gZxS0V1wC9hGblw3O+XXri/euHky4811B2BbEylPy8/kRy5sUYcuwcyZrVxJ2TQ== +"@angular-devkit/architect@0.901.7": + version "0.901.7" + resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.901.7.tgz#6a09cb076ca92b3202053fca757a456d1f8e4395" + integrity sha512-yW/PUEqle55QihOFbmeNXaVTodhfeXkteoFDUpz+YpX3xiQDXDtNbIJSzKOQTojtBKdSMKMvZkQLr+RAa7/1EA== dependencies: - "@angular-devkit/core" "9.1.5" + "@angular-devkit/core" "9.1.7" rxjs "6.5.4" -"@angular-devkit/build-angular@~0.901.1": - version "0.901.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.901.5.tgz#e20477dab6545437e42151b20650d923ec711958" - integrity sha512-XottEBXE7cmkx6LPu33lXJCSAlxFkIu2ErWvV1oy+La6aZEuoJVntxzIKLprJmTiiD/4IDDQLWwp4m+EC96kyg== +"@angular-devkit/build-angular@~0.901.7": + version "0.901.7" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.901.7.tgz#10d55e3c73213971ba7d733f15d66494dfe9918a" + integrity sha512-NiBwapx/XJqYGzSmENff78i6Yif9PjYDJ9BB+59t2eDofkCZUcPFrhQmRgliO7rt6RATvT81lDP89+LBXCTQPw== dependencies: - "@angular-devkit/architect" "0.901.5" - "@angular-devkit/build-optimizer" "0.901.5" - "@angular-devkit/build-webpack" "0.901.5" - "@angular-devkit/core" "9.1.5" + "@angular-devkit/architect" "0.901.7" + "@angular-devkit/build-optimizer" "0.901.7" + "@angular-devkit/build-webpack" "0.901.7" + "@angular-devkit/core" "9.1.7" "@babel/core" "7.9.0" "@babel/generator" "7.9.3" "@babel/preset-env" "7.9.0" "@babel/template" "7.8.6" "@jsdevtools/coverage-istanbul-loader" "3.0.3" - "@ngtools/webpack" "9.1.5" + "@ngtools/webpack" "9.1.7" ajv "6.12.0" autoprefixer "9.7.4" babel-loader "8.0.6" @@ -71,16 +71,16 @@ tree-kill "1.2.2" webpack "4.42.0" webpack-dev-middleware "3.7.2" - webpack-dev-server "3.10.3" + webpack-dev-server "3.11.0" webpack-merge "4.2.2" webpack-sources "1.4.3" webpack-subresource-integrity "1.4.0" worker-plugin "4.0.3" -"@angular-devkit/build-optimizer@0.901.5": - version "0.901.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.901.5.tgz#e17795fb3ada71474a1eb5f6ffca990df4c986c4" - integrity sha512-xmAMvLMSa8BvqlZ0wsC37Qop/7/pEaQRKLeowC3CCI3jiYDF10Tihar+Hjc04NVSal8ZBP9/+Gp3Yr0x61HcFA== +"@angular-devkit/build-optimizer@0.901.7": + version "0.901.7" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.901.7.tgz#e72fc3031207a78aee175a76d3317cdf226984e9" + integrity sha512-Xuce3StdxhcgLYb0BAaFGr3Bzj5EM2OsAqIT15PkikWY1k5cK50vPxoC/BkX4QDL9eXSHtqAfMBfA6h5N422vw== dependencies: loader-utils "2.0.0" source-map "0.7.3" @@ -88,19 +88,19 @@ typescript "3.6.5" webpack-sources "1.4.3" -"@angular-devkit/build-webpack@0.901.5": - version "0.901.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.901.5.tgz#dfa7976c9798c9e926ae0c7c7ee341145c5debb9" - integrity sha512-4HHOFFRu3yUBe0otaDHh4PID99XvnBJj7hYzvbB5BvP0ULif4/W0aoU2STnern4lH4pJmrtqYawBZ84ETXN/Ag== +"@angular-devkit/build-webpack@0.901.7": + version "0.901.7" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.901.7.tgz#6d93c38756540a02e67d2c3ccfac4220c62962de" + integrity sha512-pTLW5Eqy9cHgv78LKiH0e30lxqKzUPjh1djvNtFsEemOHsfKQdAfjLjikoaQvqMoBKVaUU7r2vmyyS17cH+1yw== dependencies: - "@angular-devkit/architect" "0.901.5" - "@angular-devkit/core" "9.1.5" + "@angular-devkit/architect" "0.901.7" + "@angular-devkit/core" "9.1.7" rxjs "6.5.4" -"@angular-devkit/core@9.1.5": - version "9.1.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.1.5.tgz#97198d2a4d9c425c751c569b73874ecedf161fca" - integrity sha512-i0BJ6Ad3bcDE6e4Ev9Flbw7P0bz9p94FDVfEOPGBTrbJQZSqOm3CqaH2y5LGfl7acSPUi54hK481h1QRUFBkTQ== +"@angular-devkit/core@9.1.7": + version "9.1.7" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.1.7.tgz#f193ccbae4c80b34188bc9cc401c16b3ced50339" + integrity sha512-guvolu9Cl+qYMTtedLZD9wCqustJjdqzJ2psD2C1Sr1LrX9T0mprmDldR/YnhsitThveJEb6sM/0EvqWxoSvKw== dependencies: ajv "6.12.0" fast-json-stable-stringify "2.1.0" @@ -108,19 +108,19 @@ rxjs "6.5.4" source-map "0.7.3" -"@angular-devkit/schematics@9.1.5": - version "9.1.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.1.5.tgz#c176fe030925b660e85c751e6cc64e7d12e7f2f8" - integrity sha512-nkNiGrVl7xLaYYj/oT1wOBowa4Driv2f4abn78AJI/pd/EXA45G/rI9gO/kEG8lHn+FAMQedaywX9N4JDOxCGg== +"@angular-devkit/schematics@9.1.7": + version "9.1.7" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.1.7.tgz#45394a1c928db449b412dacf205c3ec78fb5ef0c" + integrity sha512-oeHPJePBcPp/bd94jHQeFUnft93PGF5iJiKV9szxqS8WWC5OMZ5eK7icRY0PwvLyfenspAZxdZcNaqJqPMul5A== dependencies: - "@angular-devkit/core" "9.1.5" + "@angular-devkit/core" "9.1.7" ora "4.0.3" rxjs "6.5.4" -"@angular/animations@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.1.6.tgz#aaa1c7c396ecb5fdfa2e095a12fee49412308258" - integrity sha512-7Pp7aqNNcH4fu1BnOVpvqJJHjE7RZ5K1oD396OWCh35pgpLowLSpFjhbVhzGrcAuxHyKnnHSX3etLn2hDaHxmQ== +"@angular/animations@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.1.9.tgz#de54334ea195189402487855c9a98f5618605da4" + integrity sha512-qWVi0TxmU6HeXAgEsfpQvFFygh+a0kH2kGe6bWij4XvG6dWfV3xZjlaFwSIYGk+yK4yL0+9+PAXH+ENfxNw+Cw== "@angular/cdk@^9.0.0": version "9.2.3" @@ -129,16 +129,16 @@ optionalDependencies: parse5 "^5.0.0" -"@angular/cli@~9.1.1": - version "9.1.5" - resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.1.5.tgz#1d9a7999c6cddbdf14ab72069aad95785ce315e8" - integrity sha512-Decn0p+s0SLc5p2GN7k8dUrOY43hBuCz8PxueW0gEln7NjlpdmHk+6JQn0ZRl2/2Dbk+eTGzPXyCxGwqsW3jjw== +"@angular/cli@~9.1.7": + version "9.1.7" + resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.1.7.tgz#0532b9c55d267cd6ee3edb79fec8b19c4e64e607" + integrity sha512-NhsIa725S/U/n7nDxp6ForusdYHEXF4aSIvsFRdoK6vbQ889c5e1Rdj+T5EWXLmpQZxeprSKhLI2alNX0nVhhQ== dependencies: - "@angular-devkit/architect" "0.901.5" - "@angular-devkit/core" "9.1.5" - "@angular-devkit/schematics" "9.1.5" - "@schematics/angular" "9.1.5" - "@schematics/update" "0.901.5" + "@angular-devkit/architect" "0.901.7" + "@angular-devkit/core" "9.1.7" + "@angular-devkit/schematics" "9.1.7" + "@schematics/angular" "9.1.7" + "@schematics/update" "0.901.7" "@yarnpkg/lockfile" "1.1.0" ansi-colors "4.1.1" debug "4.1.1" @@ -160,15 +160,15 @@ resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.7.tgz#a5d96515ac0db6d7fccb14e16d2bf713cf845a9d" integrity sha512-B58YgxZva1DBaeayOBsaUOOkoyR+GRibuNC3gfOMm2vXeW9eCNX+jvDtw767GnKm2yGzIq8wB3x6GHojN00dPw== -"@angular/common@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.1.6.tgz#6428051e8fb18fddf1f800fc6a5e1d7d8f92067b" - integrity sha512-L9vw//wE+8QcSArOA411uJ68znnszCiPrbzSBV0BRZeadc7X68MwANA9qjtiTWZx5Xh9pNfHHwsCUyv2lUeinQ== +"@angular/common@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.1.9.tgz#16e77b2db675b80e32f1788a20c538150fd09294" + integrity sha512-y/tJtkuOJhV2kcaXZyrLZH84i4uQ1r+vaaEHvXj+JZYfYfcMMd/TDqMiPcIkUb3RxqghtZ+q0ZNW5D1Nlru3Pw== -"@angular/compiler-cli@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.1.6.tgz#d80f21bd8b6e4db1e1c0a029db223e5e1fcede65" - integrity sha512-1b7m9tvSQJE4y95wNCdi34MORcsmXPC1vaylYlzChVM2et9Y2eKHYcRs+4g329j66irLBGpS/7cgTT2pgJ+IbA== +"@angular/compiler-cli@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.1.9.tgz#e3c234d888074002fa5f6b7eab4f63f4ddbdb7bd" + integrity sha512-aLr2eaDlREN8XybgTbelvjtSZ8eAkxBPilnkddc700BgiC6ImyUSKaItOwa8bnjQwq4Wlz5eVG0ibsrX+5MXwg== dependencies: canonical-path "1.0.0" chokidar "^3.0.0" @@ -183,54 +183,54 @@ sourcemap-codec "^1.4.8" yargs "15.3.0" -"@angular/compiler@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.6.tgz#be4bc14e000c4b9e4c1ebf85f15f8de0b2603dc5" - integrity sha512-tHOQEjWuWqSkrk6/vI6BK7uJnpAyFajCXPW37rH5xspF/aMbetrpoOiGBNUQg/HLaFh04nOAnnFntjLkW0ooaA== +"@angular/compiler@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.9.tgz#cbf678ee28a0811a8ef3ee7be565d4911ff28ec7" + integrity sha512-kjFgaTB2ckr9lgmkS1dOGRT7kmzpQueydxsxXSHWgICNVE6F/u1PHyeSOyJRpxW0GnrkLq3QM2EUFnQGGga5bg== -"@angular/core@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.6.tgz#810b4bb960cc2a933b89969c4d0f5ac53535c241" - integrity sha512-iXgPh5DebLwkMzLtQ6WKiv/mo4hpwMOwYex3O4F2CKToR2tKPnXbV5WC/ADGm0XYXiocSKQPiyL4ZrUjVeKEqA== +"@angular/core@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.9.tgz#db4241f867d6e14b81ed6e7c50334813c6ebfc10" + integrity sha512-q/DERgVU6vK2LtTcdVCGGBcoO424WsEfImh3Vcuy+P/ZVmthlDUC/+q+tSKt8MMf4hLpxFDQJE8vUSkktj7QEw== -"@angular/forms@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.1.6.tgz#2589b74288318ddebb8c12b0fd45eb48dbd9e665" - integrity sha512-3KiFjLDipZVgS5rfnZ8EoKlkUokOR8dmuw2xdjKHgzflWFFeuaY9ZtQgjZGw9/jkwWlc9P38BOSEHbK8NakdDw== +"@angular/forms@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.1.9.tgz#20c9a79d1dcb2cace45df9e2f304b658e02c1687" + integrity sha512-r675yImnb/0pY7K5W3V2ITa7YETu1I2AS+bRfII6UQ6gthyeFFOHb5noa7YneC2yqQiM6E4DQmF5ig3daPuFNg== -"@angular/language-service@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-9.1.6.tgz#ff5e4bda847192820d7921f4551aaa1af8192ed3" - integrity sha512-pB18hVoAbIuk1Wus8ur7yUxSukfPR4pCXiOfbxDQ94qlCzLAzIwXbaNV4erpBfL/fUKxMY3h8RrVt0dfm6M5RQ== +"@angular/language-service@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-9.1.9.tgz#332a7e54d5e553b92342b10703dc13aba474a28f" + integrity sha512-yT6HPpdAe2mD9HRoTCiWFog1MRJt+0j+CLbI/Ql7C6pH6vbjmfsJ55xMmQ7eS6trsnebpMWTUv1f2GRykv3ygw== -"@angular/localize@^9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.1.6.tgz#6b1a3639441da91b8ed7563f82ab3a3112f632a0" - integrity sha512-SGDtXR+HdyfjjMl/JpqHcDPn+OcWKk9eKrJmUB3HcUwsBl1wuYx5dES2iErPTB4BLf2W6rm3o0Bzh7kT+eJFuw== +"@angular/localize@^9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.1.9.tgz#0867a82abcdeb6b88cbd4d61e1410f3c63a66ddb" + integrity sha512-U/4axUr99GO3+dRuMIEyJ1FqXauT82x/w7GulWu05qk8ML8MaIQ58RcB/LTJJY1s1qfwdcsyzX2wZrZcwBLKlA== dependencies: "@babel/core" "7.8.3" glob "7.1.2" yargs "15.3.0" -"@angular/platform-browser-dynamic@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.1.6.tgz#3522fd43825f12f8e9982acab85c0a9cdc0c5c86" - integrity sha512-7AL3hWu4oY0LRiMS9ZEFXPW2uqybWcVNFDHjPp3UwsDIT4+sW3DIm8P+UvAOFkkRwaHpPDqm4chTTiAHygC/1Q== +"@angular/platform-browser-dynamic@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.1.9.tgz#12f8b05d3c9ef0844df88f3833e29ea1e49ec5e0" + integrity sha512-b9MG5MWne+IuL3uLm8jwPhlJzqYaGBGk/qibOqb17T24j1iyrlO7T5bZ8zO6pUy5iT/TahVfHPnPJC1qTK5OmA== -"@angular/platform-browser@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.1.6.tgz#3f107b96f8fdfc87370dae5bc6698c8be9b246e9" - integrity sha512-ebQhbT0Z55vwlQwAY4+s3Bcf1Q4wEN5Yk43iCuVt4g2kFkg09UP0z8aYtbuh7VQDyv/W4TTIGX8smGBWstoedQ== +"@angular/platform-browser@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.1.9.tgz#c2fcc50aebfdc268521b407e32dc0d967cb40411" + integrity sha512-V861X3MxJp1AlMTnkUPldpBLIJbApXF3ka0A5Dq2nVJCyOFeteGkaRWSBgqe2jxmq+LVpJbzcNvtDFXw6mQ0jA== -"@angular/router@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.1.6.tgz#1186e63d3f69faffbf7f92773f342314130b1fcf" - integrity sha512-Oz4nVQUR6t68DSzZuSrVaqrzmA7/0PIEi0sc85CE+UuOEoAqGMwN0NdQYizFT62WZ16DRI/1tZ+TTWvdmpEv8w== +"@angular/router@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.1.9.tgz#5d79d72cb62ea1c04ea70238846653ecf9c4a73c" + integrity sha512-4u+CWMPB4hCkAsFCEzC94YEWT0wVozqGkc/Dortt2hFaqvZpIegg6iJVZlDxuyDjzFYBPnnbTDdgiTTA8ckfuA== -"@angular/service-worker@~9.1.1": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.1.6.tgz#820a685af690bd06d9934087f60b942a68cf92cb" - integrity sha512-mQhVZjw4aEH7f0j07TuoBSrW02KTbySYimivfq9Cb33a2ihI7fb3MAR6YmoM+0ax8Ohl88aOsUOU7xFeHbaMJQ== +"@angular/service-worker@~9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.1.9.tgz#2a5fbd528aed4a69e7f5d6b80ecaf5f6878e51d7" + integrity sha512-TRN9SD38VfyrVwObeAYhogQqSHl9hax51Vi/egEt/LXdOFBIssLsW0Wa3WOByzo25zcR3M2mMbQ7UuWtUnfduA== "@angularclass/hmr@^2.1.3": version "2.1.3" @@ -1139,12 +1139,12 @@ resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-6.1.0.tgz#fce7550a095aeac42108f76ac1ebd63caf8304e9" integrity sha512-2GzkNJBKdeHkaUqaCAqSILPft0IzzHjMfAlAuGY6/ZLlVQ0glt5MTbIXtIhSbjR+OvlrljoXFLrvzs1LGdmE+A== -"@ngtools/webpack@9.1.5": - version "9.1.5" - resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-9.1.5.tgz#df32f559b5d2ce8f056886d8bdd2058e4f9c24f4" - integrity sha512-6VzmlXRnf7phwLOiy0WrxHFHD5TuNQgVVpD/VFkZjtCTOsZyGQYGVPfaqxvn13M4Mm8bjrN4mk06VowCFm2oHw== +"@ngtools/webpack@9.1.7": + version "9.1.7" + resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-9.1.7.tgz#4322757b029e1175a3361183c06b31d0576538d8" + integrity sha512-A7VB2I42Kn+7jl0tDKzGNLAoZLWSqkKo9Hg1bmKpvAAIz+DSbq3uV+JWgGgTprM3tn0lfkVgmqk4H17HKwAOcg== dependencies: - "@angular-devkit/core" "9.1.5" + "@angular-devkit/core" "9.1.7" enhanced-resolve "4.1.1" rxjs "6.5.4" webpack-sources "1.4.3" @@ -1213,21 +1213,21 @@ tslib "^1.9.0" yargs "10.0.3" -"@schematics/angular@9.1.5": - version "9.1.5" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.1.5.tgz#9d07997638194439b47d4bf3ba2b3fe4f7f1a630" - integrity sha512-kMscfnwd9TGLo8V+dE/Pzu4wNxZej/6F6z5XzMOQVFTbL+RqMDvtkHf9CarhiKBd5ogm4npfKV8ToNTUecFJkA== +"@schematics/angular@9.1.7": + version "9.1.7" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.1.7.tgz#b7801a5e20f844da560db81d2971590e8ac090ff" + integrity sha512-ld3WcoMWvup04V3OWioQ+AFGQBzz7IDM4Fxc5+Qc3wILWkDJnNkrc4EmJAow96Ab4/T1+Wl1vof3tV4At0BTzA== dependencies: - "@angular-devkit/core" "9.1.5" - "@angular-devkit/schematics" "9.1.5" + "@angular-devkit/core" "9.1.7" + "@angular-devkit/schematics" "9.1.7" -"@schematics/update@0.901.5": - version "0.901.5" - resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.901.5.tgz#c85d193e1ffee0b764328be2b7be02656e5296ba" - integrity sha512-JmB+AuU6C9eM8x/CxeBEDigRuypzuWx7gnloK9D5i2gP9r39clFNtWT7eM3YW3kl4uyEMzrQHx6esMWNUScVBw== +"@schematics/update@0.901.7": + version "0.901.7" + resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.901.7.tgz#164bff4e97383a0a7d266fe5eb2e1bf41f14dfe9" + integrity sha512-6IpQVFvbu47CrXfqqHAzv2vi7AOdfi1S+SiayXU6FWTeA2wV47H8R60VjxurL8JkDGoVhFgC4+lK6KG++g3dQw== dependencies: - "@angular-devkit/core" "9.1.5" - "@angular-devkit/schematics" "9.1.5" + "@angular-devkit/core" "9.1.7" + "@angular-devkit/schematics" "9.1.7" "@yarnpkg/lockfile" "1.1.0" ini "1.3.5" npm-package-arg "^8.0.0" @@ -5581,7 +5581,7 @@ html-comment-regex@^1.1.0: resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7" integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== -html-entities@^1.2.1: +html-entities@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44" integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA== @@ -7031,7 +7031,7 @@ log4js@^4.0.0: rfdc "^1.1.4" streamroller "^1.0.6" -loglevel@^1.6.6: +loglevel@^1.6.8: version "1.6.8" resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171" integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA== @@ -8596,7 +8596,7 @@ pngjs@^3.3.0: resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f" integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w== -portfinder@^1.0.25: +portfinder@^1.0.26: version "1.0.26" resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.26.tgz#475658d56ca30bed72ac7f1378ed350bd1b64e70" integrity sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ== @@ -10316,13 +10316,14 @@ sockjs-client@1.4.0: json3 "^3.3.2" url-parse "^1.4.3" -sockjs@0.3.19: - version "0.3.19" - resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.19.tgz#d976bbe800af7bd20ae08598d582393508993c0d" - integrity sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw== +sockjs@0.3.20: + version "0.3.20" + resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.20.tgz#b26a283ec562ef8b2687b44033a4eeceac75d855" + integrity sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA== dependencies: faye-websocket "^0.10.0" - uuid "^3.0.1" + uuid "^3.4.0" + websocket-driver "0.6.5" socks-proxy-agent@^4.0.0: version "4.0.2" @@ -10461,7 +10462,7 @@ spdy-transport@^3.0.0: readable-stream "^3.0.6" wbuf "^1.7.3" -spdy@^4.0.1: +spdy@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b" integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== @@ -11571,7 +11572,7 @@ uuid@7.0.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6" integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw== -uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2: +uuid@^3.0.0, uuid@^3.1.0, uuid@^3.3.2, uuid@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== @@ -11787,10 +11788,10 @@ webpack-dev-middleware@3.7.2, webpack-dev-middleware@^3.7.2: range-parser "^1.2.1" webpack-log "^2.0.0" -webpack-dev-server@3.10.3: - version "3.10.3" - resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.10.3.tgz#f35945036813e57ef582c2420ef7b470e14d3af0" - integrity sha512-e4nWev8YzEVNdOMcNzNeCN947sWJNd43E5XvsJzbAL08kGc2frm1tQ32hTJslRS+H65LCb/AaUCYU7fjHCpDeQ== +webpack-dev-server@3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz#8f154a3bce1bcfd1cc618ef4e703278855e7ff8c" + integrity sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg== dependencies: ansi-html "0.0.7" bonjour "^3.5.0" @@ -11800,31 +11801,31 @@ webpack-dev-server@3.10.3: debug "^4.1.1" del "^4.1.1" express "^4.17.1" - html-entities "^1.2.1" + html-entities "^1.3.1" http-proxy-middleware "0.19.1" import-local "^2.0.0" internal-ip "^4.3.0" ip "^1.1.5" is-absolute-url "^3.0.3" killable "^1.0.1" - loglevel "^1.6.6" + loglevel "^1.6.8" opn "^5.5.0" p-retry "^3.0.1" - portfinder "^1.0.25" + portfinder "^1.0.26" schema-utils "^1.0.0" selfsigned "^1.10.7" semver "^6.3.0" serve-index "^1.9.1" - sockjs "0.3.19" + sockjs "0.3.20" sockjs-client "1.4.0" - spdy "^4.0.1" + spdy "^4.0.2" strip-ansi "^3.0.1" supports-color "^6.1.0" url "^0.11.0" webpack-dev-middleware "^3.7.2" webpack-log "^2.0.0" ws "^6.2.1" - yargs "12.0.5" + yargs "^13.3.2" webpack-log@^1.2.0: version "1.2.0" @@ -11903,6 +11904,13 @@ webpack@4.42.0: watchpack "^1.6.0" webpack-sources "^1.4.1" +websocket-driver@0.6.5: + version "0.6.5" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36" + integrity sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY= + dependencies: + websocket-extensions ">=0.1.1" + websocket-driver@>=0.5.1: version "0.7.3" resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.3.tgz#a2d4e0d4f4f116f1e6297eba58b05d430100e9f9" @@ -12187,24 +12195,6 @@ yargs@10.0.3: y18n "^3.2.1" yargs-parser "^8.0.0" -yargs@12.0.5, yargs@^12.0.5: - version "12.0.5" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" - integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== - dependencies: - cliui "^4.0.0" - decamelize "^1.2.0" - find-up "^3.0.0" - get-caller-file "^1.0.1" - os-locale "^3.0.0" - require-directory "^2.1.1" - require-main-filename "^1.0.1" - set-blocking "^2.0.0" - string-width "^2.0.0" - which-module "^2.0.0" - y18n "^3.2.1 || ^4.0.0" - yargs-parser "^11.1.1" - yargs@13.2.4: version "13.2.4" resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.4.tgz#0b562b794016eb9651b98bd37acf364aa5d6dc83" @@ -12239,6 +12229,24 @@ yargs@15.3.0: y18n "^4.0.0" yargs-parser "^18.1.0" +yargs@^12.0.5: + version "12.0.5" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" + integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== + dependencies: + cliui "^4.0.0" + decamelize "^1.2.0" + find-up "^3.0.0" + get-caller-file "^1.0.1" + os-locale "^3.0.0" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^2.0.0" + which-module "^2.0.0" + y18n "^3.2.1 || ^4.0.0" + yargs-parser "^11.1.1" + yargs@^13.2.4, yargs@^13.3.2: version "13.3.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" diff --git a/scripts/build/client.sh b/scripts/build/client.sh index e7475f56c..c15f92070 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh @@ -41,6 +41,8 @@ post_build_hook if [ -z ${1+x} ] || [ "$1" != "--light" ]; then if [ ! -z ${1+x} ] && [ "$1" == "--light-hu" ]; then languages=(["hu"]="hu-HU") + elif [ ! -z ${1+x} ] && [ "$1" == "--light-ar" ]; then + languages=(["ar"]="ar-001") elif [ ! -z ${1+x} ] && [ "$1" == "--light-th" ]; then languages=(["th"]="th-TH") elif [ ! -z ${1+x} ] && [ "$1" == "--light-fi" ]; then @@ -88,6 +90,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then else # Supported languages languages=( + ["ar"]="ar-001" ["hu"]="hu-HU" ["th"]="th-TH" ["fi"]="fi-FI" diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts index 9a5ea27dc..1f86eef40 100644 --- a/shared/models/i18n/i18n.ts +++ b/shared/models/i18n/i18n.ts @@ -4,6 +4,7 @@ export const I18N_LOCALES = { // Always first to avoid issues when using express acceptLanguages function when no accept language header is set 'en-US': 'English', + 'ar-001': 'العربية', 'ca-ES': 'Català', 'cs-CZ': 'Čeština', 'de-DE': 'Deutsch', @@ -30,6 +31,7 @@ export const I18N_LOCALES = { } const I18N_LOCALE_ALIAS = { + 'ar': 'ar-001', 'ca': 'ca-ES', 'cs': 'cs-CZ', 'de': 'de-DE', -- 2.41.0