Follows ../app/+about/about-follows/about-follows.component.html 2 Followers instances ../app/+about/about-follows/about-follows.component.html 4 Followings instances ../app/+about/about-follows/about-follows.component.html 14 This instance does not have instances followers. ../app/+about/about-follows/about-follows.component.html 6 This instance does not have instances followings. ../app/+about/about-follows/about-follows.component.html 16 About this instance ../app/+about/about-routing.module.ts 26 About PeerTube על PeerTube ../app/+about/about-routing.module.ts 38 About follows ../app/+about/about-routing.module.ts 47 About ../app/+about/about-instance/about-instance.component.html 5 Description תיאור ../app/+about/about-instance/about-instance.component.html 79 Terms תנאים ../app/+about/about-instance/about-instance.component.html 116 FEATURES תכונות ../app/+about/about-instance/about-instance.component.html 140 STATISTICS סטטיסטיקות ../app/+about/about-instance/about-instance.component.html 147 Contact administrator פנה למנהל ../app/+about/about-instance/about-instance.component.html 7 This instance is dedicated to sensitive/NSFW content. ../app/+about/about-instance/about-instance.component.html 19 ADMINISTRATORS & SUSTAINABILITY ../app/+about/about-instance/about-instance.component.html 29,30 Who we are מי אנחנו ../app/+about/about-instance/about-instance.component.html 36 Why we created this instance ../app/+about/about-instance/about-instance.component.html 45 How long we plan to maintain this instance ../app/+about/about-instance/about-instance.component.html 54 How we will pay for this instance ../app/+about/about-instance/about-instance.component.html 63 INFORMATION ../app/+about/about-instance/about-instance.component.html 72,73 MODERATION ../app/+about/about-instance/about-instance.component.html 91,92 Moderation information ../app/+about/about-instance/about-instance.component.html 98 Code of conduct ../app/+about/about-instance/about-instance.component.html 107 OTHER INFORMATION ../app/+about/about-instance/about-instance.component.html 125,126 Hardware information ../app/+about/about-instance/about-instance.component.html 132 Developed with ❤ by Framasoft ../app/+about/about-peertube/about-peertube-contributors.component.html 3 Instance ../app/+about/about.component.html 5 PeerTube ../app/+about/about.component.html 7 Email is required. ../app/shared/form-validators/instance-validators.ts 7 Email must be valid. ../app/shared/form-validators/instance-validators.ts 8 Your name is required. ../app/shared/form-validators/instance-validators.ts 19 Your name must be at least 1 character long. ../app/shared/form-validators/instance-validators.ts 20 Your name cannot be more than 120 characters long. ../app/shared/form-validators/instance-validators.ts 21 A subject is required. ../app/shared/form-validators/instance-validators.ts 32 The subject must be at least 1 character long. ../app/shared/form-validators/instance-validators.ts 33 The subject cannot be more than 120 characters long. ../app/shared/form-validators/instance-validators.ts 34 A message is required. ../app/shared/form-validators/instance-validators.ts 45 The message must be at least 3 characters long. ../app/shared/form-validators/instance-validators.ts 46 The message cannot be more than 5000 characters long. ../app/shared/form-validators/instance-validators.ts 47 What is PeerTube? ../app/+about/about-peertube/about-peertube.component.html 3,4 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser. ../app/+about/about-peertube/about-peertube.component.html 10,11 It is a free and open-source software, under the AGPLv3 licence. ../app/+about/about-peertube/about-peertube.component.html 14,16 For more information, please visit joinpeertube.org. ../app/+about/about-peertube/about-peertube.component.html 19,20 Use PeerTube documentation ../app/+about/about-peertube/about-peertube.component.html 28,29 Discover how to setup your account, what is a channel, how to create a playlist and more! ../app/+about/about-peertube/about-peertube.component.html 33,34 PeerTube Applications ../app/+about/about-peertube/about-peertube.component.html 42 Discover unofficial Android applications or browser addons! ../app/+about/about-peertube/about-peertube.component.html 46,47 Contribute on PeerTube ../app/+about/about-peertube/about-peertube.component.html 54,55 Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code! ../app/+about/about-peertube/about-peertube.component.html 59,60 P2P & Privacy ../app/+about/about-peertube/about-peertube.component.html 71 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. ../app/+about/about-peertube/about-peertube.component.html 75,78 What are the consequences? ../app/+about/about-peertube/about-peertube.component.html 85 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: ../app/+about/about-peertube/about-peertube.component.html 88,90 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) ../app/+about/about-peertube/about-peertube.component.html 94,96 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 ../app/+about/about-peertube/about-peertube.component.html 99,102 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour ../app/+about/about-peertube/about-peertube.component.html 105,106 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 ../app/+about/about-peertube/about-peertube.component.html 109,111 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities ../app/+about/about-peertube/about-peertube.component.html 114,115 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 ../app/+about/about-peertube/about-peertube.component.html 118,123 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. ../app/+about/about-peertube/about-peertube.component.html 127,129 How does PeerTube compare with YouTube? ../app/+about/about-peertube/about-peertube.component.html 131 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). ../app/+about/about-peertube/about-peertube.component.html 134,137 What can I do to limit the exposure of my IP address? ../app/+about/about-peertube/about-peertube.component.html 139 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. ../app/+about/about-peertube/about-peertube.component.html 142,146 What will be done to mitigate this problem? ../app/+about/about-peertube/about-peertube.component.html 148 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: ../app/+about/about-peertube/about-peertube.component.html 151,153 We set a limit to the number of peers sent by the tracker ../app/+about/about-peertube/about-peertube.component.html 156 We set a limit on the request frequency received by the tracker ../app/+about/about-peertube/about-peertube.component.html 157 Allow instance admins to disable P2P from the administration interface ../app/+about/about-peertube/about-peertube.component.html 158 Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server ../app/+about/about-peertube/about-peertube.component.html 159 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. ../app/+about/about-peertube/about-peertube.component.html 163,165 Your message has been sent. ../app/+about/about-instance/contact-admin-modal.component.ts 76 You already sent this form recently ../app/+about/about-instance/contact-admin-modal.component.ts 82 Contact administrator ../app/+about/about-instance/contact-admin-modal.component.html 3 Your name ../app/+about/about-instance/contact-admin-modal.component.html 11 Your email ../app/+about/about-instance/contact-admin-modal.component.html 20 Subject ../app/+about/about-instance/contact-admin-modal.component.html 29 Your message ../app/+about/about-instance/contact-admin-modal.component.html 38 Cancel ../app/+about/about-instance/contact-admin-modal.component.html 48 Submit ../app/+about/about-instance/contact-admin-modal.component.html 53 VIDEO CHANNELS ../app/+accounts/accounts.component.ts 59 VIDEOS ../app/+accounts/accounts.component.ts 60 ABOUT ../app/+accounts/accounts.component.ts 61 Username copied ../app/+accounts/accounts.component.ts 89 1 subscriber ../app/+accounts/accounts.component.ts 93 subscribers ../app/+accounts/accounts.component.ts 95 direct account followers ../app/+accounts/accounts.component.ts 109 Report account ../app/+accounts/accounts.component.ts 115 Banned ../app/+accounts/accounts.component.html 18 Muted ../app/+accounts/accounts.component.html 19 Instance muted ../app/+accounts/accounts.component.html 20 Muted by your instance ../app/+accounts/accounts.component.html 21 Instance muted by your instance ../app/+accounts/accounts.component.html 22 Manage account ../app/+accounts/accounts.component.html 36 Video channels ../app/+accounts/account-video-channels/account-video-channels.component.html 1 This account does not have channels. ../app/+accounts/account-video-channels/account-video-channels.component.html 4 See this video channel ../app/+accounts/account-video-channels/account-video-channels.component.html 9 {VAR_PLURAL, plural, =1 {1 subscriber} other { subscribers}} ../app/+accounts/account-video-channels/account-video-channels.component.html 13 This channel doesn't have any videos. ../app/+accounts/account-video-channels/account-video-channels.component.html 20 SHOW THIS CHANNEL ../app/+accounts/account-video-channels/account-video-channels.component.html 29,30 Published videos ../app/+accounts/account-videos/account-videos.component.ts 67 Display unlisted and private videos ../app/shared/shared-video-miniature/abstract-video-list.html 24 No results. ../app/shared/shared-video-miniature/abstract-video-list.html 32 No description ../app/+accounts/account-about/account-about.component.ts 38 About ../app/+accounts/account-about/account-about.component.html 1 DESCRIPTION ../app/+accounts/account-about/account-about.component.html 5 STATS ../app/+accounts/account-about/account-about.component.html 10 Joined ../app/+accounts/account-about/account-about.component.html 12 Account videos ../app/+accounts/accounts-routing.module.ts 29 Account video channels ../app/+accounts/accounts-routing.module.ts 42 About account ../app/+accounts/accounts-routing.module.ts 51 Reports ../app/+admin/moderation/abuse-list/abuse-list.component.html 3 User updated. ../app/+admin/users/user-edit/user-update.component.ts 85 Update user ../app/+admin/users/user-edit/user-update.component.ts 102 An email asking for password reset has been sent to . ../app/+admin/users/user-edit/user-update.component.ts 108 Users ../app/+admin/users/user-edit/user-edit.component.html 5,4 Email ../app/+admin/users/user-edit/user-edit.component.html 105 mail@example.com ../app/+admin/users/user-edit/user-edit.component.html 107 Role ../app/+admin/users/user-edit/user-edit.component.html 135 Video quota ../app/+admin/users/user-edit/user-edit.component.html 150 Daily video quota ../app/+admin/users/user-edit/user-edit.component.html 166 Doesn't need review before a video goes public ../app/+admin/users/user-edit/user-edit.component.html 179 Create ../app/+admin/users/user-edit/user-edit.component.html 8 Edit ../app/+admin/users/user-edit/user-edit.component.html 12,11 {VAR_PLURAL, plural, =1 {Video} other {Videos}} ../app/+admin/users/user-edit/user-edit.component.html 24 {VAR_PLURAL, plural, =1 {Channel} other {Channels}} ../app/+admin/users/user-edit/user-edit.component.html 30 {VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers}} ../app/+admin/users/user-edit/user-edit.component.html 36 Incriminated in reports ../app/+admin/users/user-edit/user-edit.component.html 42 Authored reports accepted ../app/+admin/users/user-edit/user-edit.component.html 48 {VAR_PLURAL, plural, =1 {Comment} other {Comments}} ../app/+admin/users/user-edit/user-edit.component.html 54 NEW USER ../app/+admin/users/user-edit/user-edit.component.html 73 Username ../app/+admin/users/user-edit/user-edit.component.html 83 john ../app/+admin/users/user-edit/user-edit.component.html 85 Channel name ../app/+admin/users/user-edit/user-edit.component.html 94 john_channel ../app/+admin/users/user-edit/user-edit.component.html 96 Password ../app/+admin/users/user-edit/user-edit.component.html 117 If you leave the password empty, an email will be sent to the user. ../app/+admin/users/user-edit/user-edit.component.html 121,122 Transcoding is enabled. The video quota only takes into account original video size. At most, this user could upload ~ . ../app/+admin/users/user-edit/user-edit.component.html 160,162 DANGER ZONE ../app/+admin/users/user-edit/user-edit.component.html 197 Send a link to reset the password by email to the user ../app/+admin/users/user-edit/user-edit.component.html 204 Ask for new password ../app/+admin/users/user-edit/user-edit.component.html 205 Manually set the user password ../app/+admin/users/user-edit/user-edit.component.html 209 Users list ../app/+admin/users/users.routes.ts 27 Create a user ../app/+admin/users/users.routes.ts 36 Update a user ../app/+admin/users/users.routes.ts 48 Federation ../app/+admin/admin.component.ts 26 Instances you follow ../app/+admin/admin.component.ts 29 Instances following you ../app/+admin/admin.component.ts 34 Video redundancies ../app/+admin/admin.component.ts 39 Moderation ../app/+admin/admin.component.ts 47 Reports ../app/+admin/admin.component.ts 53 Video blocks ../app/+admin/admin.component.ts 60 Muted accounts ../app/+admin/admin.component.ts 67 Muted servers ../app/+admin/admin.component.ts 74 Users ../app/+admin/admin.component.ts 81 Configuration ../app/+admin/admin.component.ts 88 Plugins/Themes ../app/+admin/admin.component.ts 92 System ../app/+admin/admin.component.ts 96 Password changed for user . ../app/+admin/users/user-edit/user-password.component.ts 40 Update user password ../app/+admin/users/user-edit/user-password.component.ts 52 Show ../app/+admin/users/user-edit/user-password.component.html 10 Hide ../app/+admin/users/user-edit/user-password.component.html 11 Following list ../app/+admin/follows/follows.routes.ts 28 Followers list ../app/+admin/follows/follows.routes.ts 37 Last week ../app/+admin/system/logs/logs.component.ts 79 Last day ../app/+admin/system/logs/logs.component.ts 83 Last hour ../app/+admin/system/logs/logs.component.ts 87 Debug ../app/+admin/system/logs/logs.component.ts 98 Info ../app/+admin/system/logs/logs.component.ts 102 Warning ../app/+admin/system/logs/logs.component.ts 106 Error ../app/+admin/system/logs/logs.component.ts 110 Standard logs ../app/+admin/system/logs/logs.component.ts 121 Audit logs ../app/+admin/system/logs/logs.component.ts 125 Refresh ../app/+admin/system/logs/logs.component.html 20 Loading... ../app/+admin/system/logs/logs.component.html 24 By -> ../app/+admin/system/logs/logs.component.html 32 Settings updated. ../app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts 52 This does not have settings. ../app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html 17,18 enabled ../app/+admin/follows/shared/redundancy-checkbox.component.ts 23 disabled ../app/+admin/follows/shared/redundancy-checkbox.component.ts 23 Redundancy for is ../app/+admin/follows/shared/redundancy-checkbox.component.ts 25 Muted servers ../app/shared/shared-moderation/server-blocklist.component.html 3 Showing to of muted instances ../app/shared/shared-moderation/server-blocklist.component.html 10 Mute domains ../app/shared/shared-moderation/server-blocklist.component.html 64 Filter... ../app/shared/shared-moderation/server-blocklist.component.html 16 Clear filters ../app/shared/shared-moderation/server-blocklist.component.html 20 Mute domain ../app/shared/shared-moderation/server-blocklist.component.html 24 Muted at ../app/shared/shared-moderation/server-blocklist.component.html 33 Unmute ../app/shared/shared-moderation/server-blocklist.component.html 40 Open instance in a new tab ../app/shared/shared-moderation/server-blocklist.component.html 43 No server found matching current filters. ../app/shared/shared-moderation/server-blocklist.component.html 56 No server found. ../app/shared/shared-moderation/server-blocklist.component.html 57 Plugins ../app/+admin/plugins/shared/plugin-api.service.ts 33 Themes ../app/+admin/plugins/shared/plugin-api.service.ts 37 plugin ../app/+admin/plugins/shared/plugin-api.service.ts 45 theme ../app/+admin/plugins/shared/plugin-api.service.ts 48 accepted in instance followers ../app/+admin/follows/followers-list/followers-list.component.ts 41 Do you really want to reject this follower? ../app/+admin/follows/followers-list/followers-list.component.ts 52 Reject ../app/+admin/follows/followers-list/followers-list.component.ts 53 rejected from instance followers ../app/+admin/follows/followers-list/followers-list.component.ts 60 Do you really want to delete this follower? ../app/+admin/follows/followers-list/followers-list.component.ts 73 Delete ../app/+admin/follows/followers-list/followers-list.component.ts 74 removed from instance followers ../app/+admin/follows/followers-list/followers-list.component.ts 81 Instances following you ../app/+admin/follows/followers-list/followers-list.component.html 3 Showing to of followers ../app/+admin/follows/followers-list/followers-list.component.html 10 Follower handle ../app/+admin/follows/followers-list/followers-list.component.html 28 State ../app/+admin/follows/followers-list/followers-list.component.html 29 Score ../app/+admin/follows/followers-list/followers-list.component.html 30 Created ../app/+admin/follows/followers-list/followers-list.component.html 31 Open actor page in a new tab ../app/+admin/follows/followers-list/followers-list.component.html 46 Accept ../app/+admin/follows/followers-list/followers-list.component.html 39 Refuse ../app/+admin/follows/followers-list/followers-list.component.html 40 Accepted ../app/+admin/follows/followers-list/followers-list.component.html 53 Pending ../app/+admin/follows/followers-list/followers-list.component.html 56 No follower found matching current filters. ../app/+admin/follows/followers-list/followers-list.component.html 68 Your instance doesn't have any follower. ../app/+admin/follows/followers-list/followers-list.component.html 69 Follow request(s) sent! ../app/+admin/follows/following-list/following-list.component.ts 48 Do you really want to unfollow ? ../app/+admin/follows/following-list/following-list.component.ts 58 Unfollow ../app/+admin/follows/following-list/following-list.component.ts 59 You are not following anymore. ../app/+admin/follows/following-list/following-list.component.ts 65 Instances you follow ../app/+admin/follows/following-list/following-list.component.html 3 Showing to of hosts ../app/+admin/follows/following-list/following-list.component.html 10 Follow domains ../app/+admin/follows/following-list/following-list.component.html 79 Follow domain ../app/+admin/follows/following-list/following-list.component.html 24 Host ../app/+admin/follows/following-list/following-list.component.html 33,32 Redundancy allowed ../app/+admin/follows/following-list/following-list.component.html 35 No host found matching current filters. ../app/+admin/follows/following-list/following-list.component.html 71 Your instance is not following anyone. ../app/+admin/follows/following-list/following-list.component.html 72 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. ../app/+admin/follows/following-list/following-list.component.html 82,83 Installed ../app/+admin/plugins/plugins.component.html 3 Search ../app/+admin/plugins/plugins.component.html 5 Used ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts 101 Available ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts 101 Do you really want to remove this video redundancy? ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts 140 Remove redundancy ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts 141 Video redundancies removed! ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts 147 Videos redundancies ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 3 Display ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 8 My videos duplicated by remote instances ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 12 Remote videos duplicated by my instance ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 13 Video ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 29 Strategy ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 28 Total size ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 30 List redundancies ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 37 Open video in a new tab ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 49 Your instance doesn't mirror any video. ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 81 Your instance has no mirrored videos. ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 82 Enabled strategies stats ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 91 No redundancy strategy is enabled on your instance. ../app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html 96,97 You don't have plugins installed yet. ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts 89 You don't have themes installed yet. ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts 92 Update to ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts 100 Do you really want to uninstall ? ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts 109 Uninstall ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts 110 uninstalled. ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts 117 updated. ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts 139 Plugin homepage (new window) ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html 17 Uninstall ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html 32 Settings ../app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html 26 Jobs ../app/+admin/system/system.routes.ts 26 Logs ../app/+admin/system/system.routes.ts 37 User created. ../app/+admin/users/user-edit/user-create.component.ts 77 Create user ../app/+admin/users/user-edit/user-create.component.ts 95 Videos blocked ../app/+admin/moderation/moderation.routes.ts 67 Muted instances ../app/+admin/moderation/moderation.routes.ts 89 Unlimited ../app/+admin/config/shared/config.service.ts 21 None - no upload possible ../app/+admin/config/shared/config.service.ts 23 100MB ../app/+admin/config/shared/config.service.ts 24 500MB ../app/+admin/config/shared/config.service.ts 25 1GB ../app/+admin/config/shared/config.service.ts 26 5GB ../app/+admin/config/shared/config.service.ts 27 20GB ../app/+admin/config/shared/config.service.ts 28 50GB ../app/+admin/config/shared/config.service.ts 29 10MB ../app/+admin/config/shared/config.service.ts 37 50MB ../app/+admin/config/shared/config.service.ts 38 2GB ../app/+admin/config/shared/config.service.ts 41 Videos will be deleted, comments will be tombstoned. ../app/+admin/users/user-list/user-list.component.ts 84 Ban ../app/+admin/users/user-list/user-list.component.ts 89 User won't be able to login anymore, but videos and comments will be kept as is. ../app/+admin/users/user-list/user-list.component.ts 90 Unban ../app/+admin/users/user-list/user-list.component.ts 95 Set Email as Verified ../app/+admin/users/user-list/user-list.component.ts 102 You cannot ban root. ../app/+admin/users/user-list/user-list.component.ts 161 Do you really want to unban users? ../app/+admin/users/user-list/user-list.component.ts 198 users unbanned. ../app/+admin/users/user-list/user-list.component.ts 204 You cannot delete root. ../app/+admin/users/user-list/user-list.component.ts 215 If you remove these users, you will not be able to create others with the same username! ../app/+admin/users/user-list/user-list.component.ts 220 users deleted. ../app/+admin/users/user-list/user-list.component.ts 226 users email set as verified. ../app/+admin/users/user-list/user-list.component.ts 237 Showing to of users ../app/+admin/users/user-list/user-list.component.html 6 Advanced user filters ../app/+admin/users/user-list/user-list.component.html 27 Banned users ../app/+admin/users/user-list/user-list.component.html 28 Create user ../app/+admin/users/user-list/user-list.component.html 42 Batch actions ../app/+admin/users/user-list/user-list.component.html 13 Table parameters ../app/+admin/users/user-list/user-list.component.html 58 Select columns ../app/+admin/users/user-list/user-list.component.html 64 Highlight banned users ../app/+admin/users/user-list/user-list.component.html 70 Open account in a new tab ../app/+admin/users/user-list/user-list.component.html 106 User's email must be verified to login ../app/+admin/users/user-list/user-list.component.html 129 User's email is verified / User can login without email verification ../app/+admin/users/user-list/user-list.component.html 133 Total video quota ../app/+admin/users/user-list/user-list.component.html 140 Total daily video quota ../app/+admin/users/user-list/user-list.component.html 150 The user was banned ../app/+admin/users/user-list/user-list.component.html 160 Ban reason: ../app/+admin/users/user-list/user-list.component.html 177 Audio-only ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 56 A <code>.mp4</code> that keeps the original audio track, with no video ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 57 240p ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 61 360p ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 65 480p ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 69 720p ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 73 1080p ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 77 2160p ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 81 Auto (via ffmpeg) ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 86 Configuration updated. ../app/+admin/config/edit-custom-config/edit-custom-config.component.ts 294 Configuration ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 1 Instance information ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 7 Basic configuration ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 239 Services ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 649 Advanced configuration ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 703 Update configuration ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 950 INSTANCE ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 15 Name ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 21 Short description ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 30 Main instance categories ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 48 Add a new category ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 55 Main languages you/your moderators speak ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 62 Add a new language ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 69 MODERATION & NSFW ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 80 Manage users to build a moderation team. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 82,83 Policy on videos containing sensitive content ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 104 Policy for sensitive videos ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 116 Do not list ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 117 Blur thumbnails ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 118 Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 145 YOU AND YOUR INSTANCE ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 159 Who is behind the instance? ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 165 A single person? A non-profit? A company? ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 166 Why did you create this instance? ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 177 To share your personal videos? To open registrations and allow people to upload what they want? ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 178 How long do you plan to maintain this instance? ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 188 It's important to know for users who want to register on your instance ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 189 How will you finance the PeerTube server? ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 199 With your own funds? With user donations? Advertising? ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 200 OTHER INFORMATION ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 214 What server/hardware does the instance run on? ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 220 i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 221 This instance is dedicated to sensitive or NSFW content ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 91 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. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 96,98 With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 109,110 APPEARANCE ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 245 Use plugins & themes for more involved changes, or add slight customizations. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 247,248 Theme ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 255 default ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 259 Landing page ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 268 Discover videos ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 271 Trending videos ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 272 Most liked videos ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 273 Recently added videos ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 274 Local videos ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 275 BROADCAST MESSAGE ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 286 Display a message on your instance ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 288,289 Enable broadcast message ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 299 Allow users to dismiss the broadcast message ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 306 Broadcast message level ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 311 Message ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 323 NEW USERS ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 338 Manage users to set their quota individually. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 340,341 Enable Signup ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 350 ⚠️ This functionality requires a lot of attention and extra moderation. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 353 Signup requires email verification ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 358 Signup limit ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 362 Default video quota per user ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 377 Default daily upload limit per user ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 389 VIDEOS ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 406 Allow import with HTTP URL (i.e. YouTube) ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 417 Allow import with a torrent file or a magnet URI ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 424 Block new videos automatically ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 438 Unless a user is marked as trusted, their videos will stay private until a moderator reviews them. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 441 SEARCH ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 455 Allow users to do remote URI/handle search ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 466 Allow your users to look up remote videos/actors by their URI, that may not be federated with your instance ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 469 Allow anonymous to do remote URI/handle search ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 477 Allow anonymous users to look up remote videos/actors by their URI, that may not be federated with your instance ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 480 Enable global search ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 491 ⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 494 You should only use moderated search indexes in production, or host your own. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 497,498 Search index URL ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 503 Disable local search in search bar ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 514 Search bar uses the global search index by default ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 521 Otherwise the local search stays used by default ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 524 FEDERATION ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 542 Manage relations with other instances. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 544,545 Other instances can follow yours ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 556 Manually approve new instance followers ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 563 Automatically follow back instances ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 576 Automatically follow instances of a public index ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 589 You should only follow moderated indexes in production, or host your own. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 595,596 Index URL ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 601 ADMINISTRATORS ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 621 Admin email ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 627 Enable contact form ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 638 TWITTER ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 655 Optional. If any, provide the Twitter account representing your instance to improve link previews. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 657,658 Your Twitter username ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 667 Instance allowed by Twitter ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 679 If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect 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 allowed. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 684,689 TRANSCODING ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 709 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. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 711,713 Allow additional extensions ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 735 Allows users to upload .mkv, .mov, .avi, .wmv, .flv, .f4v, .3g2, .3gp, .mts, m2ts, .mxf, .nut videos. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 738 Allow audio files upload ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 746 Allows users to upload audio files that will be merged with the preview file on upload. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 749 WebTorrent support enabled ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 758 HLS with P2P support enabled ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 779 Transcoding threads ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 804 Resolutions to generate ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 817 CACHE ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 843 Some files are not federated, and fetched when necessary. Define their caching policies. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 845,846 Number of previews to keep in cache ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 853 Number of video captions to keep in cache ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 862 CUSTOMIZATIONS ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 877 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 879,880 JavaScript ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 888 Transcoding enabled ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 723 If you disable transcoding, many videos from your users will not work! ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 727 Experimental, we suggest you to not disable webtorrent support for nowIf you also enabled HLS support, it will multiply videos storage by 2If disabled, breaks federation with PeerTube instances < 2.1 ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 762,768 Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:Resolution change is smootherFaster playback in particular with long videosMore stable playback (less bugs/infinite loading)If you also enabled WebTorrent support, it will multiply videos storage by 2 ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 783,792 Write JavaScript code directly.Example: console.log('my instance is amazing'); ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 892 Write CSS code directly. Example: #custom-css color: red; Prepend with #custom-css to override styles. Example: #custom-css .logged-in-email color: red; ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 911,919 It seems like the configuration is invalid. Please search for potential errors in the different tabs. ../app/+admin/config/edit-custom-config/edit-custom-config.component.html 948 Edit custom configuration ../app/+admin/config/config.routes.ts 26 Jobs ../app/+admin/system/system.component.html 5,3 Logs ../app/+admin/system/system.component.html 7,5 Debug ../app/+admin/system/system.component.html 8,7 Instance name is required. ../app/shared/form-validators/custom-config-validators.ts 7 Short description should not be longer than 250 characters. ../app/shared/form-validators/custom-config-validators.ts 14 Twitter username is required. ../app/shared/form-validators/custom-config-validators.ts 21 Previews cache size is required. ../app/shared/form-validators/custom-config-validators.ts 28 Previews cache size must be greater than 1. ../app/shared/form-validators/custom-config-validators.ts 29 Previews cache size must be a number. ../app/shared/form-validators/custom-config-validators.ts 30 Captions cache size is required. ../app/shared/form-validators/custom-config-validators.ts 37 Captions cache size must be greater than 1. ../app/shared/form-validators/custom-config-validators.ts 38 Captions cache size must be a number. ../app/shared/form-validators/custom-config-validators.ts 39 Signup limit is required. ../app/shared/form-validators/custom-config-validators.ts 46 Signup limit must be greater than 1. ../app/shared/form-validators/custom-config-validators.ts 47 Signup limit must be a number. ../app/shared/form-validators/custom-config-validators.ts 48 Admin email is required. ../app/shared/form-validators/custom-config-validators.ts 55 Admin email must be valid. ../app/shared/form-validators/custom-config-validators.ts 56 Transcoding threads is required. ../app/shared/form-validators/custom-config-validators.ts 63 Transcoding threads must be greater or equal to 0. ../app/shared/form-validators/custom-config-validators.ts 64 Index URL should be a URL ../app/shared/form-validators/custom-config-validators.ts 71 Search index URL should be a URL ../app/shared/form-validators/custom-config-validators.ts 78 Internal actions ../app/+admin/moderation/video-block-list/video-block-list.component.ts 43 Switch video block to manual ../app/+admin/moderation/video-block-list/video-block-list.component.ts 48 Video switched to manual block. ../app/+admin/moderation/video-block-list/video-block-list.component.ts 54 Actions for the video ../app/+admin/moderation/video-block-list/video-block-list.component.ts 66 Unblock ../app/+admin/moderation/video-block-list/video-block-list.component.ts 70 Do you really want to delete this video? ../app/+admin/moderation/video-block-list/video-block-list.component.ts 78 Video deleted. ../app/+admin/moderation/video-block-list/video-block-list.component.ts 86 yes ../app/+admin/moderation/video-block-list/video-block-list.component.ts 149 no ../app/+admin/moderation/video-block-list/video-block-list.component.ts 151 Do you really want to unblock this video? It will be available again in the videos list. ../app/+admin/moderation/video-block-list/video-block-list.component.ts 159 Video unblocked. ../app/+admin/moderation/video-block-list/video-block-list.component.ts 166 Video blocks ../app/+admin/moderation/video-block-list/video-block-list.component.html 3 Showing to of blocked videos ../app/+admin/moderation/video-block-list/video-block-list.component.html 10 Advanced block filters ../app/+admin/moderation/video-block-list/video-block-list.component.html 23 Automatic blocks ../app/+admin/moderation/video-block-list/video-block-list.component.html 24 Manual blocks ../app/+admin/moderation/video-block-list/video-block-list.component.html 25 Sensitive ../app/+admin/moderation/video-block-list/video-block-list.component.html 43 Unfederated ../app/+admin/moderation/video-block-list/video-block-list.component.html 44 Date ../app/+admin/moderation/video-block-list/video-block-list.component.html 45 Actions ../app/+admin/moderation/video-block-list/video-block-list.component.html 90 More information ../app/+admin/moderation/video-block-list/video-block-list.component.html 53 The video was blocked due to automatic blocking of new videos ../app/+admin/moderation/video-block-list/video-block-list.component.html 67 Block reason: ../app/+admin/moderation/video-block-list/video-block-list.component.html 103 No blocked video found matching current filters. ../app/+admin/moderation/video-block-list/video-block-list.component.html 123 No blocked video found. ../app/+admin/moderation/video-block-list/video-block-list.component.html 124 Job type ../app/+admin/system/jobs/jobs.component.html 3 Job state ../app/+admin/system/jobs/jobs.component.html 12 ID ../app/+admin/system/jobs/jobs.component.html 30,29 Type ../app/+admin/system/jobs/jobs.component.html 31,30 State ../app/+admin/system/jobs/jobs.component.html 32 Delayed ../app/+admin/system/jobs/jobs.component.html 47 Will start soon... ../app/+admin/system/jobs/jobs.component.html 48 Running... ../app/+admin/system/jobs/jobs.component.html 49 Finished ../app/+admin/system/jobs/jobs.component.html 50 Failed ../app/+admin/system/jobs/jobs.component.html 51 The plugin index is not available. Please retry later. ../app/+admin/plugins/plugin-search/plugin-search.component.ts 100 Please only install plugins or themes you trust, since they can execute any code on your instance. ../app/+admin/plugins/plugin-search/plugin-search.component.ts 122 Install ? ../app/+admin/plugins/plugin-search/plugin-search.component.ts 123 installed. ../app/+admin/plugins/plugin-search/plugin-search.component.ts 135 Search... ../app/+admin/plugins/plugin-search/plugin-search.component.html 6 To load your new installed plugins or themes, refresh the page. ../app/+admin/plugins/plugin-search/plugin-search.component.html 10,11 Popular ../app/+admin/plugins/plugin-search/plugin-search.component.html 16 {VAR_PLURAL, plural, =1 {result} other {results}} ../app/+admin/plugins/plugin-search/plugin-search.component.html 23 for "" ../app/+admin/plugins/plugin-search/plugin-search.component.html 23,24 No results. ../app/+admin/plugins/plugin-search/plugin-search.component.html 29,30 Plugin npm package (new window) ../app/+admin/plugins/plugin-search/plugin-search.component.html 44 Muted accounts ../app/shared/shared-moderation/account-blocklist.component.html 3 Showing to of muted accounts ../app/shared/shared-moderation/account-blocklist.component.html 10 Account ../app/shared/shared-moderation/account-blocklist.component.html 28 No account found matching current filters. ../app/shared/shared-moderation/account-blocklist.component.html 63 No account found. ../app/shared/shared-moderation/account-blocklist.component.html 64 List installed plugins ../app/+admin/plugins/plugins.routes.ts 28 Search plugins ../app/+admin/plugins/plugins.routes.ts 37 Show plugin ../app/+admin/plugins/plugins.routes.ts 46 Video to import updated. ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts 128 Update ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 70 Select the torrent to import ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 6 OR ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 10 Paste magnet URI ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 13 Channel ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 27 Privacy ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 34 Import ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 41 You can import any torrent file that points to a media file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 17,19 Sorry, but something went wrong ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 48 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. ../app/+videos/+video-edit/video-add-components/video-import-torrent.component.html 53,54 Your video was uploaded to your account and is private. ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 89 But associated data (tags, description...) will be lost, are you sure you want to leave this page? ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 90 Your video is not uploaded yet, are you sure you want to leave this page? ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 92 Upload ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 112 Upload ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 114 Upload cancelled ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 131 Video published. ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 243 Your video quota is exceeded with this video ( video size: , used: , quota: ) ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 265,266 Your daily video quota is exceeded with this video ( video size: , used: , quota: ) ../app/+videos/+video-edit/video-add-components/video-upload.component.ts 285,286 Publish ../app/+videos/+video-edit/video-add-components/video-upload.component.html 78 Select the file to upload ../app/+videos/+video-edit/video-add-components/video-upload.component.html 6 Video background image ../app/+videos/+video-edit/video-add-components/video-upload.component.html 26 Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. ../app/+videos/+video-edit/video-add-components/video-upload.component.html 29,32 Processing… ../app/+videos/+video-edit/video-add-components/video-upload.component.html 50 Congratulations! Your video is now available in your private library. ../app/+videos/+video-edit/video-add-components/video-upload.component.html 63,64 Publish will be available when upload is finished ../app/+videos/+video-edit/video-add-components/video-upload.component.html 76 URL ../app/+videos/+video-edit/video-add-components/video-import-url.component.html 6 You can import any URL supported by youtube-dl or URL that points to a media file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. ../app/+videos/+video-edit/video-add-components/video-import-url.component.html 11,14 Congratulations, the video behind will be imported! You can already add information about this video. ../app/+videos/+video-edit/video-add-components/video-import-url.component.html 49,50 Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota. ../app/+videos/+video-edit/video-add.component.html 3 Read instance rules for help ../app/+videos/+video-edit/video-add.component.html 4 Upload a file ../app/+videos/+video-edit/video-add.component.html 26 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. ../app/+videos/+video-edit/video-add.component.html 11,14 Import ../app/+videos/+video-edit/video-add.component.html 19 Upload ../app/+videos/+video-edit/video-add.component.html 20 Import with URL ../app/+videos/+video-edit/video-add.component.html 36 Import with torrent ../app/+videos/+video-edit/video-add.component.html 46 You have unsaved changes! If you leave, your changes will be lost. ../app/+videos/+video-edit/video-update.component.ts 79 Video updated. ../app/+videos/+video-edit/video-update.component.ts 116 Comment ../app/+videos/+video-watch/comment/video-comment-add.component.ts 58 Reply ../app/+videos/+video-watch/comment/video-comment-add.component.ts 60 Add comment... ../app/+videos/+video-watch/comment/video-comment-add.component.html 6 Markdown compatible ../app/+videos/+video-watch/comment/video-comment-add.component.html 13 Markdown compatible that supports: ../app/+videos/+video-watch/comment/video-comment-add.component.html 15 Auto generated links ../app/+videos/+video-watch/comment/video-comment-add.component.html 18 Break lines ../app/+videos/+video-watch/comment/video-comment-add.component.html 19 Lists ../app/+videos/+video-watch/comment/video-comment-add.component.html 20 Emphasis ../app/+videos/+video-watch/comment/video-comment-add.component.html 22 bold ../app/+videos/+video-watch/comment/video-comment-add.component.html 23 italic ../app/+videos/+video-watch/comment/video-comment-add.component.html 23 Emoji shortcuts ../app/+videos/+video-watch/comment/video-comment-add.component.html 26 Emoji markup ../app/+videos/+video-watch/comment/video-comment-add.component.html 30 See complete list ../app/+videos/+video-watch/comment/video-comment-add.component.html 32 Cancel ../app/+videos/+video-watch/comment/video-comment-add.component.html 46 You are one step away from commenting ../app/+videos/+video-watch/comment/video-comment-add.component.html 55 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. ../app/+videos/+video-watch/comment/video-comment-add.component.html 60,63 If you have an account on Mastodon or Pleroma, you can open it directly in their interface: ../app/+videos/+video-watch/comment/video-comment-add.component.html 65,66 Login to comment ../app/+videos/+video-watch/comment/video-comment-add.component.html 76 Markdown Emoji List ../app/+videos/+video-watch/comment/video-comment-add.component.html 84 Comment is required. ../app/shared/form-validators/video-comment-validators.ts 7 Comment must be at least 2 characters long. ../app/shared/form-validators/video-comment-validators.ts 8 Comment cannot be more than 3000 characters long. ../app/shared/form-validators/video-comment-validators.ts 9 Support ../app/+videos/+video-watch/modal/video-support.component.html 3 Maybe later ../app/+videos/+video-watch/modal/video-support.component.html 11 When active, the next video is automatically played after the current one. ../app/+videos/+video-watch/recommendations/recommended-videos.component.ts 59 Other videos ../app/+videos/+video-watch/recommendations/recommended-videos.component.html 5,6 AUTOPLAY ../app/+videos/+video-watch/recommendations/recommended-videos.component.html 10 Report ../app/+videos/+video-watch/comment/video-comment.component.ts 171 Remove ../app/+videos/+video-watch/comment/video-comment.component.ts 179 Remove & re-draft ../app/+videos/+video-watch/comment/video-comment.component.ts 187 Options ../app/+videos/+video-watch/comment/video-comment.component.html 48 Highlighted comment ../app/+videos/+video-watch/comment/video-comment.component.html 20 Reply ../app/+videos/+video-watch/comment/video-comment.component.html 44 Deleted ../app/+videos/+video-watch/comment/video-comment.component.html 55 This comment has been deleted ../app/+videos/+video-watch/comment/video-comment.component.html 61 Like this video ../app/+videos/+video-watch/video-watch.component.ts 105 Dislike this video ../app/+videos/+video-watch/video-watch.component.ts 106 Support options for this video ../app/+videos/+video-watch/video-watch.component.ts 107 Save to playlist ../app/+videos/+video-watch/video-watch.component.ts 108 You need to be connected to rate this content. ../app/+videos/+video-watch/video-watch.component.ts 190 This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? ../app/+videos/+video-watch/video-watch.component.ts 371 Redirection ../app/+videos/+video-watch/video-watch.component.ts 372 This video contains mature or explicit content. Are you sure you want to watch it? ../app/+videos/+video-watch/video-watch.component.ts 484 Mature or explicit content ../app/+videos/+video-watch/video-watch.component.ts 485 Up Next ../app/+videos/+video-watch/video-watch.component.ts 534 Cancel ../app/+videos/+video-watch/video-watch.component.ts 535 Autoplay is suspended ../app/+videos/+video-watch/video-watch.component.ts 536 Enter/exit fullscreen (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 798 Play/Pause the video (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 799 Mute/unmute the video (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 800 Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 802 Increase the volume (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 804 Decrease the volume (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 805 Seek the video forward (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 807 Seek the video backward (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 808 Increase playback rate (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 810 Decrease playback rate (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 811 Navigate in the video frame by frame (requires player focus) ../app/+videos/+video-watch/video-watch.component.ts 813 Like the video ../app/+videos/+video-watch/video-watch.component.ts 821 Dislike the video ../app/+videos/+video-watch/video-watch.component.ts 826 Subscribe to the account ../app/+videos/+video-watch/video-watch.component.ts 831 The video is being imported, it will be available when the import is finished. ../app/+videos/+video-watch/video-watch.component.html 21,22 The video is being transcoded, it may not work properly. ../app/+videos/+video-watch/video-watch.component.html 25,26 This video will be published on . ../app/+videos/+video-watch/video-watch.component.html 29,30 This video is blocked. ../app/+videos/+video-watch/video-watch.component.html 33 Published views ../app/+videos/+video-watch/video-watch.component.html 47 Published views ../app/+videos/+video-watch/video-watch.component.html 58 SHARE ../app/+videos/+video-watch/video-watch.component.html 93 Category ../app/+videos/+video-watch/video-watch.component.html 225 Licence ../app/+videos/+video-watch/video-watch.component.html 234 Language ../app/+videos/+video-watch/video-watch.component.html 243 Tags ../app/+videos/+video-watch/video-watch.component.html 252 Duration ../app/+videos/+video-watch/video-watch.component.html 260 SUPPORT ../app/+videos/+video-watch/video-watch.component.html 88 SAVE ../app/+videos/+video-watch/video-watch.component.html 104 DOWNLOAD ../app/+videos/+video-watch/video-watch.component.html 118 Channel page ../app/+videos/+video-watch/video-watch.component.html 166 Account page ../app/+videos/+video-watch/video-watch.component.html 169 By ../app/+videos/+video-watch/video-watch.component.html 170 ../app/+videos/+video-watch/video-watch.component.html 176 Show more ../app/+videos/+video-watch/video-watch.component.html 197 Show less ../app/+videos/+video-watch/video-watch.component.html 203 Origin instance ../app/+videos/+video-watch/video-watch.component.html 215 Originally published ../app/+videos/+video-watch/video-watch.component.html 220 Friendly Reminder: ../app/+videos/+video-watch/video-watch.component.html 283 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. ../app/+videos/+video-watch/video-watch.component.html 285,286 Get more information ../app/+videos/+video-watch/video-watch.component.html 288 OK ../app/+videos/+video-watch/video-watch.component.html 293 Stop autoplaying next video ../app/+videos/+video-watch/video-watch-playlist.component.ts 203 Autoplay next video ../app/+videos/+video-watch/video-watch-playlist.component.ts 204 Stop looping playlist videos ../app/+videos/+video-watch/video-watch-playlist.component.ts 209 Loop playlist videos ../app/+videos/+video-watch/video-watch-playlist.component.ts 210 Unlisted ../app/+videos/+video-watch/video-watch-playlist.component.html 9 Private ../app/+videos/+video-watch/video-watch-playlist.component.html 10 Public ../app/+videos/+video-watch/video-watch-playlist.component.html 11 Do you really want to delete this comment? ../app/+videos/+video-watch/comment/video-comments.component.ts 166 The deletion will be sent to remote instances so they can reflect the change. ../app/+videos/+video-watch/comment/video-comments.component.ts 169 It is a remote comment, so the deletion will only be effective on your instance. ../app/+videos/+video-watch/comment/video-comments.component.ts 171 Delete and re-draft ../app/+videos/+video-watch/comment/video-comments.component.ts 197 Do you really want to delete and re-draft this comment? ../app/+videos/+video-watch/comment/video-comments.component.ts 197 SORT BY ../app/+videos/+video-watch/comment/video-comments.component.html 17 Most recent first (default) ../app/+videos/+video-watch/comment/video-comments.component.html 19 Most replies first ../app/+videos/+video-watch/comment/video-comments.component.html 20 1 Comment ../app/+videos/+video-watch/comment/video-comments.component.html 6 Comments ../app/+videos/+video-watch/comment/video-comments.component.html 7 Comments ../app/+videos/+video-watch/comment/video-comments.component.html 9 No comments. ../app/+videos/+video-watch/comment/video-comments.component.html 33 View replies from and others ../app/+videos/+video-watch/comment/video-comments.component.html 84,85 View replies from ../app/+videos/+video-watch/comment/video-comments.component.html 87,88 View replies ../app/+videos/+video-watch/comment/video-comments.component.html 90 Comments are disabled. ../app/+videos/+video-watch/comment/video-comments.component.html 101,102 h min sec ../app/+videos/+video-watch/video-duration-formatter.pipe.ts 14 min sec ../app/+videos/+video-watch/video-duration-formatter.pipe.ts 18 sec ../app/+videos/+video-watch/video-duration-formatter.pipe.ts 21 Name is required. ../app/shared/form-validators/video-channel-validators.ts 12 Name must be at least 1 character long. ../app/shared/form-validators/video-channel-validators.ts 13 Name cannot be more than 50 characters long. ../app/shared/form-validators/video-channel-validators.ts 14 Name should be lowercase alphanumeric; dots and underscores are allowed. ../app/shared/form-validators/video-channel-validators.ts 15 Display name is required. ../app/shared/form-validators/video-channel-validators.ts 26 Display name must be at least 1 character long. ../app/shared/form-validators/video-channel-validators.ts 27 Display name cannot be more than 50 characters long. ../app/shared/form-validators/video-channel-validators.ts 28 Description must be at least 3 characters long. ../app/shared/form-validators/video-channel-validators.ts 38 Description cannot be more than 1000 characters long. ../app/shared/form-validators/video-channel-validators.ts 39 Support text must be at least 3 characters long. ../app/shared/form-validators/video-channel-validators.ts 49 Support text cannot be more than 1000 characters long ../app/shared/form-validators/video-channel-validators.ts 50 Do you really want to unban ? ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 70 User unbanned. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 76 If you remove this user, you will not be able to create another with the same username! ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 90 User deleted. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 96 User email set as verified ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 107 Account muted. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 119 Account unmuted. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 133 Instance muted. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 147 Instance unmuted. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 161 Account muted by the instance. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 175 Account unmuted by the instance. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 189 Instance muted by the instance. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 203 Instance unmuted by the instance. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 217 Are you sure you want to remove all the comments of this account? ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 228 Delete account comments ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 229 Will remove comments of this account (may take several minutes). ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 235 Edit user ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 263 Change quota, role, and more. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 264 Delete user ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 268 Unban user ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 279 Allow the user to login and create videos/comments again ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 280 Mute this account ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 297 Hide any content from that user for you. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 298 Unmute this account ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 303 Show back content from that user for you. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 304 Mute the instance ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 309 Hide any content from that instance for you. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 310 Unmute the instance ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 315 Show back content from that instance for you. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 316 Remove comments from your videos ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 321 Remove comments of this account from your videos. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 322 Mute this account by your instance ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 333 Hide any content from that user for you, your instance and its users. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 334 Unmute this account by your instance ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 339 Show back content from that user for you, your instance and its users. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 340 Mute the instance by your instance ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 351 Hide any content from that instance for you, your instance and its users. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 352 Unmute the instance by your instance ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 357 Show back content from that instance for you, your instance and its users. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 358 Remove comments from your instance ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 368 Remove comments of this account from your instance. ../app/shared/shared-moderation/user-moderation-dropdown.component.ts 369 Report reason is required. ../app/shared/form-validators/abuse-validators.ts 7 Report reason must be at least 2 characters long. ../app/shared/form-validators/abuse-validators.ts 8 Report reason cannot be more than 3000 characters long. ../app/shared/form-validators/abuse-validators.ts 9 Moderation comment is required. ../app/shared/form-validators/abuse-validators.ts 16 Moderation comment must be at least 2 characters long. ../app/shared/form-validators/abuse-validators.ts 17 Moderation comment cannot be more than 3000 characters long. ../app/shared/form-validators/abuse-validators.ts 18 Abuse message is required. ../app/shared/form-validators/abuse-validators.ts 25 Abuse message must be at least 2 characters long. ../app/shared/form-validators/abuse-validators.ts 26 Abuse message cannot be more than 3000 characters long. ../app/shared/form-validators/abuse-validators.ts 27 Instance unmuted by your instance. ../app/shared/shared-moderation/server-blocklist.component.ts 46 Instance muted by your instance. ../app/shared/shared-moderation/server-blocklist.component.ts 69 Report ../app/shared/shared-moderation/report-modals/account-report.component.ts 51 Account reported. ../app/shared/shared-moderation/report-modals/account-report.component.ts 82 What is the issue? ../app/shared/shared-moderation/report-modals/report.component.html 13 Please describe the issue... ../app/shared/shared-moderation/report-modals/report.component.html 42 Your report will be sent to moderators of and will be forwarded to the comment origin () too. ../app/shared/shared-moderation/report-modals/report.component.html 37,38 Violent or repulsive ../app/shared/shared-moderation/abuse.service.ts 139 Contains offensive, violent, or coarse language or iconography. ../app/shared/shared-moderation/abuse.service.ts 140 Hateful or abusive ../app/shared/shared-moderation/abuse.service.ts 144 Contains abusive, racist or sexist language or iconography. ../app/shared/shared-moderation/abuse.service.ts 145 Spam, ad or false news ../app/shared/shared-moderation/abuse.service.ts 149 Contains marketing, spam, purposefully deceitful news, or otherwise misleading thumbnail/text/tags. Please provide reputable sources to report hoaxes. ../app/shared/shared-moderation/abuse.service.ts 150 Privacy breach or doxxing ../app/shared/shared-moderation/abuse.service.ts 154 Contains personal information that could be used to track, identify, contact or impersonate someone (e.g. name, address, phone number, email, or credit card details). ../app/shared/shared-moderation/abuse.service.ts 155 Copyright ../app/shared/shared-moderation/abuse.service.ts 159 Infringes your copyright wrt. the regional laws with which the server must comply. ../app/shared/shared-moderation/abuse.service.ts 160 Breaks server rules ../app/shared/shared-moderation/abuse.service.ts 164 Anything not included in the above that breaks the terms of service, code of conduct, or general rules in place on the server. ../app/shared/shared-moderation/abuse.service.ts 165 Thumbnails ../app/shared/shared-moderation/abuse.service.ts 173 The above can only be seen in thumbnails. ../app/shared/shared-moderation/abuse.service.ts 174 Captions ../app/shared/shared-moderation/abuse.service.ts 178 The above can only be seen in captions (please describe which). ../app/shared/shared-moderation/abuse.service.ts 179 Video reported. ../app/shared/shared-moderation/report-modals/video-report.component.ts 110 Report video "" ../app/shared/shared-moderation/report-modals/video-report.component.html 3 Start at ../app/shared/shared-moderation/report-modals/video-report.component.html 47 Stop at ../app/shared/shared-moderation/report-modals/video-report.component.html 62 Your report will be sent to moderators of and will be forwarded to the video origin () too. ../app/shared/shared-moderation/report-modals/video-report.component.html 75,76 Process domains ../app/shared/shared-moderation/batch-domains-modal.component.ts 28 ../app/shared/shared-moderation/batch-domains-modal.component.html 3 1 host (without "http://") per line ../app/shared/shared-moderation/batch-domains-modal.component.html 11 users banned. ../app/shared/shared-moderation/user-ban-modal.component.ts 53 User banned. ../app/shared/shared-moderation/user-ban-modal.component.ts 54 Ban ../app/shared/shared-moderation/user-ban-modal.component.html 5,3 Reason... ../app/shared/shared-moderation/user-ban-modal.component.html 12 A banned user will no longer be able to login. ../app/shared/shared-moderation/user-ban-modal.component.html 21,22 Ban this user ../app/shared/shared-moderation/user-ban-modal.component.html 31 Video blocked. ../app/shared/shared-moderation/video-block.component.ts 60 Block video "" ../app/shared/shared-moderation/video-block.component.html 3 Please describe the reason... ../app/shared/shared-moderation/video-block.component.html 12 Unfederate the video ../app/shared/shared-moderation/video-block.component.html 23 This will ask remote instances to delete it ../app/shared/shared-moderation/video-block.component.html 26 Account unmuted by your instance. ../app/shared/shared-moderation/account-blocklist.component.ts 48 Block reason must be at least 2 characters long. ../app/shared/form-validators/video-block-validators.ts 7 Block reason cannot be more than 300 characters long. ../app/shared/form-validators/video-block-validators.ts 8 is not valid ../app/shared/form-validators/batch-domains-validators.ts 19 Domain is required. ../app/shared/form-validators/batch-domains-validators.ts 56 Domains entered are invalid. ../app/shared/form-validators/batch-domains-validators.ts 57 Domains entered contain duplicates. ../app/shared/form-validators/batch-domains-validators.ts 58 Username is required. ../app/shared/form-validators/user-validators.ts 12 Username must be at least 1 character long. ../app/shared/form-validators/user-validators.ts 13 Username cannot be more than 50 characters long. ../app/shared/form-validators/user-validators.ts 14 Username should be lowercase alphanumeric; dots and underscores are allowed. ../app/shared/form-validators/user-validators.ts 15 Channel name is required. ../app/shared/form-validators/user-validators.ts 27 Channel name must be at least 1 character long. ../app/shared/form-validators/user-validators.ts 28 Channel name cannot be more than 50 characters long. ../app/shared/form-validators/user-validators.ts 29 Channel name should be lowercase alphanumeric; dots and underscores are allowed. ../app/shared/form-validators/user-validators.ts 30 Password is required. ../app/shared/form-validators/user-validators.ts 49 Password must be at least 6 characters long. ../app/shared/form-validators/user-validators.ts 50 Password cannot be more than 255 characters long. ../app/shared/form-validators/user-validators.ts 51 The new password and the confirmed password do not correspond. ../app/shared/form-validators/user-validators.ts 69 Video quota is required. ../app/shared/form-validators/user-validators.ts 76 Quota must be greater than -1. ../app/shared/form-validators/user-validators.ts 77 Daily upload limit is required. ../app/shared/form-validators/user-validators.ts 83 Daily upload limit must be greater than -1. ../app/shared/form-validators/user-validators.ts 84 User role is required. ../app/shared/form-validators/user-validators.ts 91 You must agree with the instance terms in order to register on it. ../app/shared/form-validators/user-validators.ts 113 Ban reason must be at least 3 characters long. ../app/shared/form-validators/user-validators.ts 123 Ban reason cannot be more than 250 characters long. ../app/shared/form-validators/user-validators.ts 124 Report comment ../app/shared/shared-moderation/report-modals/comment-report.component.ts 51 Comment reported. ../app/shared/shared-moderation/report-modals/comment-report.component.ts 82 Video removed from ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts 98 Timestamps updated ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts 117 Starts at ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts 140 Stops at ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts 141 and stops at ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts 143 Unavailable ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.html 32 Delete from ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.html 88 Edit starts/stops at ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.html 50 Save ../app/shared/shared-video-playlist/video-playlist-element-miniature.component.html 82 Video added in at timestamps ../app/shared/shared-video-playlist/video-add-to-playlist.component.ts 377 Video added in ../app/shared/shared-video-playlist/video-add-to-playlist.component.ts 378 Save to ../app/shared/shared-video-playlist/video-add-to-playlist.component.html 4 Search playlists ../app/shared/shared-video-playlist/video-add-to-playlist.component.html 9 Create a private playlist ../app/shared/shared-video-playlist/video-add-to-playlist.component.html 67 Display name ../app/shared/shared-video-playlist/video-add-to-playlist.component.html 72 Subscribed to all current channels of . You will be notified of all their new videos. ../app/shared/shared-user-subscription/subscribe-button.component.ts 109 Subscribed to . You will be notified of all their new videos. ../app/shared/shared-user-subscription/subscribe-button.component.ts 110 Subscribed ../app/shared/shared-user-subscription/subscribe-button.component.ts 112 Unsubscribed from all channels of ../app/shared/shared-user-subscription/subscribe-button.component.ts 139 Unsubscribed from ../app/shared/shared-user-subscription/subscribe-button.component.ts 140 Unsubscribed ../app/shared/shared-user-subscription/subscribe-button.component.ts 142 Using an ActivityPub account ../app/shared/shared-user-subscription/subscribe-button.component.html 50 Subscribe with a Mastodon account: ../app/shared/shared-user-subscription/subscribe-button.component.html 57 Using a syndication feed ../app/shared/shared-user-subscription/subscribe-button.component.html 62 Subscribe via RSS ../app/shared/shared-user-subscription/subscribe-button.component.html 63 Subscribe ../app/shared/shared-user-subscription/subscribe-button.component.html 7 Subscribe to all channels ../app/shared/shared-user-subscription/subscribe-button.component.html 9 channels subscribed ../app/shared/shared-user-subscription/subscribe-button.component.html 11 {VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels}} ../app/shared/shared-user-subscription/subscribe-button.component.html 31 Subscribe with an account on this instance ../app/shared/shared-user-subscription/subscribe-button.component.html 53 Subscribe with your local account ../app/shared/shared-user-subscription/subscribe-button.component.html 54 Video deleted. ../app/shared/shared-video-miniature/video-actions-dropdown.component.ts 192 This video will be duplicated by your instance. ../app/shared/shared-video-miniature/video-actions-dropdown.component.ts 204 Download ../app/shared/shared-video-miniature/video-actions-dropdown.component.ts 250 Update ../app/shared/shared-video-miniature/video-actions-dropdown.component.ts 256 Block ../app/shared/shared-video-miniature/video-actions-dropdown.component.ts 262 Mirror ../app/shared/shared-video-miniature/video-actions-dropdown.component.ts 274 Mute account ../app/shared/shared-video-miniature/video-actions-dropdown.component.ts 294 (channel page) ../app/shared/shared-video-miniature/video-miniature.component.ts 117 Published ../app/shared/shared-video-miniature/video-miniature.component.ts 162 Publication scheduled on ../app/shared/shared-video-miniature/video-miniature.component.ts 167 Waiting transcoding ../app/shared/shared-video-miniature/video-miniature.component.ts 171 To transcode ../app/shared/shared-video-miniature/video-miniature.component.ts 175 To import ../app/shared/shared-video-miniature/video-miniature.component.ts 179 {VAR_PLURAL, plural, =1 {1 view} other { views}} ../app/shared/shared-video-miniature/video-miniature.component.html 31 Blocked ../app/shared/shared-video-miniature/video-miniature.component.html 51 Sensitive ../app/shared/shared-video-miniature/video-miniature.component.html 57 Display name cannot be more than 120 characters long. ../app/shared/form-validators/video-playlist-validators.ts 14 Privacy is required. ../app/shared/form-validators/video-playlist-validators.ts 23 The channel is required when the playlist is public. ../app/shared/form-validators/video-playlist-validators.ts 41 Cancel ../app/shared/shared-video-miniature/videos-selection.component.html 20 {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} ../app/shared/shared-video-playlist/video-playlist-miniature.component.html 9 Updated ../app/shared/shared-video-playlist/video-playlist-miniature.component.html 29 ../app/shared/shared-video-playlist/video-playlist-miniature.component.html 23,24 Remote subscribeRemote interact ../app/shared/shared-user-subscription/remote-subscribe.component.html 11,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. ../app/shared/shared-user-subscription/remote-subscribe.component.html 18,20 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. ../app/shared/shared-user-subscription/remote-subscribe.component.html 27,29 Add to watch later ../app/shared/shared-thumbnail/video-thumbnail.component.ts 28 Remove from watch later ../app/shared/shared-thumbnail/video-thumbnail.component.ts 29 Today ../app/shared/shared-video-miniature/abstract-video-list.ts 112 Yesterday ../app/shared/shared-video-miniature/abstract-video-list.ts 113 Last month ../app/shared/shared-video-miniature/abstract-video-list.ts 115 Older ../app/shared/shared-video-miniature/abstract-video-list.ts 116 Cannot load more videos. Try again later. ../app/shared/shared-video-miniature/abstract-video-list.ts 193 video ../app/shared/shared-video-miniature/video-download.component.ts 48 subtitles ../app/shared/shared-video-miniature/video-download.component.ts 49 Copied ../app/shared/shared-video-miniature/video-download.component.ts 136 Encoder ../app/shared/shared-video-miniature/video-download.component.ts 145 Format name ../app/shared/shared-video-miniature/video-download.component.ts 146 Size ../app/shared/shared-video-miniature/video-download.component.ts 147 Bitrate ../app/shared/shared-video-miniature/video-download.component.ts 149 Codec ../app/shared/shared-video-miniature/video-download.component.ts 169 Profile ../app/shared/shared-video-miniature/video-download.component.ts 170 Resolution ../app/shared/shared-video-miniature/video-download.component.ts 179 Aspect ratio ../app/shared/shared-video-miniature/video-download.component.ts 180 Average frame rate ../app/shared/shared-video-miniature/video-download.component.ts 181 Pixel format ../app/shared/shared-video-miniature/video-download.component.ts 182 Sample rate ../app/shared/shared-video-miniature/video-download.component.ts 186 Channel Layout ../app/shared/shared-video-miniature/video-download.component.ts 187 Download ../app/shared/shared-video-miniature/video-download.component.html 4 subtitles ../app/shared/shared-video-miniature/video-download.component.html 11 video ../app/shared/shared-video-miniature/video-download.component.html 12 Format ../app/shared/shared-video-miniature/video-download.component.html 45 Video stream ../app/shared/shared-video-miniature/video-download.component.html 57 Audio stream ../app/shared/shared-video-miniature/video-download.component.html 69 ../app/shared/shared-video-miniature/video-download.component.html 49 Direct download ../app/shared/shared-video-miniature/video-download.component.html 87 Torrent (.torrent file) ../app/shared/shared-video-miniature/video-download.component.html 92 Violent or Repulsive ../app/shared/shared-abuse-list/abuse-details.component.ts 21 Hateful or Abusive ../app/shared/shared-abuse-list/abuse-details.component.ts 22 Spam or Misleading ../app/shared/shared-abuse-list/abuse-details.component.ts 23 Privacy ../app/shared/shared-abuse-list/abuse-details.component.ts 24 Server rules ../app/shared/shared-abuse-list/abuse-details.component.ts 26 Report ../app/shared/shared-abuse-list/abuse-details.component.html 65 Reporter ../app/shared/shared-abuse-list/abuse-details.component.html 7 {VAR_PLURAL, plural, =1 {1 report} other { reports}} ../app/shared/shared-abuse-list/abuse-details.component.html 27 ../app/shared/shared-abuse-list/abuse-details.component.html 27 Reportee ../app/shared/shared-abuse-list/abuse-details.component.html 33 {VAR_PLURAL, plural, =1 {1 report} other { reports}} ../app/shared/shared-abuse-list/abuse-details.component.html 52 ../app/shared/shared-abuse-list/abuse-details.component.html 52 Updated ../app/shared/shared-abuse-list/abuse-details.component.html 58 Reported part ../app/shared/shared-abuse-list/abuse-details.component.html 83 Note ../app/shared/shared-abuse-list/abuse-details.component.html 90 The video was deleted ../app/shared/shared-abuse-list/abuse-details.component.html 99 Comment: ../app/shared/shared-abuse-list/abuse-details.component.html 105 Add a message to communicate with the reporter ../app/shared/shared-abuse-list/abuse-message-modal.component.ts 100 Add a message to communicate with the moderation team ../app/shared/shared-abuse-list/abuse-message-modal.component.ts 103 Add a message ../app/shared/shared-abuse-list/abuse-message-modal.component.html 44 Messages with the reporter ../app/shared/shared-abuse-list/abuse-message-modal.component.html 4 Messages with the moderation team ../app/shared/shared-abuse-list/abuse-message-modal.component.html 5 No messages for now. ../app/shared/shared-abuse-list/abuse-message-modal.component.html 28,29 Comment updated. ../app/shared/shared-abuse-list/moderation-comment-modal.component.ts 58 Moderation comment ../app/shared/shared-abuse-list/moderation-comment-modal.component.html 3 This comment can only be seen by you or the other moderators. ../app/shared/shared-abuse-list/moderation-comment-modal.component.html 21,22 Update this comment ../app/shared/shared-abuse-list/moderation-comment-modal.component.html 31 Do you really want to delete this abuse report? ../app/shared/shared-abuse-list/abuse-list-table.component.ts 158 Abuse deleted. ../app/shared/shared-abuse-list/abuse-list-table.component.ts 163 Deleted comment ../app/shared/shared-abuse-list/abuse-list-table.component.ts 239 Messages with reporter ../app/shared/shared-abuse-list/abuse-list-table.component.ts 273 Messages with moderators ../app/shared/shared-abuse-list/abuse-list-table.component.ts 274 Update internal note ../app/shared/shared-abuse-list/abuse-list-table.component.ts 279 Mark as accepted ../app/shared/shared-abuse-list/abuse-list-table.component.ts 284 Mark as rejected ../app/shared/shared-abuse-list/abuse-list-table.component.ts 289 Add internal note ../app/shared/shared-abuse-list/abuse-list-table.component.ts 294 Delete report ../app/shared/shared-abuse-list/abuse-list-table.component.ts 299 Actions for the flagged account ../app/shared/shared-abuse-list/abuse-list-table.component.ts 310 Mute server account ../app/shared/shared-abuse-list/abuse-list-table.component.ts 322 Actions for the reporter ../app/shared/shared-abuse-list/abuse-list-table.component.ts 334 Mute reporter ../app/shared/shared-abuse-list/abuse-list-table.component.ts 340 Mute server ../app/shared/shared-abuse-list/abuse-list-table.component.ts 346 Block video ../app/shared/shared-abuse-list/abuse-list-table.component.ts 363 Unblock video ../app/shared/shared-abuse-list/abuse-list-table.component.ts 379 Video unblocked. ../app/shared/shared-abuse-list/abuse-list-table.component.ts 385 Delete video ../app/shared/shared-abuse-list/abuse-list-table.component.ts 395 Actions for the comment ../app/shared/shared-abuse-list/abuse-list-table.component.ts 424 Delete comment ../app/shared/shared-abuse-list/abuse-list-table.component.ts 430 Comment deleted. ../app/shared/shared-abuse-list/abuse-list-table.component.ts 442 Server muted by the instance. ../app/shared/shared-abuse-list/abuse-list-table.component.ts 470 Showing to of reports ../app/shared/shared-abuse-list/abuse-list-table.component.html 5 Advanced report filters ../app/shared/shared-abuse-list/abuse-list-table.component.html 18 Unsolved reports ../app/shared/shared-abuse-list/abuse-list-table.component.html 19 Accepted reports ../app/shared/shared-abuse-list/abuse-list-table.component.html 20 Refused reports ../app/shared/shared-abuse-list/abuse-list-table.component.html 21 Reports with blocked videos ../app/shared/shared-abuse-list/abuse-list-table.component.html 22 Reports with deleted videos ../app/shared/shared-abuse-list/abuse-list-table.component.html 23 Video/Comment/Account ../app/shared/shared-abuse-list/abuse-list-table.component.html 41 Messages ../app/shared/shared-abuse-list/abuse-list-table.component.html 44 Internal note ../app/shared/shared-abuse-list/abuse-list-table.component.html 45 Deleted account ../app/shared/shared-abuse-list/abuse-list-table.component.html 75,76 by on ../app/shared/shared-abuse-list/abuse-list-table.component.html 100 This video has been reported multiple times. ../app/shared/shared-abuse-list/abuse-list-table.component.html 88 The video was blocked ../app/shared/shared-abuse-list/abuse-list-table.component.html 97 Video was deleted ../app/shared/shared-abuse-list/abuse-list-table.component.html 107 Account deleted ../app/shared/shared-abuse-list/abuse-list-table.component.html 143,144 No abuses found matching current filters. ../app/shared/shared-abuse-list/abuse-list-table.component.html 188 No abuses found. ../app/shared/shared-abuse-list/abuse-list-table.component.html 189 Instance languages ../app/+videos/+video-edit/shared/video-edit.component.ts 169 All languages ../app/+videos/+video-edit/shared/video-edit.component.ts 170 Scheduled ../app/+videos/+video-edit/shared/video-edit.component.ts 181 Hide the video until a specific date ../app/+videos/+video-edit/shared/video-edit.component.ts 182 Basic info ../app/+videos/+video-edit/shared/video-edit.component.html 5 Captions ../app/+videos/+video-edit/shared/video-edit.component.html 146 Advanced settings ../app/+videos/+video-edit/shared/video-edit.component.html 199 Title ../app/+videos/+video-edit/shared/video-edit.component.html 11 Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. ../app/+videos/+video-edit/shared/video-edit.component.html 24,27 Video descriptions are truncated by default and require manual action to expand them. ../app/+videos/+video-edit/shared/video-edit.component.html 43,44 Schedule publication () ../app/+videos/+video-edit/shared/video-edit.component.html 108 Contains sensitive content ../app/+videos/+video-edit/shared/video-edit.component.html 122 Some instances do not list videos containing mature or explicit content by default. ../app/+videos/+video-edit/shared/video-edit.component.html 126 Publish after transcoding ../app/+videos/+video-edit/shared/video-edit.component.html 132 If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends. ../app/+videos/+video-edit/shared/video-edit.component.html 136 Add another caption ../app/+videos/+video-edit/shared/video-edit.component.html 154 See the subtitle file ../app/+videos/+video-edit/shared/video-edit.component.html 163 Already uploaded ✔ ../app/+videos/+video-edit/shared/video-edit.component.html 167 Delete ../app/+videos/+video-edit/shared/video-edit.component.html 169 Will be created on update ../app/+videos/+video-edit/shared/video-edit.component.html 175 Cancel create ../app/+videos/+video-edit/shared/video-edit.component.html 177 Will be deleted on update ../app/+videos/+video-edit/shared/video-edit.component.html 183 Cancel deletion ../app/+videos/+video-edit/shared/video-edit.component.html 185 No captions for now. ../app/+videos/+video-edit/shared/video-edit.component.html 191,192 Video preview ../app/+videos/+video-edit/shared/video-edit.component.html 206 Support ../app/+videos/+video-edit/shared/video-edit.component.html 215 Original publication date ../app/+videos/+video-edit/shared/video-edit.component.html 235 Enable video comments ../app/+videos/+video-edit/shared/video-edit.component.html 256 Enable download ../app/+videos/+video-edit/shared/video-edit.component.html 261 Short text to tell people how they can support you (membership platform...). ../app/+videos/+video-edit/shared/video-edit.component.html 219,220 This is the date when the content was originally published (e.g. the release date for a film) ../app/+videos/+video-edit/shared/video-edit.component.html 239,240 Plugin settings ../app/+videos/+video-edit/shared/video-edit.component.html 269 Video caption language is required. ../app/shared/form-validators/video-captions-validators.ts 7 Video caption file is required. ../app/shared/form-validators/video-captions-validators.ts 14 Video name is required. ../app/shared/form-validators/video-validators.ts 7 Video name must be at least 3 characters long. ../app/shared/form-validators/video-validators.ts 8 Video name cannot be more than 120 characters long. ../app/shared/form-validators/video-validators.ts 9 Video privacy is required. ../app/shared/form-validators/video-validators.ts 16 Video channel is required. ../app/shared/form-validators/video-validators.ts 43 Video description must be at least 3 characters long. ../app/shared/form-validators/video-validators.ts 50 Video description cannot be more than 10000 characters long. ../app/shared/form-validators/video-validators.ts 51 A tag should be more than 2 characters long. ../app/shared/form-validators/video-validators.ts 58 A tag should be less than 30 characters long. ../app/shared/form-validators/video-validators.ts 59 A maximum of 5 tags can be used on a video. ../app/shared/form-validators/video-validators.ts 66 A tag should be more than 2, and less than 30 characters long. ../app/shared/form-validators/video-validators.ts 67 Video support must be at least 3 characters long. ../app/shared/form-validators/video-validators.ts 74 Video support cannot be more than 1000 characters long. ../app/shared/form-validators/video-validators.ts 75 A date is required to schedule video update. ../app/shared/form-validators/video-validators.ts 82 Add caption ../app/+videos/+video-edit/shared/video-caption-add-modal.component.html 5 Select the caption file ../app/+videos/+video-edit/shared/video-caption-add-modal.component.html 24 Add this caption ../app/+videos/+video-edit/shared/video-caption-add-modal.component.html 42 This will replace an existing caption! ../app/+videos/+video-edit/shared/video-caption-add-modal.component.html 31,32 Sunday ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 11 Monday ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 12 Tuesday ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 13 Wednesday ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 14 Thursday ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 15 Friday ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 16 Saturday ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 17 Sun ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 21 Day name short Mon ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 22 Day name short Tue ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 23 Day name short Wed ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 24 Day name short Thu ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 25 Day name short Fri ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 26 Day name short Sat ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 27 Day name short Su ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 31 Day name min Mo ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 32 Day name min Tu ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 33 Day name min We ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 34 Day name min Th ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 35 Day name min Fr ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 36 Day name min Sa ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 37 Day name min January ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 41 February ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 42 March ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 43 April ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 44 May ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 45 June ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 46 July ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 47 August ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 48 September ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 49 October ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 50 November ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 51 December ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 52 Jan ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 56 Month name short Feb ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 57 Month name short Mar ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 58 Month name short Apr ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 59 Month name short Jun ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 61 Month name short Jul ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 62 Month name short Aug ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 63 Month name short Sep ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 64 Month name short Oct ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 65 Month name short Nov ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 66 Month name short Dec ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 67 Month name short Clear ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 72 yy-mm-dd ../app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 88 Date format in this locale. Share ../app/shared/shared-share-modal/video-share.component.html 3 QR-Code ../app/shared/shared-share-modal/video-share.component.html 27 Embed ../app/shared/shared-share-modal/video-share.component.html 38,37 Share the playlist ../app/shared/shared-share-modal/video-share.component.html 11 The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites). ../app/shared/shared-share-modal/video-share.component.html 44,45 Share the playlist at this video position ../app/shared/shared-share-modal/video-share.component.html 58 Autoplay ../app/shared/shared-share-modal/video-share.component.html 159 Loop ../app/shared/shared-share-modal/video-share.component.html 173 Share the video ../app/shared/shared-share-modal/video-share.component.html 66 Auto select subtitle ../app/shared/shared-share-modal/video-share.component.html 128 Display video title ../app/shared/shared-share-modal/video-share.component.html 182 Display privacy warning ../app/shared/shared-share-modal/video-share.component.html 189 Display player controls ../app/shared/shared-share-modal/video-share.component.html 196 Display PeerTube button link ../app/shared/shared-share-modal/video-share.component.html 203 More customization ../app/shared/shared-share-modal/video-share.component.html 216,217 Less customization ../app/shared/shared-share-modal/video-share.component.html 224,225 Welcome to PeerTube! ../app/+signup/shared/signup-success.component.html 8 If you need help to use PeerTube, you can have a look at the documentation. ../app/+signup/shared/signup-success.component.html 14,15 Login ../app/+login/login-routing.module.ts 14 An email with the reset password instructions will be sent to . The link will expire within 1 hour. ../app/+login/login.component.ts 106,107 Incorrect username or password. ../app/+login/login.component.ts 140 Your account is blocked. ../app/+login/login.component.ts 141 Login ../app/+login/login.component.html 4 Sorry but there was an issue with the external login process. Please contact an administrator. ../app/+login/login.component.html 7,8 User ../app/+login/login.component.html 35 Username or email address ../app/+login/login.component.html 37 Click here to reset your password ../app/+login/login.component.html 57 Login ../app/+login/login.component.html 64 If you are looking for an account… ../app/+login/login.component.html 13,14 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. ../app/+login/login.component.html 17,23 Request new verification email. ../app/+login/login.component.html 27 or create an account ../app/+login/login.component.html 41,42 Or sign in with ../app/+login/login.component.html 68 Forgot your password ../app/+login/login.component.html 83 Email address ../app/+login/login.component.html 97 Send me an email to reset my password ../app/+login/login.component.html 110 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. ../app/+login/login.component.html 91,92 Change the language ../app/menu/language-chooser.component.html 3 Help to translate PeerTube! ../app/menu/language-chooser.component.html 9,10 Keyboard Shortcuts: ../app/core/hotkeys/hotkeys.component.ts 11 yes ../app/shared/shared-instance/feature-boolean.component.html 1 no ../app/shared/shared-instance/feature-boolean.component.html 2 Recommended ../app/shared/shared-forms/peertube-checkbox.component.html 33 Only I can see this video ../app/shared/shared-main/video/video.service.ts 342 Only shareable via a private link ../app/shared/shared-main/video/video.service.ts 346 Anyone can see this video ../app/shared/shared-main/video/video.service.ts 350 Only users of this instance can see this video ../app/shared/shared-main/video/video.service.ts 354 Close ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/alert/alert.ts 74 Previous ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/carousel/carousel.ts 349 Next ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/carousel/carousel.ts 349 Previous month ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.ts 69 Next month ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-month.ts 72 Select month ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.ts 74 Select year ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.ts 74 «« ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts 404 « ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts 404 » ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts 404 »» ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts 404 First ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts 404 Previous ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts 404 Next ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts 404 Last ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/pagination/pagination.ts 404 ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.ts 101 HH ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Hours ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 MM ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Minutes ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Increment hours ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Decrement hours ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Increment minutes ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Decrement minutes ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 SS ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Seconds ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Increment seconds ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Decrement seconds ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.ts 296 Close ../../node_modules/@ng-bootstrap/ng-bootstrap/__ivy_ngcc__/fesm2015/@ng-bootstrap/ng-bootstrap/toast/toast.ts 137 Get help ../app/shared/shared-main/misc/help.component.ts 16 <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: ../app/shared/shared-main/misc/help.component.ts 75 Emphasis ../app/shared/shared-main/misc/help.component.ts 81 Links ../app/shared/shared-main/misc/help.component.ts 82 New lines ../app/shared/shared-main/misc/help.component.ts 83 Lists ../app/shared/shared-main/misc/help.component.ts 84 Images ../app/shared/shared-main/misc/help.component.ts 85 Interface settings updated. ../app/shared/shared-user-settings/user-interface-settings.component.ts 74 instance default ../app/shared/shared-user-settings/user-interface-settings.component.html 8 peertube default ../app/shared/shared-user-settings/user-interface-settings.component.html 9 Welcome to PeerTube, dear administrator! ../app/modal/welcome-modal.component.html 3 CLI documentation ../app/modal/welcome-modal.component.html 13 Upload or import videos, parse logs, prune storage directories, reset user password... ../app/modal/welcome-modal.component.html 15 Administer documentation ../app/modal/welcome-modal.component.html 19,20 Managing users, following other instances, dealing with spammers... ../app/modal/welcome-modal.component.html 22 Use documentation ../app/modal/welcome-modal.component.html 27 Setup your account, managing video playlists, discover third-party applications... ../app/modal/welcome-modal.component.html 29 Useful links ../app/modal/welcome-modal.component.html 39 Official PeerTube website (news, support, contribute...): https://joinpeertube.org ../app/modal/welcome-modal.component.html 42,43 Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances ../app/modal/welcome-modal.component.html 45 It's time to configure your instance! ../app/modal/welcome-modal.component.html 55 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. ../app/modal/welcome-modal.component.html 58,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. ../app/modal/welcome-modal.component.html 64,69 Remind me later ../app/modal/welcome-modal.component.html 76 Configure my instance ../app/modal/welcome-modal.component.html 83,84 Configuration warning! ../app/modal/instance-config-warning-modal.component.html 3 You enabled user registration on your instance but did not configure the following fields: ../app/modal/instance-config-warning-modal.component.html 10 Please consider configuring these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on the JoinPeerTube website. ../app/modal/instance-config-warning-modal.component.html 25,27 Don't show me this warning anymore ../app/modal/instance-config-warning-modal.component.html 33 Close ../app/modal/instance-config-warning-modal.component.html 38 Configure ../app/modal/instance-config-warning-modal.component.html 44 Instance name ../app/modal/instance-config-warning-modal.component.html 13 Instance short description ../app/modal/instance-config-warning-modal.component.html 14 Who you are ../app/modal/instance-config-warning-modal.component.html 16 How long you plan to maintain your instance ../app/modal/instance-config-warning-modal.component.html 17 How you plan to pay your instance ../app/modal/instance-config-warning-modal.component.html 18 How you will moderate your instance ../app/modal/instance-config-warning-modal.component.html 20 Instance terms ../app/modal/instance-config-warning-modal.component.html 21 This file is too large. ../app/shared/shared-forms/reactive-file.component.ts 50 PeerTube cannot handle this kind of file. Accepted extensions are }. ../app/shared/shared-forms/reactive-file.component.ts 56 Loading instance statistics... ../app/shared/shared-instance/instance-statistics.component.html 1 Local ../app/shared/shared-instance/instance-statistics.component.html 4 users ../app/shared/shared-instance/instance-statistics.component.html 12,11 videos ../app/shared/shared-instance/instance-statistics.component.html 21 video views ../app/shared/shared-instance/instance-statistics.component.html 31 video comments ../app/shared/shared-instance/instance-statistics.component.html 41 of hosted video ../app/shared/shared-instance/instance-statistics.component.html 51 Federation ../app/shared/shared-instance/instance-statistics.component.html 58 followers ../app/shared/shared-instance/instance-statistics.component.html 85 following ../app/shared/shared-instance/instance-statistics.component.html 95 User ../app/core/users/user.service.ts 382 Administrator ../app/core/users/user.service.ts 383 Moderator ../app/core/users/user.service.ts 384 You don't have notifications. ../app/shared/shared-main/users/user-notifications.component.html 1 published a new video: ../app/shared/shared-main/users/user-notifications.component.html 16 The notification concerns a video now unavailable ../app/shared/shared-main/users/user-notifications.component.html 24,25 Your video has been unblocked ../app/shared/shared-main/users/user-notifications.component.html 33,34 Your video has been blocked ../app/shared/shared-main/users/user-notifications.component.html 41,42 A new video abuse has been created on video ../app/shared/shared-main/users/user-notifications.component.html 49 A new comment abuse has been created on video ../app/shared/shared-main/users/user-notifications.component.html 53 A new account abuse has been created on account ../app/shared/shared-main/users/user-notifications.component.html 57 A new abuse has been created ../app/shared/shared-main/users/user-notifications.component.html 62,63 Your abuse has been acceptedrejected ../app/shared/shared-main/users/user-notifications.component.html 70,72 Abuse has a new message ../app/shared/shared-main/users/user-notifications.component.html 80,81 The recently added video has been automatically blocked ../app/shared/shared-main/users/user-notifications.component.html 88 commented your video ../app/shared/shared-main/users/user-notifications.component.html 101 The notification concerns a comment now unavailable ../app/shared/shared-main/users/user-notifications.component.html 109,110 Your video has been published ../app/shared/shared-main/users/user-notifications.component.html 118,119 Your video import succeeded ../app/shared/shared-main/users/user-notifications.component.html 126,127 Your video import failed ../app/shared/shared-main/users/user-notifications.component.html 134,135 User registered on your instance ../app/shared/shared-main/users/user-notifications.component.html 142,143 is following your channel your account ../app/shared/shared-main/users/user-notifications.component.html 152,155 mentioned you on video ../app/shared/shared-main/users/user-notifications.component.html 165 Your instance has a new follower () awaiting your approval ../app/shared/shared-main/users/user-notifications.component.html 173,174 Your instance automatically followed ../app/shared/shared-main/users/user-notifications.component.html 182 The notification points to a content now unavailable ../app/shared/shared-main/users/user-notifications.component.html 190,191 ../app/shared/shared-main/buttons/action-dropdown.component.html 22 Complete preview ../app/shared/shared-forms/markdown-textarea.component.html 19 Truncated preview ../app/shared/shared-forms/markdown-textarea.component.html 11 Add a new option ../app/shared/shared-forms/select/select-checkbox.component.ts 28 No items found ../app/shared/shared-forms/select/select-checkbox.component.html 14 max size ../app/shared/shared-forms/preview-upload.component.ts 39 years ago ../app/shared/shared-main/angular/from-now.pipe.ts 12 year ago ../app/shared/shared-main/angular/from-now.pipe.ts 13 months ago ../app/shared/shared-main/angular/from-now.pipe.ts 16 month ago ../app/shared/shared-main/angular/from-now.pipe.ts 17 weeks ago ../app/shared/shared-main/angular/from-now.pipe.ts 20 week ago ../app/shared/shared-main/angular/from-now.pipe.ts 21 days ago ../app/shared/shared-main/angular/from-now.pipe.ts 24 day ago ../app/shared/shared-main/angular/from-now.pipe.ts 25 hours ago ../app/shared/shared-main/angular/from-now.pipe.ts 28 hour ago ../app/shared/shared-main/angular/from-now.pipe.ts 29 min ago ../app/shared/shared-main/angular/from-now.pipe.ts 32 just now ../app/shared/shared-main/angular/from-now.pipe.ts 34 Change your avatar ../app/shared/shared-main/account/actor-avatar-info.component.html 9 subscribers ../app/shared/shared-main/account/actor-avatar-info.component.html 21 (account page) ../app/shared/shared-main/account/avatar.component.ts 19 Channel avatar ../app/shared/shared-main/account/avatar.component.html 4 Account avatar ../app/shared/shared-main/account/avatar.component.html 7 Display settings ../app/modal/quick-settings-modal.component.html 8 Interface settings ../app/modal/quick-settings-modal.component.html 20 Video settings ../app/modal/quick-settings-modal.component.html 16 Enter a new tag ../app/shared/shared-forms/select/select-tags.component.html 5 Confirm ../app/modal/confirm.component.ts 39 Focus the search bar ../app/app.component.ts 289 Toggle the left menu ../app/app.component.ts 294 Go to the discover videos page ../app/app.component.ts 299 Go to the trending videos page ../app/app.component.ts 304 Go to the recently added videos page ../app/app.component.ts 309 Go to the local videos page ../app/app.component.ts 314 Go to the videos upload page ../app/app.component.ts 319 Close this message ../app/app.component.html 34 hide ../app/menu/menu.component.ts 121 blur ../app/menu/menu.component.ts 124 display ../app/menu/menu.component.ts 127 Unknown ../app/menu/menu.component.ts 193 any language ../app/menu/menu.component.ts 229 Discover ../app/menu/menu.component.html 117 Trending ../app/menu/menu.component.html 122 Most liked ../app/menu/menu.component.html 127 Recently added ../app/menu/menu.component.html 132 Contact ../app/menu/menu.component.html 166 Get help using PeerTube ../app/menu/menu.component.html 167 Help ../app/menu/menu.component.html 168,167 Frequently asked questions about PeerTube ../app/menu/menu.component.html 168 FAQ ../app/menu/menu.component.html 169,168 Stats ../app/menu/menu.component.html 170,169 API documentation ../app/menu/menu.component.html 170 API ../app/menu/menu.component.html 171,170 Shortcuts ../app/menu/menu.component.html 171 powered by PeerTube - CopyLeft 2015-2020 ../app/menu/menu.component.html 176 powered by PeerTube ../app/menu/menu.component.html 177 Account settings ../app/menu/menu.component.html 26 Channels settings ../app/menu/menu.component.html 31 Interface: ../app/menu/menu.component.html 38 Videos: ../app/menu/menu.component.html 45 Sensitive: ../app/menu/menu.component.html 54 Help share videos ../app/menu/menu.component.html 60 More account settings ../app/menu/menu.component.html 66 Keyboard shortcuts ../app/menu/menu.component.html 72 Log out ../app/menu/menu.component.html 76 Public profile ../app/menu/menu.component.html 19 Create an account ../app/menu/menu.component.html 84 MY LIBRARY ../app/menu/menu.component.html 88 Playlists ../app/menu/menu.component.html 97 Subscriptions ../app/menu/menu.component.html 102 History ../app/menu/menu.component.html 107 Videos ../app/menu/menu.component.html 92 Administration ../app/menu/menu.component.html 146 Interface: ../app/menu/menu.component.html 162 All unsaved data will be lost, are you sure you want to leave this page? ../app/core/routing/can-deactivate-guard.service.ts 19 Go to my subscriptions ../app/core/auth/auth.service.ts 63 Go to my videos ../app/core/auth/auth.service.ts 67 Go to my imports ../app/core/auth/auth.service.ts 71 Go to my channels ../app/core/auth/auth.service.ts 75 Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. ../app/core/auth/auth.service.ts 98,99 You need to reconnect. ../app/core/auth/auth.service.ts 215 Hidden ../app/shared/shared-instance/instance-features-table.component.ts 36 Blurred with confirmation request ../app/shared/shared-instance/instance-features-table.component.ts 37 Displayed ../app/shared/shared-instance/instance-features-table.component.ts 38 ~ 1 minute ../app/shared/shared-instance/instance-features-table.component.ts 53 ~ minutes ../app/shared/shared-instance/instance-features-table.component.ts 55 of full HD videos ../app/shared/shared-instance/instance-features-table.component.ts 71 of HD videos ../app/shared/shared-instance/instance-features-table.component.ts 72 of average quality videos ../app/shared/shared-instance/instance-features-table.component.ts 73 Features found on this instance ../app/shared/shared-instance/instance-features-table.component.html 4 PeerTube version ../app/shared/shared-instance/instance-features-table.component.html 6 Default NSFW/sensitive videos policycan be redefined by the users ../app/shared/shared-instance/instance-features-table.component.html 13,14 User registration allowed ../app/shared/shared-instance/instance-features-table.component.html 21 Video uploads ../app/shared/shared-instance/instance-features-table.component.html 28 Transcoding in multiple resolutions ../app/shared/shared-instance/instance-features-table.component.html 32 HTTP import (YouTube, Vimeo, direct URL...) ../app/shared/shared-instance/instance-features-table.component.html 71 Torrent import ../app/shared/shared-instance/instance-features-table.component.html 78 Player ../app/shared/shared-instance/instance-features-table.component.html 86 P2P enabled ../app/shared/shared-instance/instance-features-table.component.html 90 Users can resolve distant content ../app/shared/shared-instance/instance-features-table.component.html 101 Requires manual validation by moderators ../app/shared/shared-instance/instance-features-table.component.html 41 Automatically published ../app/shared/shared-instance/instance-features-table.component.html 42 Unlimited ( per day) ../app/shared/shared-instance/instance-features-table.component.html 61 View your notifications ../app/menu/avatar-notification.component.html 3 Notifications ../app/menu/avatar-notification.component.html 13 Update your notification preferences ../app/menu/avatar-notification.component.html 22 Mark all as read ../app/menu/avatar-notification.component.html 18 See all your notifications ../app/menu/avatar-notification.component.html 40 Request is too large for the server. Please contact you administrator if you want to increase the limit size. ../app/core/rest/rest-extractor.service.ts 61,62 Too many attempts, please try again after minutes. ../app/core/rest/rest-extractor.service.ts 67 Too many attempts, please try again later. ../app/core/rest/rest-extractor.service.ts 69 Server error. Please retry later. ../app/core/rest/rest-extractor.service.ts 72 Upload ../app/header/header.component.html 5 Search videos, channels… ../app/header/search-typeahead.component.html 3 GLOBAL SEARCH ../app/header/search-typeahead.component.html 23 Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent. ../app/header/search-typeahead.component.html 29 using ../app/header/search-typeahead.component.html 25 ADVANCED SEARCH ../app/header/search-typeahead.component.html 35 Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows. ../app/header/search-typeahead.component.html 37 will list the matching channel ../app/header/search-typeahead.component.html 46 will list the matching video ../app/header/search-typeahead.component.html 52 Any other input will return matching video or channel names. ../app/header/search-typeahead.component.html 55 any instance ../app/header/search-typeahead.component.html 38 only followed instances ../app/header/search-typeahead.component.html 39 In this instance's network ../app/header/suggestion.component.html 14 In the vidiverse ../app/header/suggestion.component.html 15 Success ../app/core/notification/notifier.service.ts 23 Unknown language ../app/shared/shared-user-settings/user-video-settings.component.ts 57 Too many languages are enabled. Please enable them all or stay below 20 enabled languages. ../app/shared/shared-user-settings/user-video-settings.component.ts 102 You need to enable at least 1 video language. ../app/shared/shared-user-settings/user-video-settings.component.ts 107 Video settings updated. ../app/shared/shared-user-settings/user-video-settings.component.ts 133 Display/Video settings updated. ../app/shared/shared-user-settings/user-video-settings.component.ts 140 Default policy on videos containing sensitive content ../app/shared/shared-user-settings/user-video-settings.component.html 4 Only display videos in the following languages/subtitles ../app/shared/shared-user-settings/user-video-settings.component.html 25 Help share videos being played ../app/shared/shared-user-settings/user-video-settings.component.html 47 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. ../app/shared/shared-user-settings/user-video-settings.component.html 50 Automatically play videos ../app/shared/shared-user-settings/user-video-settings.component.html 58 When on a video page, directly start playing the video. ../app/shared/shared-user-settings/user-video-settings.component.html 61 Automatically start playing the next video ../app/shared/shared-user-settings/user-video-settings.component.html 69 When a video ends, follow up with the next suggested video. ../app/shared/shared-user-settings/user-video-settings.component.html 72 With Do not list or Blur thumbnails, a confirmation will be requested to watch the video. ../app/shared/shared-user-settings/user-video-settings.component.html 8,9 In Recently added, Trending, Local, Most liked and Search pages ../app/shared/shared-user-settings/user-video-settings.component.html 28 ../app/shared/shared-main/misc/top-menu-dropdown.component.html 14 My library ../app/+my-account/my-account.component.ts 47 My channels ../app/+my-account/my-account.component.ts 50 My videos ../app/+my-account/my-account.component.ts 55 My playlists ../app/+my-account/my-account.component.ts 61 My subscriptions ../app/+my-account/my-account.component.ts 66 My history ../app/+my-account/my-account.component.ts 71 Misc ../app/+my-account/my-account.component.ts 88 My abuse reports ../app/+my-account/my-account.component.ts 101 Ownership changes ../app/+my-account/my-account.component.ts 106 My settings ../app/+my-account/my-account.component.ts 115 My notifications ../app/+my-account/my-account.component.ts 119 Ownership change request sent. ../app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts 64 Change ownership ../app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html 3 Select the next owner ../app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html 10 Password updated. ../app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts 48 You current password is invalid. ../app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts 56 Change password ../app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html 5 Current password ../app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html 7 New password ../app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html 15 Confirm new password ../app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html 23 Ownership accepted ../app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts 64 Accept ownership ../app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html 3 Select a channel to receive the video ../app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html 10 Channel that will receive the video ../app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html 13 Playlist updated. ../app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts 98 My Playlists ../app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html 4 Playlist thumbnail ../app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html 82 NEW PLAYLIST ../app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html 25 PLAYLIST ../app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html 26 Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted. ../app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts 22 Type your username to confirm ../app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts 23 Delete your account ../app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts 25 Delete my account ../app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts 26 Your account is deleted. ../app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts 32 Once you delete your account, there is no going back. You will be asked to confirm this action. ../app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html 2 Delete your account ../app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html 4 Playlist created. ../app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts 77 Create ../app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts 90 Profile updated. ../app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts 51 New video from your subscriptions ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 32 New comment on your video ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 33 New abuse ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 34 Video blocked automatically waiting review ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 35 One of your video is blocked/unblocked ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 36 Video published (after transcoding/scheduled update) ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 37 Video import finished ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 38 A new user registered on your instance ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 39 You or your channel(s) has a new follower ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 40 Someone mentioned you in video comments ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 41 Your instance has a new follower ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 42 Your instance automatically followed another instance ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 43 An abuse report received a new message ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 44 One of your abuse reports has been accepted or rejected by moderators ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 45 Preferences saved ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts 92 Activities ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html 2 Web ../app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html 4,3 My ownership changes ../app/+my-account/my-account-ownership/my-account-ownership.component.html 3 Initiator ../app/+my-account/my-account-ownership/my-account-ownership.component.html 19 Video ../app/+my-account/my-account-ownership/my-account-ownership.component.html 20 Created ../app/+my-account/my-account-ownership/my-account-ownership.component.html 23 Status ../app/+my-account/my-account-ownership/my-account-ownership.component.html 25 No ownership change request found. ../app/+my-account/my-account-ownership/my-account-ownership.component.html 83 Account settings ../app/+my-account/my-account-routing.module.ts 37 Account playlists ../app/+my-account/my-account-routing.module.ts 55 Create new playlist ../app/+my-account/my-account-routing.module.ts 64 Playlist elements ../app/+my-account/my-account-routing.module.ts 73 Update playlist ../app/+my-account/my-account-routing.module.ts 82 Account video imports ../app/+my-account/my-account-routing.module.ts 105 Account subscriptions ../app/+my-account/my-account-routing.module.ts 114 Videos history ../app/+my-account/my-account-routing.module.ts 150 Notifications ../app/+my-account/my-account-routing.module.ts 163 My videos history ../app/+my-account/my-account-history/my-account-history.component.ts 45 Videos history is enabled ../app/+my-account/my-account-history/my-account-history.component.ts 73 Videos history is disabled ../app/+my-account/my-account-history/my-account-history.component.ts 74 Delete videos history ../app/+my-account/my-account-history/my-account-history.component.ts 86 Are you sure you want to delete all your videos history? ../app/+my-account/my-account-history/my-account-history.component.ts 87 Videos history deleted ../app/+my-account/my-account-history/my-account-history.component.ts 95 My history ../app/+my-account/my-account-history/my-account-history.component.html 3 Video history ../app/+my-account/my-account-history/my-account-history.component.html 9 Delete history ../app/+my-account/my-account-history/my-account-history.component.html 13,15 You don't have any video history yet. ../app/+my-account/my-account-history/my-account-history.component.html 19 Notification preferences ../app/+my-account/my-account-notifications/my-account-notifications.component.html 4,6 Newest first ../app/+my-account/my-account-notifications/my-account-notifications.component.html 11 Unread first ../app/+my-account/my-account-notifications/my-account-notifications.component.html 12 All read ../app/+my-account/my-account-notifications/my-account-notifications.component.html 26 Avatar changed. ../app/+my-account/my-account-settings/my-account-settings.component.ts 42 PROFILE SETTINGS ../app/+my-account/my-account-settings/my-account-settings.component.html 12 VIDEO SETTINGS ../app/+my-account/my-account-settings/my-account-settings.component.html 26 NOTIFICATIONS ../app/+my-account/my-account-settings/my-account-settings.component.html 37 INTERFACE ../app/+my-account/my-account-settings/my-account-settings.component.html 47 EMAIL ../app/+my-account/my-account-settings/my-account-settings.component.html 67 PASSWORD ../app/+my-account/my-account-settings/my-account-settings.component.html 57 Please check your emails to verify your new email. ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts 53 Email updated. ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts 55 Your current email is ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 5 is awaiting email verification ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 9,10 New email ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 15 Your new email ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 17 Your current password ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 26 Your password ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 28 Change email ../app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 36 My subscriptions ../app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html 4 Search your subscriptions ../app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html 11 You don't have any subscriptions yet. ../app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html 18 subscribers ../app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html 32 Owner account page ../app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html 34 Created by ../app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html 35 The channel is required. ../app/shared/form-validators/video-ownership-change-validators.ts 7 The username is required. ../app/shared/form-validators/video-ownership-change-validators.ts 14 You can only transfer ownership to a local account ../app/shared/form-validators/video-ownership-change-validators.ts 15 My imports ../app/+my-account/my-account-video-imports/my-account-video-imports.component.html 3 Showing to of imports ../app/+my-account/my-account-video-imports/my-account-video-imports.component.html 10 Target ../app/+my-account/my-account-video-imports/my-account-video-imports.component.html 17 See the error ../app/+my-account/my-account-video-imports/my-account-video-imports.component.html 27 This video was deleted ../app/+my-account/my-account-video-imports/my-account-video-imports.component.html 49 Do you really want to delete videos? ../app/+my-account/my-account-videos/my-account-videos.component.ts 98 videos deleted. ../app/+my-account/my-account-videos/my-account-videos.component.ts 115 Do you really want to delete ? ../app/+my-account/my-account-videos/my-account-videos.component.ts 125 My videos ../app/+my-account/my-account-videos/my-account-videos.component.html 4 Search your videos ../app/+my-account/my-account-videos/my-account-videos.component.html 11 Playlist } deleted. ../app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts 61 My playlists ../app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 4 Search your playlists ../app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 10 Create playlist ../app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html 18 Delete playlist ../app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts 53 Playlist deleted. ../app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts 136 No videos in this playlist. ../app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html 25 Browse videos on PeerTube to add them in your playlist. ../app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html 28,29 See the documentation for more information. ../app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html 32,33 Video channel updated. ../app/+my-account/+my-account-video-channels/my-account-video-channel-update.component.ts 92 My Channels ../app/+my-account/+my-account-video-channels/my-account-video-channel-edit.component.html 4 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. ../app/+my-account/+my-account-video-channels/my-account-video-channel-edit.component.html 77,78 NEW CHANNEL ../app/+my-account/+my-account-video-channels/my-account-video-channel-edit.component.html 25 CHANNEL ../app/+my-account/+my-account-video-channels/my-account-video-channel-edit.component.html 26 Example: my_channel ../app/+my-account/+my-account-video-channels/my-account-video-channel-edit.component.html 35 Overwrite support field of all videos of this channel ../app/+my-account/+my-account-video-channels/my-account-video-channel-edit.component.html 92 Video channel created. ../app/+my-account/+my-account-video-channels/my-account-video-channel-create.component.ts 61 This name already exists on this instance. ../app/+my-account/+my-account-video-channels/my-account-video-channel-create.component.ts 67 Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel with the same name ()! ../app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts 111,113 Please type the display name of the video channel () to confirm ../app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts 115 Video channel deleted. ../app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts 125 Views for the day ../app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts 144 My channels ../app/+my-account/+my-account-video-channels/my-account-video-channels.component.html 4 Search your channels ../app/+my-account/+my-account-video-channels/my-account-video-channels.component.html 11 Create video channel ../app/+my-account/+my-account-video-channels/my-account-video-channels.component.html 19 {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} ../app/+my-account/+my-account-video-channels/my-account-video-channels.component.html 37 Create new video channel ../app/+my-account/+my-account-video-channels/my-account-video-channels-routing.module.ts 22 Update video channel ../app/+my-account/+my-account-video-channels/my-account-video-channels-routing.module.ts 31 Not found ../app/+page-not-found/page-not-found-routing.module.ts 13 Sorry, we couldn't find the page you were looking for. ../app/+page-not-found/page-not-found.component.html 5,6 Confirmation of the password is required. ../app/shared/form-validators/reset-password-validators.ts 9 Unable to find user id or verification string. ../app/+reset-password/reset-password.component.ts 38 Your password has been successfully reset! ../app/+reset-password/reset-password.component.ts 47 Reset my password ../app/+reset-password/reset-password.component.html 3,4 Confirm password ../app/+reset-password/reset-password.component.html 19 Confirmed password ../app/+reset-password/reset-password.component.html 21 Reset my password ../app/+reset-password/reset-password.component.html 29 Search index is unavailable. Retrying with instance results instead. ../app/+search/search.component.ts 171 Search error ../app/+search/search.component.ts 172 Search ../app/+search/search.component.ts 230 ../app/+search/search.component.html 5 on this instance ../app/+search/search.component.html 7 on the vidiverse ../app/+search/search.component.html 8 for ../app/+search/search.component.html 11 Filters ../app/+search/search.component.html 22 No results found ../app/+search/search.component.html 33,34 subscribers ../app/+search/search.component.html 60 Any ../app/+search/search-filters.component.ts 38 Last 7 days ../app/+search/search-filters.component.ts 46 Last 30 days ../app/+search/search-filters.component.ts 50 Last 365 days ../app/+search/search-filters.component.ts 54 Short (< 4 min) ../app/+search/search-filters.component.ts 65 Medium (4-10 min) ../app/+search/search-filters.component.ts 69 Long (> 10 min) ../app/+search/search-filters.component.ts 73 Relevance ../app/+search/search-filters.component.ts 80 Publish date ../app/+search/search-filters.component.ts 84 Views ../app/+search/search-filters.component.ts 88 Sort ../app/+search/search-filters.component.html 7 Display sensitive content ../app/+search/search-filters.component.html 21 Yes ../app/+search/search-filters.component.html 29 No ../app/+search/search-filters.component.html 34 Published date ../app/+search/search-filters.component.html 40 Original publication year ../app/+search/search-filters.component.html 54 After... ../app/+search/search-filters.component.html 66 Before... ../app/+search/search-filters.component.html 76 Display all categories ../app/+search/search-filters.component.html 108 Display all licenses ../app/+search/search-filters.component.html 121 Display all languages ../app/+search/search-filters.component.html 134 All of these tags ../app/+search/search-filters.component.html 143 One of these tags ../app/+search/search-filters.component.html 151 Filter ../app/+search/search-filters.component.html 181 Reset ../app/+search/search-filters.component.html 10 Reset ../app/+search/search-filters.component.html 105 Search target ../app/+search/search-filters.component.html 160 Vidiverse ../app/+search/search-filters.component.html 170 Reset ../app/+search/search-filters.component.html 179 Now please check your emails to verify your account and complete signup. ../app/+signup/+register/register.component.ts 115 You are now logged in as ! ../app/+signup/+register/register.component.ts 123 Create an account ../app/+signup/+register/register.component.html 4,5 Next ../app/+signup/+register/register.component.html 20 Create my account ../app/+signup/+register/register.component.html 29,30 Done ../app/+signup/+register/register.component.html 33 PeerTube is creating your account... ../app/+signup/+register/register.component.html 37 Administrators & Sustainability ../app/+signup/+register/register.component.html 56 Who are we? ../app/+signup/+register/register.component.html 60 How long do we plan to maintain this instance? ../app/+signup/+register/register.component.html 65 How will we finance this instance? ../app/+signup/+register/register.component.html 70 Step ../app/+signup/+register/custom-stepper.component.html 9 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. ../app/+signup/+register/register-step-channel.component.html 5,7 Other users can decide to subscribe any channel they want, to be notified when you publish a new video. ../app/+signup/+register/register-step-channel.component.html 10,11 Channel display name ../app/+signup/+register/register-step-channel.component.html 15 Example: my_super_channel ../app/+signup/+register/register-step-channel.component.html 34 The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. ../app/+signup/+register/register-step-channel.component.html 43,44 Channel name cannot be the same than your account name. You can click on the first step to update your account name. ../app/+signup/+register/register-step-channel.component.html 51,52 Example: jane_doe ../app/+signup/+register/register-step-user.component.html 23 The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. ../app/+signup/+register/register-step-user.component.html 32,33 I am at least 16 years old and agree to the Terms and to the Code of Conduct of this instance ../app/+signup/+register/register-step-user.component.html 66,70 Register ../app/+signup/+register/register-routing.module.ts 14 An email with verification link will be sent to . ../app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts 45 Request email for account verification ../app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html 3,4 Send verification email ../app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html 17 This instance does not require email verification. ../app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html 20 Verify account email ../app/+signup/+verify-account/verify-account-routing.module.ts 17 Verify account ask send email ../app/+signup/+verify-account/verify-account-routing.module.ts 26 Verify account email confirmation ../app/+signup/+verify-account/verify-account-email/verify-account-email.component.html 3,4 Email updated. ../app/+signup/+verify-account/verify-account-email/verify-account-email.component.html 10,11 An error occurred. ../app/+signup/+verify-account/verify-account-email/verify-account-email.component.html 14 Video channel videos ../app/+video-channels/video-channels-routing.module.ts 25 Video channel playlists ../app/+video-channels/video-channels-routing.module.ts 38 About video channel ../app/+video-channels/video-channels-routing.module.ts 47 Published videos ../app/+video-channels/video-channel-videos/video-channel-videos.component.ts 39 Published 1 video ../app/+video-channels/video-channel-videos/video-channel-videos.component.ts 74 Created playlists ../app/+video-channels/video-channel-playlists/video-channel-playlists.component.html 3,4 This channel does not have playlists. ../app/+video-channels/video-channel-playlists/video-channel-playlists.component.html 6 VIDEO PLAYLISTS ../app/+video-channels/video-channels.component.ts 66 Go the owner account page ../app/+video-channels/video-channels.component.html 30 Created by ../app/+video-channels/video-channels.component.html 31 Manage channel ../app/+video-channels/video-channels.component.html 22,23 Created ../app/+video-channels/video-channel-about/video-channel-about.component.html 18 SUPPORT THIS CHANNEL ../app/+video-channels/video-channel-about/video-channel-about.component.html 10 Most liked videos ../app/+videos/video-list/video-most-liked.component.ts 41 Videos that have the higher number of likes. ../app/+videos/video-list/video-most-liked.component.ts 42 Recently added ../app/+videos/video-list/video-recently-added.component.ts 36 Videos from your subscriptions ../app/+videos/video-list/video-user-subscriptions.component.ts 35 Subscriptions ../app/+videos/video-list/video-user-subscriptions.component.ts 38 Local videos ../app/+videos/video-list/video-local.component.ts 36 Discover videos ../app/+videos/videos-routing.module.ts 23 Trending videos ../app/+videos/videos-routing.module.ts 32 Recently added videos ../app/+videos/videos-routing.module.ts 58 Upload a video ../app/+videos/videos-routing.module.ts 97 Edit a video ../app/+videos/videos-routing.module.ts 106 Trending for the last 24 hours ../app/+videos/video-list/video-trending.component.ts 46 Trending videos are those totalizing the greatest number of views during the last 24 hours ../app/+videos/video-list/video-trending.component.ts 47