diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
index da2c5bcd3..3b01b6c9f 100644
--- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
+++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
@@ -35,8 +35,8 @@ export class MyAccountVideoChannelsComponent implements OnInit {
async deleteVideoChannel (videoChannel: VideoChannel) {
const res = await this.confirmService.confirmWithInput(
this.i18n(
- 'Do you really want to delete {{channelDisplayName}}? It will delete all videos uploaded in this channel, ' +
- 'and you will not be able to create another channel with the same name ({{channelName}})!',
+ // tslint:disable
+ 'Do you really want to delete {{channelDisplayName}}? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name ({{channelName}})!',
{ channelDisplayName: videoChannel.displayName, channelName: videoChannel.name }
),
this.i18n(
diff --git a/client/src/locale/source/angular_en_US.xml b/client/src/locale/source/angular_en_US.xml
index 9b9714dfe..64f7d9c11 100644
--- a/client/src/locale/source/angular_en_US.xml
+++ b/client/src/locale/source/angular_en_US.xml
@@ -64,49 +64,49 @@
««
../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts
- 7
-
-
<x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%
@@ -136,67 +136,67 @@
Decrement hours
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 19
+ 20
Increment minutes
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 28
+ 29
MM
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 31
+ 32
Minutes
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 33
+ 34
Decrement minutes
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 38
+ 40
Increment seconds
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 47
+ 49
SS
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 50
+ 52
Seconds
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 52
+ 54
Decrement seconds
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 57
+ 60
PM
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 65
+ 68
AM
../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 66
+ 69
(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)
@@ -258,6 +258,18 @@
app/shared/users/user-notifications.component.html
31
+
+
+ <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="<my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="</my-global-icon>"/>
+
+ <x id="START_TAG_DIV" ctype="x-div" equiv-text="<div>"/>
+ The recently added video <x id="START_LINK" ctype="x-a" equiv-text="<a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="<a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="</a>"/>
+ <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="</div>"/>
+
+
+ app/shared/users/user-notifications.component.html
+ 39
+
<x id="TAG_IMG" ctype="image" equiv-text="<img/>"/>
@@ -268,7 +280,7 @@
app/shared/users/user-notifications.component.html
- 39
+ 47
@@ -280,7 +292,7 @@
app/shared/users/user-notifications.component.html
- 47
+ 55
@@ -292,7 +304,7 @@
app/shared/users/user-notifications.component.html
- 55
+ 63
@@ -304,7 +316,7 @@
app/shared/users/user-notifications.component.html
- 63
+ 71
@@ -316,7 +328,7 @@
app/shared/users/user-notifications.component.html
- 71
+ 79
@@ -331,7 +343,7 @@
app/shared/users/user-notifications.component.html
- 79
+ 87
@@ -343,7 +355,7 @@
app/shared/users/user-notifications.component.html
- 90
+ 98
Unlisted
@@ -351,18 +363,140 @@
app/shared/video/video-miniature.component.html
10
+
+ app/videos/+video-watch/video-watch.component.html
+ 17
+
Private
app/shared/video/video-miniature.component.html
11
+
+ app/videos/+video-watch/video-watch.component.html
+ 18
+
<x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
app/shared/video/video-miniature.component.html
16
+
+ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }
+
+ app/shared/video-playlist/video-playlist-miniature.component.html
+ 9
+
+
+
+ <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
+
+
+ app/shared/video-playlist/video-playlist-miniature.component.html
+ 25
+
+
+ Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/>
+
+ app/shared/video-playlist/video-playlist-miniature.component.html
+ 29
+
+
+ Save to
+
+ app/shared/video-playlist/video-add-to-playlist.component.html
+ 3
+
+
+ Options
+
+ app/shared/video-playlist/video-add-to-playlist.component.html
+ 8
+
+
+ Start at
+
+ app/shared/video-playlist/video-add-to-playlist.component.html
+ 16
+
+
+ app/shared/video-playlist/video-playlist-element-miniature.component.html
+ 40
+
+
+ app/videos/+video-watch/modal/video-share.component.html
+ 12
+
+
+ Stop at
+
+ app/shared/video-playlist/video-add-to-playlist.component.html
+ 30
+
+
+ app/shared/video-playlist/video-playlist-element-miniature.component.html
+ 54
+
+
+ Display name
+
+ app/shared/video-playlist/video-add-to-playlist.component.html
+ 63
+
+
+ app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html
+ 28
+
+
+ app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html
+ 28
+
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 9
+
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 9
+
+
+ app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html
+ 6
+
+
+ Create
+
+ app/shared/video-playlist/video-add-to-playlist.component.html
+ 73
+
+
+ Edit starts/stops at
+
+ app/shared/video-playlist/video-playlist-element-miniature.component.html
+ 33
+
+
+ Save
+
+ app/shared/video-playlist/video-playlist-element-miniature.component.html
+ 65
+
+
+ app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
+ 32
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 115
+
+
+ Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/>
+
+ app/shared/video-playlist/video-playlist-element-miniature.component.html
+ 69
+
Delete
@@ -371,7 +505,7 @@
app/+my-account/my-account-videos/my-account-videos.component.html
- 36
+ 30
app/videos/+video-edit/shared/video-edit.component.html
@@ -379,7 +513,7 @@
app/videos/+video-watch/video-watch.component.html
- 105
+ 150
app/videos/+video-watch/comment/video-comment.component.html
@@ -491,11 +625,17 @@
app/shared/user-subscription/remote-subscribe.component.html
22
+
+ Default NSFW/sensitive videos policy (can be redefined by the users)
+
+ app/shared/instance/instance-features-table.component.html
+ 5
+
Video quota
app/shared/instance/instance-features-table.component.html
- 5
+ 19
app/+admin/users/user-edit/user-edit.component.html
@@ -515,7 +655,7 @@
app/shared/instance/instance-features-table.component.html
- 14
+ 28
Ban
@@ -683,7 +823,7 @@
app/menu/menu.component.html
- 36
+ 32
Forgot your password
@@ -815,13 +955,9 @@
app/signup/signup.component.html
63
-
- app/+about/about-instance/about-instance.component.html
- 26
-
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 78
+ 87
Features found on this instance
@@ -880,7 +1016,7 @@
app/menu/menu.component.html
- 86
+ 102
@@ -890,40 +1026,32 @@
app/menu/language-chooser.component.html
8
-
-
- My public profile
-
+
+ My public profile
app/menu/menu.component.html
- 16
+ 17
-
-
- My account
-
+
+ My account
app/menu/menu.component.html
- 20
+ 21
-
-
- My videos
-
+
+ Log out
app/menu/menu.component.html
- 24
-
-
-
- Log out
-
-
- app/menu/menu.component.html
- 28
+ 25
Create an account
+
+ app/menu/menu.component.html
+ 33
+
+
+ My library
app/menu/menu.component.html
37
@@ -934,6 +1062,10 @@
app/menu/menu.component.html
41
+
+ app/menu/menu.component.html
+ 62
+
app/+accounts/accounts.component.html
29
@@ -942,53 +1074,65 @@
app/+video-channels/video-channels.component.html
24
+
+ Playlists
+
+ app/menu/menu.component.html
+ 46
+
Subscriptions
app/menu/menu.component.html
- 45
+ 51
+
+
+ History
+
+ app/menu/menu.component.html
+ 56
Overview
app/menu/menu.component.html
- 50
+ 66
Trending
app/menu/menu.component.html
- 55
+ 71
Recently added
app/menu/menu.component.html
- 60
+ 76
Local
app/menu/menu.component.html
- 65
+ 81
More
app/menu/menu.component.html
- 70
+ 86
Administration
app/menu/menu.component.html
- 74
+ 90
About
app/menu/menu.component.html
- 79
+ 95
app/+accounts/accounts.component.html
@@ -996,19 +1140,19 @@
app/+video-channels/video-channels.component.html
- 25
+ 26
Show keyboard shortcuts
app/menu/menu.component.html
- 89
+ 105
Toggle dark interface
app/menu/menu.component.html
- 92
+ 108
View your notifications
@@ -1020,7 +1164,7 @@
Notifications
app/menu/avatar-notification.component.html
- 12
+ 13
app/+my-account/my-account-settings/my-account-settings.component.html
@@ -1030,13 +1174,13 @@
Update your notification preferences
app/menu/avatar-notification.component.html
- 15
+ 16
See all your notifications
app/menu/avatar-notification.component.html
- 22
+ 30
Search...
@@ -1116,7 +1260,7 @@
app/videos/+video-watch/video-watch.component.html
- 170
+ 215
Licence
@@ -1130,7 +1274,7 @@
app/videos/+video-watch/video-watch.component.html
- 179
+ 224
Language
@@ -1148,7 +1292,7 @@
app/videos/+video-watch/video-watch.component.html
- 188
+ 233
All of these tags
@@ -1220,6 +1364,10 @@
app/shared/video/abstract-video-list.html
20
+
+ app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
+ 1
+
app/+my-account/my-account-videos/my-account-videos.component.html
1
@@ -1312,6 +1460,14 @@
app/+about/about-instance/contact-admin-modal.component.html
38
+
+ app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
+ 22
+
+
+ app/+my-account/my-account-videos/my-account-videos.component.html
+ 24
+
app/videos/+video-watch/modal/video-report.component.html
24
@@ -1358,7 +1514,7 @@
Description
app/+about/about-instance/about-instance.component.html
- 14
+ 16
app/+accounts/account-about/account-about.component.html
@@ -1376,6 +1532,14 @@
app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html
39
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 20
+
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 20
+
app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html
17
@@ -1392,42 +1556,12 @@
Terms
app/+about/about-instance/about-instance.component.html
- 20
+ 22
app/+admin/config/edit-custom-config/edit-custom-config.component.html
39
-
- User registration is allowed and
-
- app/+about/about-instance/about-instance.component.html
- 29
-
-
-
- this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
-
-
- app/+about/about-instance/about-instance.component.html
- 31
-
-
-
- this instance provides unlimited space for the videos of its users.
-
-
- app/+about/about-instance/about-instance.component.html
- 35
-
-
-
- User registration is currently not allowed.
-
-
- app/+about/about-instance/about-instance.component.html
- 40
-
About PeerTube
@@ -1732,47 +1866,60 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
21
+
+ Dedicated to sensitive or NSFW content
+
+ app/+admin/config/edit-custom-config/edit-custom-config.component.html
+ 50
+
+
+ Enabling it will allow other administrators to know that you are mainly federating sensitive content.<br /><br />
+ Moreover, the NSFW checkbox on video upload will be automatically checked by default.
+
+ app/+admin/config/edit-custom-config/edit-custom-config.component.html
+ 51
+
Default client route
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 48
+ 57
Videos Overview
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 51
+ 60
Videos Trending
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 52
+ 61
Videos Recently Added
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 53
+ 62
Local videos
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 54
+ 63
Policy on videos containing sensitive content
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 61
+ 70
With <strong>Do not list</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video.
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 64
+ 73
app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -1782,7 +1929,7 @@
Do not list
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 69
+ 78
app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -1792,7 +1939,7 @@
Blur thumbnails
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 70
+ 79
app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -1802,7 +1949,7 @@
Display
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 71
+ 80
app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -1812,43 +1959,43 @@
Signup enabled
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 84
+ 93
Signup requires email verification
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 91
+ 100
Signup limit
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 96
+ 105
Users
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 105
+ 114
User default video quota
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 109
+ 118
User default daily upload limit
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 121
+ 130
Import
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 133
+ 142
app/videos/+video-edit/video-add-components/video-import-url.component.html
@@ -1862,31 +2009,43 @@
Video import with HTTP URL (i.e. YouTube) enabled
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 141
+ 150
Video import with a torrent file or a magnet URI enabled
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 148
+ 157
+
+
+ Auto-blacklist
+
+ app/+admin/config/edit-custom-config/edit-custom-config.component.html
+ 164
+
+
+ New videos of users automatically blacklisted enabled
+
+ app/+admin/config/edit-custom-config/edit-custom-config.component.html
+ 173
Administrator
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 155
+ 181
Admin email
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 158
+ 184
Enable contact form
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 169
+ 195
Basic configuration
@@ -1898,25 +2057,25 @@
Twitter
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 178
+ 204
Your Twitter username
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 184
+ 210
Indicates the Twitter account for the website or platform on which the content was published.
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 187
+ 213
Instance whitelisted by Twitter
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 199
+ 225
If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
@@ -1924,55 +2083,55 @@
Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 200
+ 226
Services
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 176
+ 202
Transcoding
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 215
+ 241
Transcoding enabled
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 221
+ 247
If you disable transcoding, many videos from your users will not work!
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 222
+ 248
Allow additional extensions
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 231
+ 257
Allow your users to upload .mkv, .mov, .avi, .flv videos
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 232
+ 258
Transcoding threads
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 237
+ 263
Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 252
+ 278
@@ -1982,81 +2141,81 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 260
+ 286
Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 265
+ 291
Previews cache size
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 271
+ 297
Video captions cache size
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 280
+ 306
Customizations
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 289
+ 315
JavaScript
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 294
+ 320
Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 297
+ 323
-
+
- Write directly CSS code. Example:<br />
+ Write directly CSS code. Example:<br /><br />
<pre>
- body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
- background-color: red;
- <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
+ #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
+ color: red;
+ <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
</pre>
- Prepend with <em>#custom-css</em> to override styles. Example:
+ Prepend with <em>#custom-css</em> to override styles. Example:<br /><br />
<pre>
- #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
- color: red;
- <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
+ #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
+ color: red;
+ <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
</pre>
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 311
+ 337
Advanced configuration
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 212
+ 238
Update configuration
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 340
+ 366
It seems the configuration is invalid. Please search potential errors in the different tabs.
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 341
+ 367
@@ -2445,7 +2604,7 @@
app/videos/+video-watch/video-watch.component.html
- 134
+ 179
User's email must be verified to login
@@ -2587,6 +2746,32 @@
app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
43
+
+ Privacy:
+
+ app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
+ 15
+
+
+ Sensitive:
+
+ app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
+ 16
+
+
+ Unblacklist
+
+ app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
+ 28
+
+
+ app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
+ 36
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 146
+
Moderation
@@ -2599,17 +2784,23 @@
app/+admin/moderation/moderation.component.html
5
-
- Blacklisted videos
+
+ <x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/>
app/+admin/moderation/moderation.component.html
7
+
+ Auto-blacklisted videos
+
+ app/+admin/moderation/moderation.component.html
+ 9
+
Muted accounts
app/+admin/moderation/moderation.component.html
- 9
+ 11
app/+my-account/my-account-blocklist/my-account-blocklist.component.html
@@ -2619,7 +2810,7 @@
Muted servers
app/+admin/moderation/moderation.component.html
- 11
+ 13
Account
@@ -2699,7 +2890,7 @@
app/+my-account/my-account-videos/my-account-videos.component.html
- 46
+ 40
Select the next owner
@@ -2727,24 +2918,16 @@
<x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
app/+my-account/my-account-videos/my-account-videos.component.html
- 19
+ 13
Blacklisted
app/+my-account/my-account-videos/my-account-videos.component.html
- 22
+ 16
-
-
- Cancel
-
-
- app/+my-account/my-account-videos/my-account-videos.component.html
- 30
-
-
- Create another video channel
+
+ Create a new video channel
app/+my-account/my-account-video-channels/my-account-video-channels.component.html
4
@@ -2779,20 +2962,6 @@
app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html
15
-
- Display name
-
- app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html
- 28
-
-
- app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html
- 28
-
-
- app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html
- 6
-
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.
@@ -2899,17 +3068,20 @@ When you will upload a video in this channel, the video support field will be au
app/+my-account/my-account-history/my-account-history.component.html
4
-
- Delete history
+
+
+ <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="<my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="</my-global-icon>"/>
+ Delete history
+
app/+my-account/my-account-history/my-account-history.component.html
- 8
+ 7
You don't have videos history yet.
app/+my-account/my-account-history/my-account-history.component.html
- 13
+ 14
<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views
@@ -2935,6 +3107,96 @@ When you will upload a video in this channel, the video support field will be au
app/+my-account/my-account-notifications/my-account-notifications.component.html
7
+
+ Create a new playlist
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
+ 4
+
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 1
+
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 1
+
+
+ Privacy
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 33
+
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 33
+
+
+ app/videos/+video-edit/video-add-components/video-import-url.component.html
+ 25
+
+
+ app/videos/+video-edit/video-add-components/video-upload.component.html
+ 21
+
+
+ app/videos/+video-edit/video-add-components/video-import-torrent.component.html
+ 33
+
+
+ app/videos/+video-edit/shared/video-edit.component.html
+ 90
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 205
+
+
+ Channel
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 46
+
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 46
+
+
+ app/videos/+video-edit/video-add-components/video-import-url.component.html
+ 16
+
+
+ app/videos/+video-edit/video-add-components/video-upload.component.html
+ 12
+
+
+ app/videos/+video-edit/video-add-components/video-import-torrent.component.html
+ 24
+
+
+ app/videos/+video-edit/shared/video-edit.component.html
+ 39
+
+
+ Upload thumbnail
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 61
+
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+ 61
+
+
+ app/videos/+video-edit/shared/video-edit.component.html
+ 192
+
+
+ No videos in this playlist.
+
+ app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html
+ 11
+
Change password
@@ -2981,12 +3243,6 @@ When you will upload a video in this channel, the video support field will be au
app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
28
-
- Save
-
- app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
- 32
-
Update my profile
@@ -3085,6 +3341,12 @@ When you will upload a video in this channel, the video support field will be au
app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html
20
+
+ Video playlists
+
+ app/+video-channels/video-channels.component.html
+ 25
+
Support this channel
@@ -3097,6 +3359,20 @@ When you will upload a video in this channel, the video support field will be au
app/+video-channels/video-channel-about/video-channel-about.component.html
17
+
+
+ Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
+
+
+ app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
+ 1
+
+
+ This channel does not have playlists.
+
+ app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
+ 5
+
URL
@@ -3105,7 +3381,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/modal/video-share.component.html
- 17
+ 25
You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
@@ -3113,46 +3389,6 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-edit/video-add-components/video-import-url.component.html
9
-
- Channel
-
- app/videos/+video-edit/video-add-components/video-import-url.component.html
- 16
-
-
- app/videos/+video-edit/video-add-components/video-upload.component.html
- 12
-
-
- app/videos/+video-edit/video-add-components/video-import-torrent.component.html
- 24
-
-
- app/videos/+video-edit/shared/video-edit.component.html
- 39
-
-
- Privacy
-
- app/videos/+video-edit/video-add-components/video-import-url.component.html
- 25
-
-
- app/videos/+video-edit/video-add-components/video-upload.component.html
- 21
-
-
- app/videos/+video-edit/video-add-components/video-import-torrent.component.html
- 33
-
-
- app/videos/+video-edit/shared/video-edit.component.html
- 90
-
-
- app/videos/+video-watch/video-watch.component.html
- 160
-
Sorry, but something went wrong
@@ -3191,7 +3427,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 93
+ 138
Select the file to upload
@@ -3327,7 +3563,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 197
+ 242
Tags could be used to suggest relevant recommendations.</br>Press Enter to add a new tag.
@@ -3445,12 +3681,6 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-edit/shared/video-edit.component.html
135
-
- Upload thumbnail
-
- app/videos/+video-edit/shared/video-edit.component.html
- 192
-
Upload preview
@@ -3469,7 +3699,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 70
+ 101
Short text to tell people how they can support you (membership platform...).
@@ -3559,7 +3789,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 85
+ 130
Report video
@@ -3584,19 +3814,19 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 75
+ 106
QR-Code
app/videos/+video-watch/modal/video-share.component.html
- 29
+ 37
Embed
app/videos/+video-watch/modal/video-share.component.html
- 34
+ 42
@@ -3604,13 +3834,13 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/modal/video-share.component.html
- 45
+ 53
Close
app/videos/+video-watch/modal/video-share.component.html
- 51
+ 59
Blacklist video
@@ -3624,13 +3854,19 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/modal/video-blacklist.component.html
21
+
+ Public
+
+ app/videos/+video-watch/video-watch.component.html
+ 19
+
The video is being imported, it will be available when the import is finished.
app/videos/+video-watch/video-watch.component.html
- 11
+ 39
@@ -3638,7 +3874,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 15
+ 43
@@ -3646,13 +3882,29 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 19
+ 47
+
+
+
+ This playlist does not have videos.
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 51
This video is blacklisted.
app/videos/+video-watch/video-watch.component.html
- 24
+ 56
+
+
+
+ Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 67
@@ -3660,117 +3912,103 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 36
-
-
-
- Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
-
-
- app/videos/+video-watch/video-watch.component.html
- 45
+ 76
Like this video
app/videos/+video-watch/video-watch.component.html
- 55
+ 86
Dislike this video
app/videos/+video-watch/video-watch.component.html
- 63
+ 94
Download the video
app/videos/+video-watch/video-watch.component.html
- 84
+ 129
Report
app/videos/+video-watch/video-watch.component.html
- 89
+ 134
Report this video
app/videos/+video-watch/video-watch.component.html
- 88
+ 133
Update this video
app/videos/+video-watch/video-watch.component.html
- 92
+ 137
Blacklist
app/videos/+video-watch/video-watch.component.html
- 97
+ 142
Blacklist this video
app/videos/+video-watch/video-watch.component.html
- 96
-
-
- Unblacklist
-
- app/videos/+video-watch/video-watch.component.html
- 101
+ 141
Unblacklist this video
app/videos/+video-watch/video-watch.component.html
- 100
+ 145
Delete this video
app/videos/+video-watch/video-watch.component.html
- 104
+ 149
Go the channel page
app/videos/+video-watch/video-watch.component.html
- 124
+ 169
By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/>
app/videos/+video-watch/video-watch.component.html
- 135
+ 180
Show more
app/videos/+video-watch/video-watch.component.html
- 147
+ 192
Show less
app/videos/+video-watch/video-watch.component.html
- 153
+ 198
Originally published
app/videos/+video-watch/video-watch.component.html
- 165
+ 210
Friendly Reminder:
app/videos/+video-watch/video-watch.component.html
- 214
+ 258
@@ -3778,19 +4016,19 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 215
+ 259
More information
app/videos/+video-watch/video-watch.component.html
- 218
+ 262
Get more information
app/videos/+video-watch/video-watch.component.html
- 218
+ 262
@@ -3798,7 +4036,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 221
+ 265
@@ -4245,6 +4483,20 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.
+
+ src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts
+ 1
+
+
+
+ <x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.
+
+ src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts
+ 1
+
+
yes
@@ -4537,8 +4789,15 @@ When you will upload a video in this channel, the video support field will be au
1
-
- New video abuse on local video
+
+ New video abuse
+
+ src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
+ 1
+
+
+
+ Video auto-blacklisted waiting review
src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
1
@@ -4632,13 +4891,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Create
-
- src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts
- 1
-
-
Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.
@@ -4646,6 +4898,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!
+
+ src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
+ 1
+
+
Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm
@@ -4660,6 +4919,34 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.
+
+ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts
+ 1
+
+
+
+ Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.
+
+ src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts
+ 1
+
+
+
+ Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?
+
+ src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts
+ 1
+
+
+
+ Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.
+
+ src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts
+ 1
+
+
My videos
@@ -4745,15 +5032,15 @@ When you will upload a video in this channel, the video support field will be au
1
-
- My library
+
+ My channels
src/app/+my-account/my-account.component.ts
1
-
- My channels
+
+ My playlists
src/app/+my-account/my-account.component.ts
1
@@ -5376,6 +5663,10 @@ When you will upload a video in this channel, the video support field will be au
src/app/shared/forms/form-validators/video-channel-validators.service.ts
1
+
+ src/app/shared/forms/form-validators/video-playlist-validators.service.ts
+ 1
+
Display name must be at least 1 character long.
@@ -5387,6 +5678,10 @@ When you will upload a video in this channel, the video support field will be au
src/app/shared/forms/form-validators/video-channel-validators.service.ts
1
+
+ src/app/shared/forms/form-validators/video-playlist-validators.service.ts
+ 1
+
Display name cannot be more than 50 characters long.
@@ -5409,6 +5704,10 @@ When you will upload a video in this channel, the video support field will be au
src/app/shared/forms/form-validators/video-channel-validators.service.ts
1
+
+ src/app/shared/forms/form-validators/video-playlist-validators.service.ts
+ 1
+
Description cannot be more than 1000 characters long.
@@ -5420,6 +5719,10 @@ When you will upload a video in this channel, the video support field will be au
src/app/shared/forms/form-validators/video-channel-validators.service.ts
1
+
+ src/app/shared/forms/form-validators/video-playlist-validators.service.ts
+ 1
+
You must to agree with the instance terms in order to registering on it.
@@ -5596,6 +5899,27 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Display name cannot be more than 120 characters long.
+
+ src/app/shared/forms/form-validators/video-playlist-validators.service.ts
+ 1
+
+
+
+ Privacy is required.
+
+ src/app/shared/forms/form-validators/video-playlist-validators.service.ts
+ 1
+
+
+
+ The channel is required when the playlist is public.
+
+ src/app/shared/forms/form-validators/video-playlist-validators.service.ts
+ 1
+
+
Video name is required.
@@ -6060,6 +6384,34 @@ When you will upload a video in this channel, the video support field will be au
Date format in this locale.
+
+ Hidden
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+ Blurred with confirmation request
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+ Displayed
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+ User registration allowed
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
Transcode your videos in multiple resolutions
@@ -6445,6 +6797,63 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/>
+
+ src/app/shared/video-playlist/video-add-to-playlist.component.ts
+ 1
+
+
+ src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
+ 1
+
+
+
+ Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/>
+
+ src/app/shared/video-playlist/video-add-to-playlist.component.ts
+ 1
+
+
+
+ Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/>
+
+ src/app/shared/video-playlist/video-add-to-playlist.component.ts
+ 1
+
+
+
+ Timestamps updated
+
+ src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
+ 1
+
+
+
+ Starts at
+
+ src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
+ 1
+
+
+ src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
+ 1
+
+
+
+ Stops at
+
+ src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
+ 1
+
+
+
+ and stops at
+
+ src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
+ 1
+
+
Only I can see this video
@@ -6561,6 +6970,20 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ The deletion will be sent to remote instances so they remove the comment too.
+
+ src/app/videos/+video-watch/comment/video-comments.component.ts
+ 1
+
+
+
+ It is a remote comment, so the deletion will only be effective on your instance.
+
+ src/app/videos/+video-watch/comment/video-comments.component.ts
+ 1
+
+
Video blacklisted.
@@ -6586,13 +7009,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/>
-
- src/app/videos/+video-watch/modal/video-share.component.ts
- 1
-
-
Like the video
@@ -6642,8 +7058,8 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Trending videos are those totalizing the greatest number of views during the last 24 hours.
+
+ Trending videos are those totalizing the greatest number of views during the last 24 hours
src/app/videos/video-list/video-trending.component.ts
1
@@ -6656,8 +7072,8 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.
+
+ Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days
src/app/videos/video-list/video-trending.component.ts
1
diff --git a/client/src/locale/source/iso639_en_US.xml b/client/src/locale/source/iso639_en_US.xml
index 905e6181e..fa3d7c010 100644
--- a/client/src/locale/source/iso639_en_US.xml
+++ b/client/src/locale/source/iso639_en_US.xml
@@ -3,771 +3,579 @@
Afar
- undefined
Abkhazian
- undefined
Afrikaans
- undefined
Akan
- undefined
Amharic
- undefined
Arabic
- undefined
Aragonese
- undefined
American Sign Language
- undefined
Assamese
- undefined
Avaric
- undefined
Kotava
- undefined
Aymara
- undefined
Azerbaijani
- undefined
Bashkir
- undefined
Bambara
- undefined
Belarusian
- undefined
Bengali
- undefined
British Sign Language
- undefined
Bislama
- undefined
Tibetan
- undefined
Bosnian
- undefined
Breton
- undefined
Bulgarian
- undefined
Brazilian Sign Language
- undefined
Catalan
- undefined
Czech
- undefined
Chamorro
- undefined
Chechen
- undefined
Chuvash
- undefined
Cornish
- undefined
Corsican
- undefined
Cree
- undefined
Czech Sign Language
- undefined
Chinese Sign Language
- undefined
Welsh
- undefined
Danish
- undefined
German
- undefined
Dhivehi
- undefined
Danish Sign Language
- undefined
Dzongkha
- undefined
Modern Greek (1453-)
- undefined
English
- undefined
Esperanto
- undefined
Estonian
- undefined
Basque
- undefined
Ewe
- undefined
Faroese
- undefined
Persian
- undefined
Fijian
- undefined
Finnish
- undefined
French
- undefined
Western Frisian
- undefined
French Sign Language
- undefined
Fulah
- undefined
Scottish Gaelic
- undefined
Irish
- undefined
Galician
- undefined
Manx
- undefined
Guarani
- undefined
German Sign Language
- undefined
Gujarati
- undefined
Haitian
- undefined
Hausa
- undefined
Serbo-Croatian
- undefined
Hebrew
- undefined
Herero
- undefined
Hindi
- undefined
Hiri Motu
- undefined
Croatian
- undefined
Hungarian
- undefined
Armenian
- undefined
Igbo
- undefined
Sichuan Yi
- undefined
Inuktitut
- undefined
Indonesian
- undefined
Inupiaq
- undefined
Icelandic
- undefined
Italian
- undefined
Javanese
- undefined
Lojban
- undefined
Japanese
- undefined
Japanese Sign Language
- undefined
Kalaallisut
- undefined
Kannada
- undefined
Kashmiri
- undefined
Georgian
- undefined
Kanuri
- undefined
Kazakh
- undefined
Khmer
- undefined
Kikuyu
- undefined
Kinyarwanda
- undefined
Kirghiz
- undefined
Komi
- undefined
Kongo
- undefined
Korean
- undefined
Kuanyama
- undefined
Kurdish
- undefined
Lao
- undefined
Latvian
- undefined
Limburgan
- undefined
Lingala
- undefined
Lithuanian
- undefined
Luxembourgish
- undefined
Luba-Katanga
- undefined
Ganda
- undefined
Marshallese
- undefined
Malayalam
- undefined
Marathi
- undefined
Macedonian
- undefined
Malagasy
- undefined
Maltese
- undefined
Mongolian
- undefined
Maori
- undefined
Malay (macrolanguage)
- undefined
Burmese
- undefined
Nauru
- undefined
Navajo
- undefined
South Ndebele
- undefined
North Ndebele
- undefined
Ndonga
- undefined
Nepali (macrolanguage)
- undefined
Dutch
- undefined
Norwegian Nynorsk
- undefined
Norwegian Bokmål
- undefined
Norwegian
- undefined
Nyanja
- undefined
Occitan
- undefined
Ojibwa
- undefined
Oriya (macrolanguage)
- undefined
Oromo
- undefined
Ossetian
- undefined
Panjabi
- undefined
Pakistan Sign Language
- undefined
Polish
- undefined
Portuguese
- undefined
Pushto
- undefined
Quechua
- undefined
Romansh
- undefined
Romanian
- undefined
Russian Sign Language
- undefined
Rundi
- undefined
Russian
- undefined
Sango
- undefined
Saudi Arabian Sign Language
- undefined
South African Sign Language
- undefined
Sinhala
- undefined
Slovak
- undefined
Slovenian
- undefined
Northern Sami
- undefined
Samoan
- undefined
Shona
- undefined
Sindhi
- undefined
Somali
- undefined
Southern Sotho
- undefined
Spanish
- undefined
Albanian
- undefined
Sardinian
- undefined
Serbian
- undefined
Swati
- undefined
Sundanese
- undefined
Swahili (macrolanguage)
- undefined
Swedish
- undefined
Swedish Sign Language
- undefined
Tahitian
- undefined
Tamil
- undefined
Tatar
- undefined
Telugu
- undefined
Tajik
- undefined
Tagalog
- undefined
Thai
- undefined
Tigrinya
- undefined
Klingon
- undefined
Tonga (Tonga Islands)
- undefined
Tswana
- undefined
Tsonga
- undefined
Turkmen
- undefined
Turkish
- undefined
Twi
- undefined
Uighur
- undefined
Ukrainian
- undefined
Urdu
- undefined
Uzbek
- undefined
Venda
- undefined
Vietnamese
- undefined
Walloon
- undefined
Wolof
- undefined
Xhosa
- undefined
Yiddish
- undefined
Yoruba
- undefined
Zhuang
- undefined
Chinese
- undefined
Zulu
- undefined
diff --git a/client/src/locale/source/player_en_US.xml b/client/src/locale/source/player_en_US.xml
index 5a411e10a..cf6fc7b7b 100644
--- a/client/src/locale/source/player_en_US.xml
+++ b/client/src/locale/source/player_en_US.xml
@@ -3,395 +3,297 @@
Audio Player
- undefined
Video Player
- undefined
Play
- undefined
Pause
- undefined
Replay
- undefined
Current Time
- undefined
Duration
- undefined
Remaining Time
- undefined
Stream Type
- undefined
LIVE
- undefined
Loaded
- undefined
Progress
- undefined
Progress Bar
- undefined
{1} of {2}
- undefined
Fullscreen
- undefined
Non-Fullscreen
- undefined
Mute
- undefined
Unmute
- undefined
Playback Rate
- undefined
Subtitles
- undefined
subtitles off
- undefined
Captions
- undefined
captions off
- undefined
Chapters
- undefined
Descriptions
- undefined
descriptions off
- undefined
Audio Track
- undefined
Volume Level
- undefined
You aborted the media playback
- undefined
A network error caused the media download to fail part-way.
- undefined
The media could not be loaded, either because the server or network failed or because the format is not supported.
- undefined
The media playback was aborted due to a corruption problem or because the media used features your browser did not support.
- undefined
No compatible source was found for this media.
- undefined
The media is encrypted and we do not have the keys to decrypt it.
- undefined
Play Video
- undefined
Close
- undefined
Close Modal Dialog
- undefined
Modal Window
- undefined
This is a modal window
- undefined
This modal can be closed by pressing the Escape key or activating the close button.
- undefined
, opens captions settings dialog
- undefined
, opens subtitles settings dialog
- undefined
, opens descriptions settings dialog
- undefined
, selected
- undefined
captions settings
- undefined
subititles settings
- undefined
descriptions settings
- undefined
Text
- undefined
White
- undefined
Black
- undefined
Red
- undefined
Green
- undefined
Blue
- undefined
Yellow
- undefined
Magenta
- undefined
Cyan
- undefined
Background
- undefined
Window
- undefined
Transparent
- undefined
Semi-Transparent
- undefined
Opaque
- undefined
Font Size
- undefined
Text Edge Style
- undefined
None
- undefined
Raised
- undefined
Depressed
- undefined
Uniform
- undefined
Dropshadow
- undefined
Font Family
- undefined
Proportional Sans-Serif
- undefined
Monospace Sans-Serif
- undefined
Proportional Serif
- undefined
Monospace Serif
- undefined
Casual
- undefined
Script
- undefined
Small Caps
- undefined
Reset
- undefined
restore all settings to the default values
- undefined
Done
- undefined
Caption Settings Dialog
- undefined
Beginning of dialog window. Escape will cancel and close the window.
- undefined
End of dialog window.
- undefined
{1} is loading.
- undefined
Quality
- undefined
Auto
- undefined
Speed
- undefined
Subtitles/CC
- undefined
peers
- undefined
peer
- undefined
Go to the video page
- undefined
Settings
- undefined
Uses P2P, others may know you are watching this video.
- undefined
Copy the video URL
- undefined
Copy the video URL at the current time
- undefined
Copy embed code
- undefined
Copy magnet URI
- undefined
Total downloaded:
- undefined
Total uploaded:
- undefined
diff --git a/client/src/locale/source/server_en_US.xml b/client/src/locale/source/server_en_US.xml
index f5e125549..9405ac01e 100644
--- a/client/src/locale/source/server_en_US.xml
+++ b/client/src/locale/source/server_en_US.xml
@@ -3,163 +3,129 @@
Music
- undefined
Films
- undefined
Vehicles
- undefined
Art
- undefined
Sports
- undefined
Travels
- undefined
Gaming
- undefined
People
- undefined
Comedy
- undefined
Entertainment
- undefined
News & Politics
- undefined
How To
- undefined
Education
- undefined
Activism
- undefined
Science & Technology
- undefined
Animals
- undefined
Kids
- undefined
Food
- undefined
Attribution
- undefined
Attribution - Share Alike
- undefined
Attribution - No Derivatives
- undefined
Attribution - Non Commercial
- undefined
Attribution - Non Commercial - Share Alike
- undefined
Attribution - Non Commercial - No Derivatives
- undefined
Public Domain Dedication
- undefined
Public
- undefined
Unlisted
- undefined
Private
- undefined
Published
- undefined
To transcode
- undefined
To import
- undefined
Pending
- undefined
Success
- undefined
Failed
- undefined
+
+
+ Regular
+
+
+ Watch later
This video does not exist.
- undefined
We cannot fetch the video. Please try again later.
- undefined
Sorry
- undefined
This video is not available because the remote instance is not responding.
- undefined
Misc
- undefined
Unknown
- undefined
diff --git a/client/src/locale/target/angular_ar_001.xml b/client/src/locale/target/angular_ar_001.xml
index 56e7e1cea..284ffd765 100644
--- a/client/src/locale/target/angular_ar_001.xml
+++ b/client/src/locale/target/angular_ar_001.xml
@@ -56,56 +56,56 @@
««
»»
- 7
-
-
-
-
-
+
+
+
@@ -140,98 +140,105 @@
Decrement hours
إنقاص الساعات
- 19
+ 20
Increment minutes
زيادة الدقائق
- 28
+ 29
MM
دقيقة
- 31
+ 32
Minutes
دقائق
- 33
+ 34
Decrement minutes
إنقاص الدقائق
- 38
+ 40
Increment seconds
زيادة الثواني
- 47
+ 49
SS
ثانية
- 50
+ 52
Seconds
ثواني
- 52
+ 54
Decrement seconds
إنقاص الثواني
- 57
+ 60
PM
مساء
- 65
+ 68
AM
صباحًا
- 66
+ 69
(extensions: , max size: )
- (extensions: , max size: )
+ (extensions: , الحجم الاقصى: )
11
+
+ You don't have notifications.
+ ليس لديك إشعارات
+
+ 1
+
+
Unlisted
غير مفهرس
- 10
+ 17
Private
خاص
- 11
+ 18
@@ -241,6 +248,27 @@
16
+
+ Display name
+ الإسم العلني
+
+ 6
+
+
+
+ Create
+ إنشاء
+
+ 73
+
+
+
+ Save
+ حفظ
+
+ 115
+
+
Delete
حذف
@@ -287,7 +315,7 @@
- Subscribe
+ اشترك
@@ -444,7 +472,7 @@
Login
تسجيل الدخول
- 36
+ 32
@@ -532,7 +560,7 @@
Signup
سجل
- 78
+ 87
@@ -576,48 +604,19 @@
Change the language
تغيير اللغة
- 86
-
-
-
-
- My public profile
-
- صفحتي العمومية
-
- 16
-
-
-
-
- My account
-
- حسابي
-
- 20
-
-
-
-
- My videos
-
- فيديوهاتي
-
- 24
-
-
-
-
- Log out
-
- الخروج
-
- 28
+ 102
Create an account
إنشاء حساب
+
+ 33
+
+
+
+ My library
+ مكتبتي
37
@@ -633,63 +632,63 @@
Subscriptions
الإشتراكات
- 45
+ 51
Overview
نظرة شاملة
- 50
+ 66
Trending
الشائعة
- 55
+ 71
Recently added
التي تم إضافتها حديثًا
- 60
+ 76
Local
المحلية
- 65
+ 81
More
المزيد
- 70
+ 86
Administration
الإدارة
- 74
+ 90
About
عن
- 25
+ 26
Toggle dark interface
الإنتقال إلى الواجهة الداكنة
- 92
+ 108
@@ -752,21 +751,21 @@
Category
الفئة
- 170
+ 215
Licence
الرخصة
- 179
+ 224
Language
اللغة
- 188
+ 233
@@ -841,13 +840,6 @@
39
-
- User registration is allowed and
- التسجيل مسموح و
-
- 29
-
-
About PeerTube
@@ -1034,35 +1026,35 @@
Videos Overview
نظرة شاملة عن الفيديوهات
- 51
+ 60
Videos Trending
الفيديوهات الشائعة
- 52
+ 61
Videos Recently Added
الفيديوهات المُضافة حديثًا
- 53
+ 62
Local videos
الفيديوهات المحلية
- 54
+ 63
Policy on videos containing sensitive content
سياسة الفيديوهات التي تحتوي على محتوى حساس
- 61
+ 70
@@ -1083,42 +1075,42 @@
Signup enabled
التسجيل مُفعل
- 84
+ 93
Signup requires email verification
يتطلب التسجيل رسالة تأكيد
- 91
+ 100
Signup limit
حد التسجيل
- 96
+ 105
Users
المستخدِمون
- 105
+ 114
User default video quota
حصة الفيديو الافتراضية للمستخدم
- 109
+ 118
User default daily upload limit
حد الرفع الإفتراضي للمستخدِم
- 121
+ 130
@@ -1132,14 +1124,14 @@
Administrator
المدير
- 155
+ 181
Admin email
البريد الإلكتروني للمدير
- 158
+ 184
@@ -1153,42 +1145,42 @@
Twitter
تويتر
- 178
+ 204
Your Twitter username
اسم المستخدِم الخاص بك على تويتر
- 184
+ 210
Services
الخدمات
- 176
+ 202
Customizations
التخصيصات
- 289
+ 315
JavaScript
الجافا سكريبت
- 294
+ 320
Advanced configuration
الإعدادات المتقدمة
- 212
+ 238
@@ -1359,7 +1351,7 @@
Go to the account page
الإنتقال إلى صفحة الحساب
- 134
+ 179
@@ -1446,6 +1438,13 @@
43
+
+ Unblacklist
+ إلغاء الحجب
+
+ 146
+
+
Moderation
الإشراف
@@ -1453,13 +1452,6 @@
2
-
- Blacklisted videos
- الفيديوهات المحجوبة
-
- 7
-
-
Account
الحساب
@@ -1506,7 +1498,7 @@
Change ownership
تغيير المالك
- 46
+ 40
@@ -1529,23 +1521,7 @@
Blacklisted
تم حجبه
- 22
-
-
-
-
- Cancel
-
- إلغاء
-
- 30
-
-
-
- Create another video channel
- إنشاء قناة فيديو أخرى
-
- 4
+ 16
@@ -1569,13 +1545,6 @@
15
-
- Display name
- الإسم العلني
-
- 6
-
-
Target
الهدف
@@ -1618,6 +1587,27 @@
2
+
+ Privacy
+ الخصوصية
+
+ 205
+
+
+
+ Channel
+ القناة
+
+ 39
+
+
+
+ Upload thumbnail
+ تحديث الصورة المصغرة
+
+ 192
+
+
Change password
تغيير الكلمة السرية
@@ -1653,13 +1643,6 @@
28
-
- Save
- حفظ
-
- 32
-
-
Update my profile
تحديث ملفي الشخصي
@@ -1706,21 +1689,7 @@
URL
الرابط
- 17
-
-
-
- Channel
- القناة
-
- 39
-
-
-
- Privacy
- الخصوصية
-
- 160
+ 25
@@ -1734,7 +1703,7 @@
Update
تحديث
- 93
+ 138
@@ -1804,7 +1773,7 @@
Tags
الوسوم
- 197
+ 242
@@ -1842,13 +1811,6 @@
173
-
- Upload thumbnail
- تحديث الصورة المصغرة
-
- 192
-
-
Upload preview
إرسال معاينة
@@ -1860,7 +1822,7 @@
Support
الدعم
- 70
+ 101
@@ -1918,7 +1880,7 @@
Download
تنزيل
- 85
+ 130
@@ -1932,21 +1894,21 @@
Share
شارك
- 75
+ 106
QR-Code
رمز الاستجابة السريعة
- 29
+ 37
Close
إغلاق
- 51
+ 59
@@ -1960,126 +1922,119 @@
This video is blacklisted.
تم حجب هذه الفيديو.
- 24
+ 56
Like this video
الإعجاب بهذه الفيديو
- 55
+ 86
Dislike this video
إلغاء الإعجاب بهذه الفيديو
- 63
+ 94
Download the video
تنزيل الفيديو
- 84
+ 129
Report
الإبلاغ
- 89
+ 134
Report this video
أبلغ عن هذه الفيديو
- 88
+ 133
Update this video
تحديث هذه الفيديو
- 92
+ 137
Blacklist
حجب في القائمة السوداء
- 97
+ 142
Blacklist this video
حجب هذه الفيديو
- 96
-
-
-
- Unblacklist
- إلغاء الحجب
-
- 101
+ 141
Unblacklist this video
إلغاء حجب هذه الفيديو
- 100
+ 145
Delete this video
حذف هذه الفيديو
- 104
+ 149
Go the channel page
الإنتقال إلى صفحة القناة
- 124
+ 169
Show more
عرض المزيد
- 147
+ 192
Show less
عرض القليل
- 153
+ 198
Friendly Reminder:
تذكير أخوي:
- 214
+ 258
More information
المزيد من التفاصيل
- 218
+ 262
Get more information
احصل على معلومات أكثر
- 218
+ 262
@@ -2088,7 +2043,7 @@
نعم
- 221
+ 265
@@ -2379,13 +2334,6 @@
1
-
- Create
- إنشاء
-
- 1
-
-
My videos
فيديوهاتي
@@ -2407,13 +2355,6 @@
1
-
- My library
- مكتبتي
-
- 1
-
-
My channels
قنواتي
diff --git a/client/src/locale/target/angular_ca_ES.xml b/client/src/locale/target/angular_ca_ES.xml
index b0537814d..91091040e 100644
--- a/client/src/locale/target/angular_ca_ES.xml
+++ b/client/src/locale/target/angular_ca_ES.xml
@@ -10,6 +10,27 @@
16
+
+ Display name
+ Mostra el nom
+
+ 6
+
+
+
+ Create
+ Crea
+
+ 73
+
+
+
+ Save
+ Desa
+
+ 115
+
+
Delete
Esborra
@@ -130,7 +151,7 @@
Login
Iniciar sessió
- 36
+ 32
@@ -215,7 +236,7 @@
Signup
Registra't
- 78
+ 87
@@ -251,14 +272,14 @@
Change the language
Canvia la llengua
- 86
+ 102
Create an account
Registrar un compte
- 37
+ 33
@@ -272,42 +293,42 @@
Trending
Tendència
- 55
+ 71
Recently added
Afegits fa poc
- 60
+ 76
Local
Local
- 65
+ 81
More
Més
- 70
+ 86
Administration
Administració
- 74
+ 90
About
Quant a
- 25
+ 26
@@ -370,21 +391,21 @@
Category
Categoria
- 170
+ 215
Licence
Llicència
- 179
+ 224
Language
Llengua
- 188
+ 233
@@ -450,13 +471,6 @@
39
-
- User registration is allowed and
- El registre d'usuaris és permès i
-
- 29
-
-
About PeerTube
@@ -747,35 +761,35 @@
Default client route
Ruta per defecte del client
- 48
+ 57
Videos Trending
Vídeos tendència
- 52
+ 61
Videos Recently Added
Vídeos afegits fa poc
- 53
+ 62
Local videos
Vídeos locals
- 54
+ 63
Policy on videos containing sensitive content
Política sobre vídeos que contenen contingut sensible
- 61
+ 70
@@ -810,42 +824,42 @@
Signup enabled
Registre activat
- 84
+ 93
Signup limit
Limit de registres
- 96
+ 105
Users
Usuaris
- 105
+ 114
User default video quota
Quota de vídeo per defecte de l'usuari
- 109
+ 118
Administrator
Administrador
- 155
+ 181
Admin email
Correu del Administrador
- 158
+ 184
@@ -859,112 +873,112 @@
Twitter
Twitter
- 178
+ 204
Your Twitter username
El teu nom d'usuari de Twitter
- 184
+ 210
Indicates the Twitter account for the website or platform on which the content was published.
Indica el compte de Twitter del lloc web o plataforma en què es va publicar el contingut.
- 187
+ 213
Instance whitelisted by Twitter
Instància a la llista blanca de Twitter
- 199
+ 225
Services
Serveis
- 176
+ 202
Transcoding
Transcodificació
- 215
+ 241
Transcoding enabled
Transcodificació activada
- 221
+ 247
If you disable transcoding, many videos from your users will not work!
Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran.
- 222
+ 248
Transcoding threads
Subprocessos per la transcodificació
- 237
+ 263
Previews cache size
Memòria cau per a visualitzacions prèvies
- 271
+ 297
Customizations
Personalitzacions
- 289
+ 315
JavaScript
JavaScript
- 294
+ 320
Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
Escriu directament el codi JavaScript.<br />Exemple: <pre>console.log('la meva instància és sorprenent');</pre>
- 297
+ 323
Advanced configuration
Configuració avançada
- 212
+ 238
Update configuration
Actualitza la configuració
- 340
+ 366
It seems the configuration is invalid. Please search potential errors in the different tabs.
Sembla que la configuració no és vàlida. Cerca possibles errors a les diferents pestanyes.
- 341
+ 367
@@ -1179,7 +1193,7 @@
Go to the account page
Anar a la pàgina del compte
- 134
+ 179
@@ -1210,11 +1224,11 @@
33
-
- Blacklisted videos
- Vídeos a la llista negra
+
+ Unblacklist
+ Treure de llista negra
- 7
+ 146
@@ -1242,25 +1256,7 @@
- views
- visualitzacions
- 19
-
-
-
-
- Cancel
-
-
- Cancel·la
-
-
- 30
-
-
-
- Create another video channel
- Crea un altre canal de vídeo
-
- 4
+ 13
@@ -1277,13 +1273,6 @@
6
-
- Display name
- Mostra el nom
-
- 6
-
-
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.
@@ -1307,6 +1296,27 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
16
+
+ Privacy
+ Privacitat
+
+ 205
+
+
+
+ Channel
+ Canal
+
+ 39
+
+
+
+ Upload thumbnail
+ Puja miniatura
+
+ 192
+
+
Change password
Canvia contrasenya
@@ -1342,13 +1352,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
28
-
- Save
- Desa
-
- 32
-
-
Update my profile
Actualitza el meu perfil
@@ -1392,28 +1395,14 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
URL
URL
- 17
-
-
-
- Channel
- Canal
-
- 39
-
-
-
- Privacy
- Privacitat
-
- 160
+ 25
Update
Actualitza
- 93
+ 138
@@ -1448,7 +1437,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
Tags
Etiquetes
- 197
+ 242
@@ -1493,13 +1482,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
4
-
- Upload thumbnail
- Puja miniatura
-
- 192
-
-
Upload preview
Previsualitza la càrrega
@@ -1511,7 +1493,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
Support
Suporta
- 70
+ 101
@@ -1564,7 +1546,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
Download
Descàrrega
- 85
+ 130
@@ -1578,14 +1560,14 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
Share
Comparteix
- 75
+ 106
Embed
Incrusta
- 34
+ 42
@@ -1596,112 +1578,105 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
El vídeo s'està transcodificant, pot ser que no funcioni correctament.
- 15
+ 43
Like this video
M'agrada aquest vídeo
- 55
+ 86
Dislike this video
No m'agrada aquest vídeo
- 63
+ 94
Download the video
Descarrega el vídeo
- 84
+ 129
Report
Reporta
- 89
+ 134
Report this video
Reporta aquest vídeo
- 88
+ 133
Update this video
Actualitza aquest vídeo
- 92
+ 137
Blacklist
Llista negra
- 97
+ 142
Blacklist this video
Llista negra d'aquest vídeo
- 96
-
-
-
- Unblacklist
- Treure de llista negra
-
- 101
+ 141
Delete this video
Esborra aquest vídeo
- 104
+ 149
Go the channel page
Anar a la pàgina del canal
- 124
+ 169
Show more
Veure més
- 147
+ 192
Show less
Veure menys
- 153
+ 198
More information
Més informació
- 218
+ 262
Get more information
Obtenir més informació
- 218
+ 262
@@ -1712,7 +1687,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
D'acord
- 221
+ 265
@@ -1951,13 +1926,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- Create
- Crea
-
- 1
-
-
Video channel updated.
Canal de vídeo actualitzat.
@@ -2338,6 +2306,13 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
+
+ Display name cannot be more than 120 characters long.
+ El nom de visualització no pot tenir més de 120 caràcters.
+
+ 1
+
+
Video name is required.
El nom del vídeo és obligatori.
diff --git a/client/src/locale/target/angular_cs_CZ.xml b/client/src/locale/target/angular_cs_CZ.xml
index c33cf23af..0a78aea98 100644
--- a/client/src/locale/target/angular_cs_CZ.xml
+++ b/client/src/locale/target/angular_cs_CZ.xml
@@ -56,56 +56,56 @@
««
««
- 7
-
-
-
-
-
+
+
+
@@ -140,77 +140,77 @@
Decrement hours
Snížit hodiny
- 19
+ 20
Increment minutes
Zvýšit minuty
- 28
+ 29
MM
MM
- 31
+ 32
Minutes
Minuty
- 33
+ 34
Decrement minutes
Snížit minuty
- 38
+ 40
Increment seconds
Zvýšit sekundy
- 47
+ 49
SS
SS
- 50
+ 52
Seconds
Sekundy
- 52
+ 54
Decrement seconds
Snížit sekundy
- 57
+ 60
PM
PM
- 65
+ 68
AM
AM
- 66
+ 69
@@ -231,14 +231,14 @@
Unlisted
Neveřejné
- 10
+ 17
Private
Soukromé
- 11
+ 18
@@ -248,6 +248,27 @@
16
+
+ Display name
+ Zobrazované jméno
+
+ 6
+
+
+
+ Create
+ Vytvořit
+
+ 73
+
+
+
+ Save
+ Uložit
+
+ 115
+
+
Delete
Odstranit
@@ -372,14 +393,14 @@
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.
- Tento kanál můžete odebírat z jakékoliv instance na fediverse používající ActivityPub. Například u Mastodonu nebo Pleromy můžete napsat URL adresu kanálu do vyhledávacího pole a tam začít odebírat.
+ Tento kanál můžete odebírat z jakékoliv instance ve fedivesmíru používající ActivityPub. Například u Mastodonu nebo Pleromy můžete napsat URL adresu kanálu do vyhledávacího pole a tam začít odebírat.
17
You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
- S tímto videem můžete interagovat z jakékoliv instance na fediverse používající ActivityPub. Například u Mastodonu nebo Pleromy můžete napsat aktuální URL adresu do vyhledávacího pole a odtamtud interagovat.
+ S tímto videem můžete interagovat z jakékoliv instance ve fedivesmíru používající ActivityPub. Například u Mastodonu nebo Pleromy můžete napsat aktuální URL adresu do vyhledávacího pole a odtamtud interagovat.
22
@@ -399,7 +420,7 @@
Neomezeno ( za den)
- 14
+ 28
@@ -527,7 +548,7 @@
Login
Přihlásit
- 36
+ 32
@@ -626,7 +647,7 @@
Signup
Registrovat
- 78
+ 87
@@ -696,7 +717,7 @@
Change the language
Změnit jazyk
- 86
+ 102
@@ -710,55 +731,11 @@
8
-
-
- My public profile
-
-
- Můj veřejný profil
-
-
- 16
-
-
-
-
- My account
-
-
- Můj účet
-
-
- 20
-
-
-
-
- My videos
-
-
- Moje videa
-
-
- 24
-
-
-
-
- Log out
-
-
- Odhlásit
-
-
- 28
-
-
Create an account
Vytvořit účet
- 37
+ 33
@@ -772,70 +749,70 @@
Subscriptions
Odběry
- 45
+ 51
Overview
Přehled
- 50
+ 66
Trending
Trendy
- 55
+ 71
Recently added
Nedávno přidané
- 60
+ 76
Local
Místní
- 65
+ 81
More
Další
- 70
+ 86
Administration
Administrace
- 74
+ 90
About
O nás
- 25
+ 26
Show keyboard shortcuts
Zobrazit klávesové zkratky
- 89
+ 105
Toggle dark interface
Přepnout tmavé rozhraní
- 92
+ 108
@@ -912,21 +889,21 @@
Category
Kategorie
- 170
+ 215
Licence
Licence
- 179
+ 224
Language
Jazyk
- 188
+ 233
@@ -1086,46 +1063,6 @@
39
-
- User registration is allowed and
- Registrace uživatelů je povolena a
-
- 29
-
-
-
-
- this instance provides a baseline quota of space for the videos of its users.
-
-
- tato instance poskytuje základní limit prostoru pro videa svých uživatelů.
-
-
- 31
-
-
-
-
- this instance provides unlimited space for the videos of its users.
-
-
- tato instance poskytuje neomezený prostor pro videa svých uživatelů.
-
-
- 35
-
-
-
-
- User registration is currently not allowed.
-
-
- Registrace uživatelů aktuálně není povolena.
-
-
- 40
-
-
About PeerTube
@@ -1459,42 +1396,42 @@
Default client route
Výchozí klientská cesta
- 48
+ 57
Videos Overview
Přehled videí
- 51
+ 60
Videos Trending
Trendy
- 52
+ 61
Videos Recently Added
Naposledy přidaná videa
- 53
+ 62
Local videos
Místní videa
- 54
+ 63
Policy on videos containing sensitive content
Pravidla pro videa obsahující citlivý obsah
- 61
+ 70
@@ -1529,35 +1466,35 @@
Signup enabled
Povolit registrace
- 84
+ 93
Signup requires email verification
Registrace vyžaduje ověření e-mailem.
- 91
+ 100
Signup limit
Limit registrací
- 96
+ 105
Users
Uživatelé
- 105
+ 114
User default video quota
Výchozí limit na uživatele
- 109
+ 118
@@ -1571,21 +1508,21 @@
Video import with HTTP URL (i.e. YouTube) enabled
Import videa pomocí URL HTTP (např. YouTube) povolen
- 141
+ 150
Administrator
Administrátor
- 155
+ 181
Admin email
E-mail administrátora
- 158
+ 184
@@ -1599,28 +1536,28 @@
Twitter
Twitter
- 178
+ 204
Your Twitter username
Váš účet na Twitteru
- 184
+ 210
Indicates the Twitter account for the website or platform on which the content was published.
Ukazuje na Twitterový účet stránky nebo služby, na které byl obsah publikován.
- 187
+ 213
Instance whitelisted by Twitter
Twitter povolil tuto instanci
- 199
+ 225
@@ -1631,49 +1568,49 @@
Není-li vaše instance povolena, použijeme klikatelnou kartu s obrázkem, která pošle lidi na vaši instanci PeerTubu.<br /><br />
Zaškrtněte tuto možnost, uložte nastavení a vyzkoušejte na <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> adresu videa na vaší instanci PeerTubu (https://priklad.cz/videos/watch/blabla) a zjistěte, jestli je vaše instance povolena.
- 200
+ 226
Services
Služby
- 176
+ 202
Transcoding
Překódování
- 215
+ 241
Transcoding enabled
Překódování povoleno
- 221
+ 247
If you disable transcoding, many videos from your users will not work!
Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!
- 222
+ 248
Transcoding threads
Vlákna na překódování
- 237
+ 263
Resolution enabled
Rozlišení povoleno
- 252
+ 278
@@ -1688,56 +1625,56 @@
- 260
+ 286
Previews cache size
Velikost mezipaměti náhledů
- 271
+ 297
Customizations
Přizpůsobení
- 289
+ 315
JavaScript
JavaScript
- 294
+ 320
Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
Pište přímo kód JavaScript.<br />Například: <pre>console.log('moje instance je úžasná');</pre>
- 297
+ 323
Advanced configuration
Pokročilá nastavení
- 212
+ 238
Update configuration
Aktualizovat nastavení
- 340
+ 366
It seems the configuration is invalid. Please search potential errors in the different tabs.
Zdá se, že vaše konfigurace není validní. Prosím, vyhledejte potencialní chyby v jiné záložce.
- 341
+ 367
@@ -1977,7 +1914,7 @@
Go to the account page
Přejít na stránku účtu
- 134
+ 179
@@ -2047,11 +1984,11 @@
53
-
- Blacklisted videos
- Videa na černé listině
+
+ Unblacklist
+ Odebrat z černé listiny
- 7
+ 146
@@ -2079,25 +2016,7 @@
- views
- zhlédnutí
- 19
-
-
-
-
- Cancel
-
-
- Zrušit
-
-
- 30
-
-
-
- Create another video channel
- Vytvořit další video kanál
-
- 4
+ 13
@@ -2114,13 +2033,6 @@
6
-
- Display name
- Zobrazované jméno
-
- 6
-
-
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.
@@ -2144,6 +2056,27 @@ When you will upload a video in this channel, the video support field will be au
16
+
+ Privacy
+ Soukromí
+
+ 205
+
+
+
+ Channel
+ Kanál
+
+ 39
+
+
+
+ Upload thumbnail
+ Nahrát miniaturu
+
+ 192
+
+
Change password
Změnit heslo
@@ -2179,13 +2112,6 @@ When you will upload a video in this channel, the video support field will be au
28
-
- Save
- Uložit
-
- 32
-
-
Update my profile
Aktualizovat můj profil
@@ -2236,28 +2162,14 @@ When you will upload a video in this channel, the video support field will be au
URL
URL
- 17
-
-
-
- Channel
- Kanál
-
- 39
-
-
-
- Privacy
- Soukromí
-
- 160
+ 25
Update
Aktualizovat
- 93
+ 138
@@ -2324,7 +2236,7 @@ When you will upload a video in this channel, the video support field will be au
Tags
Štítky
- 197
+ 242
@@ -2401,13 +2313,6 @@ When you will upload a video in this channel, the video support field will be au
135
-
- Upload thumbnail
- Nahrát miniaturu
-
- 192
-
-
Upload preview
Nahrát náhled
@@ -2419,7 +2324,7 @@ When you will upload a video in this channel, the video support field will be au
Support
Podpora
- 70
+ 101
@@ -2472,7 +2377,7 @@ When you will upload a video in this channel, the video support field will be au
Download
Stáhnout
- 85
+ 130
@@ -2486,14 +2391,14 @@ When you will upload a video in this channel, the video support field will be au
Share
Sdílet
- 75
+ 106
Embed
Vložit do stránky
- 34
+ 42
@@ -2504,112 +2409,105 @@ When you will upload a video in this channel, the video support field will be au
Probíhá překódování videa, nemusí proto fungovat správně.
- 15
+ 43
Like this video
To se mi líbí
- 55
+ 86
Dislike this video
To se mi nelíbí
- 63
+ 94
Download the video
Stáhnout video
- 84
+ 129
Report
Nahlásit
- 89
+ 134
Report this video
Nahlásit toto video
- 88
+ 133
Update this video
Aktualizovat video
- 92
+ 137
Blacklist
Černá listina
- 97
+ 142
Blacklist this video
Přidat toto video na černou listinu
- 96
-
-
-
- Unblacklist
- Odebrat z černé listiny
-
- 101
+ 141
Delete this video
Odstranit toto video
- 104
+ 149
Go the channel page
Přejít na stránku kanálu
- 124
+ 169
Show more
Zobrazit více
- 147
+ 192
Show less
Zobrazit méně
- 153
+ 198
More information
Více informací
- 218
+ 262
Get more information
Získat více informací
- 218
+ 262
@@ -2620,7 +2518,7 @@ When you will upload a video in this channel, the video support field will be au
OK
- 221
+ 265
@@ -2880,13 +2778,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Create
- Vytvořit
-
- 1
-
-
Video channel updated.
Videokanál aktualizován.
@@ -3288,6 +3179,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Display name cannot be more than 120 characters long.
+ Zobrazované jméno nesmí být delší než 120 znaků.
+
+ 1
+
+
Video name is required.
Jméno videa je vyžadováno.
@@ -4037,13 +3935,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Start at
- Začít na
-
- 1
-
-
Like the video
To se mi líbí
diff --git a/client/src/locale/target/angular_de_DE.xml b/client/src/locale/target/angular_de_DE.xml
index 3841d5f05..4cfaccbee 100644
--- a/client/src/locale/target/angular_de_DE.xml
+++ b/client/src/locale/target/angular_de_DE.xml
@@ -56,56 +56,56 @@
««
««
- 7
-
-
-
-
-
+
+
+
@@ -140,77 +140,77 @@
Decrement hours
Verringere die Stunden
- 19
+ 20
Increment minutes
Erhöhe die Minuten
- 28
+ 29
MM
MM
- 31
+ 32
Minutes
Minuten
- 33
+ 34
Decrement minutes
Verringere die Minuten
- 38
+ 40
Increment seconds
Erhöhe die Sekunden
- 47
+ 49
SS
SS
- 50
+ 52
Seconds
Sekunden
- 52
+ 54
Decrement seconds
Verringere die Sekunden
- 57
+ 60
PM
vormittags
- 65
+ 68
AM
nachmittags
- 66
+ 69
@@ -224,14 +224,14 @@
Unlisted
nicht gelistet
- 10
+ 17
Private
Privat
- 11
+ 18
@@ -241,6 +241,27 @@
16
+
+ Display name
+ Anzeigename
+
+ 6
+
+
+
+ Create
+ Erstellen
+
+ 73
+
+
+
+ Save
+ Speichern
+
+ 115
+
+
Delete
Löschen
@@ -392,7 +413,7 @@
Unbegrenzt ( pro Tag)
- 14
+ 28
@@ -513,7 +534,7 @@
Login
Anmelden
- 36
+ 32
@@ -611,7 +632,7 @@ Konto erstellen
Signup
Registrieren
- 78
+ 87
@@ -681,56 +702,19 @@ Konto erstellen
Change the language
Sprache wechseln
- 86
-
-
-
-
- My public profile
-
-
- Mein öffentliches Profil
-
-
- 16
-
-
-
-
- My account
-
-
- Mein Konto
-
-
- 20
-
-
-
-
- My videos
-
-
- Meine Videos
-
-
- 24
-
-
-
-
- Log out
-
-
- Abmelden
-
-
- 28
+ 102
Create an account
Konto erstellen
+
+ 33
+
+
+
+ My library
+ Meine Bibliothek
37
@@ -746,70 +730,70 @@ Konto erstellen
Subscriptions
Abos
- 45
+ 51
Overview
Übersicht
- 50
+ 66
Trending
Beliebt
- 55
+ 71
Recently added
Kürzlich hinzugefügt
- 60
+ 76
Local
Lokal
- 65
+ 81
More
Mehr
- 70
+ 86
Administration
Administration
- 74
+ 90
About
Info
- 25
+ 26
Show keyboard shortcuts
Zeige Tastatur-Kürzel
- 89
+ 105
Toggle dark interface
Dunkle Oberfläche umschalten
- 92
+ 108
@@ -872,21 +856,21 @@ Konto erstellen
Category
Kategorie
- 170
+ 215
Licence
Lizenz
- 179
+ 224
Language
Sprache
- 188
+ 233
@@ -1011,13 +995,6 @@ Konto erstellen
39
-
- User registration is allowed and
- Benutzerregistrierung ist möglich und
-
- 29
-
-
About PeerTube
@@ -1379,42 +1356,42 @@ Konto erstellen
Default client route
Standardpfad (Client)
- 48
+ 57
Videos Overview
Video-Übersicht
- 51
+ 60
Videos Trending
Beliebte Videos
- 52
+ 61
Videos Recently Added
Kürzlich hinzugefügte Videos
- 53
+ 62
Local videos
Lokale Videos
- 54
+ 63
Policy on videos containing sensitive content
Verhalten bei Videos mit anstößigen Inhalten
- 61
+ 70
@@ -1449,42 +1426,42 @@ Konto erstellen
Signup enabled
Registrierung aktiviert
- 84
+ 93
Signup requires email verification
Registrierung erfordert eine Bestätigung der E-Mail-Adresse
- 91
+ 100
Signup limit
Obergrenze für Registrierungen
- 96
+ 105
Users
Benutzer
- 105
+ 114
User default video quota
Standardkontingent für die Videos eines Nutzers
- 109
+ 118
User default daily upload limit
Tägliches Obergrenze eines Nutzers beim Hochladen
- 121
+ 130
@@ -1498,28 +1475,28 @@ Konto erstellen
Video import with HTTP URL (i.e. YouTube) enabled
Video durch HTTP URL (z.b. YouTube©) import erlaubt.
- 141
+ 150
Video import with a torrent file or a magnet URI enabled
Video-Import über eine Torrent-Datei oder einen Magnet-Link aktiviert
- 148
+ 157
Administrator
Administrator
- 155
+ 181
Admin email
Admin E-Mail
- 158
+ 184
@@ -1533,70 +1510,70 @@ Konto erstellen
Twitter
Twitter
- 178
+ 204
Your Twitter username
Dein Twitter-Benutzername
- 184
+ 210
Indicates the Twitter account for the website or platform on which the content was published.
Zeigt den Twitter-Account für die Webseite, auf der der Inhalt veröffentlicht wurde.
- 187
+ 213
Instance whitelisted by Twitter
Instanz von Twitter vertraut
- 199
+ 225
Services
Dienste
- 176
+ 202
Transcoding
Transkodierung
- 215
+ 241
Transcoding enabled
Transkodierung an
- 221
+ 247
If you disable transcoding, many videos from your users will not work!
Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!
- 222
+ 248
Transcoding threads
Transcodierungsthreads
- 237
+ 263
Resolution enabled
Eingestellte Auflösung:
- 252
+ 278
@@ -1611,70 +1588,70 @@ Konto erstellen
- 260
+ 286
Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.
Einige Dateien (Vorschau, Untertitel) werden nicht verteilt gespeichert. Wir laden sie direkt von der Ursprungsinstanz und speichern sie zwischen.
- 265
+ 291
Previews cache size
Cachegröße der Vorschau
- 271
+ 297
Video captions cache size
Cachegröße der Untertitel
- 280
+ 306
Customizations
Personalisierung
- 289
+ 315
JavaScript
JavaScript
- 294
+ 320
Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
Füge dein JavaScript ein.<br />Beispiel: <pre>console.log('Meine Instanz ist großartig');</pre>
- 297
+ 323
Advanced configuration
Erweiterte Einstellungen
- 212
+ 238
Update configuration
Einstellungen aktualisieren
- 340
+ 366
It seems the configuration is invalid. Please search potential errors in the different tabs.
Die Einstellungen sind anscheinend ungültig. Bitte suche nach potentiellen Fehlern in den verschiedenen Reitern.
- 341
+ 367
@@ -1955,7 +1932,7 @@ Konto erstellen
Go to the account page
Zur Kontoseite gehen
- 134
+ 179
@@ -2088,6 +2065,13 @@ Konto erstellen
43
+
+ Unblacklist
+ Entsperren
+
+ 146
+
+
Moderation
Moderation
@@ -2102,13 +2086,6 @@ Konto erstellen
5
-
- Blacklisted videos
- Gesperrte Videos
-
- 7
-
-
Muted accounts
Stummgeschaltete Accounts
@@ -2120,7 +2097,7 @@ Konto erstellen
Muted servers
Stummgeschaltete Server
- 11
+ 13
@@ -2176,7 +2153,7 @@ Konto erstellen
Change ownership
Besitzer ändern
- 46
+ 40
@@ -2201,32 +2178,14 @@ Konto erstellen
- views
- Aufrufe
- 19
+ 13
Blacklisted
Gesperrt
- 22
-
-
-
-
- Cancel
-
-
- Abbrechen
-
-
- 30
-
-
-
- Create another video channel
- Einen weiteren Videokanal erstellen
-
- 4
+ 16
@@ -2250,13 +2209,6 @@ Konto erstellen
15
-
- Display name
- Anzeigename
-
- 6
-
-
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.
@@ -2363,6 +2315,27 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2
+
+ Privacy
+ Sichtbarkeit
+
+ 205
+
+
+
+ Channel
+ Kanal
+
+ 39
+
+
+
+ Upload thumbnail
+ Miniaturansicht hochladen
+
+ 192
+
+
Change password
Passwort ändern
@@ -2412,13 +2385,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
28
-
- Save
- Speichern
-
- 32
-
-
Update my profile
Mein Profil aktualisieren
@@ -2544,7 +2510,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
URL
URL
- 17
+ 25
@@ -2554,20 +2520,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
9
-
- Channel
- Kanal
-
- 39
-
-
-
- Privacy
- Sichtbarkeit
-
- 160
-
-
Sorry, but something went wrong
Entschuldigung, etwas ist schiefgegangen
@@ -2590,7 +2542,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Update
Aktualisieren
- 93
+ 138
@@ -2738,7 +2690,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Tags
Tags
- 197
+ 242
@@ -2878,13 +2830,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
135
-
- Upload thumbnail
- Miniaturansicht hochladen
-
- 192
-
-
Upload preview
Vorschau hochladen
@@ -2896,7 +2841,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Support
Unterstützen
- 70
+ 101
@@ -2974,7 +2919,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Download
Herunterladen
- 85
+ 130
@@ -2988,21 +2933,21 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Share
Teilen
- 75
+ 106
QR-Code
QR-Code
- 29
+ 37
Embed
Einbetten
- 34
+ 42
@@ -3013,14 +2958,14 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Die URL ist nicht sicher (kein HTTPS), das Video lässt sich also nicht auf HTTPS-Webseiten einbinden (Web-Browser blockieren unsichere HTTP-Anfragen auf HTTPS-Webseiten).
- 45
+ 53
Close
Schließen
- 51
+ 59
@@ -3038,7 +2983,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Das Video wird importiert, es ist verfügbar, sobald der Import abgeschlossen ist.
- 11
+ 39
@@ -3049,7 +2994,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Dieses Video wird transkodiert, es funktioniert daher möglicherweise nicht ganz.
- 15
+ 43
@@ -3060,14 +3005,14 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Dieses Video wird am veröffentlicht.
- 19
+ 47
This video is blacklisted.
Dieses Video ist gesperrt.
- 24
+ 56
@@ -3078,130 +3023,112 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Veröffentlicht - Aufrufe
- 36
-
-
-
-
- Published - views
-
-
- Veröffentlicht - Aufrufe
-
-
- 45
+ 76
Like this video
Das Video gefällt mir
- 55
+ 86
Dislike this video
Das Video gefällt mir nicht
- 63
+ 94
Download the video
Video herunterladen
- 84
+ 129
Report
Melden
- 89
+ 134
Report this video
Dieses Video melden
- 88
+ 133
Update this video
Dieses Video aktualisieren
- 92
+ 137
Blacklist
Sperren
- 97
+ 142
Blacklist this video
Dieses Video sperren
- 96
-
-
-
- Unblacklist
- Entsperren
-
- 101
+ 141
Unblacklist this video
Dieses Video entsperren
- 100
+ 145
Delete this video
Dieses Video löschen
- 104
+ 149
Go the channel page
Zur Seite des Kanals gehen
- 124
+ 169
By
Von
- 135
+ 180
Show more
Mehr anzeigen
- 147
+ 192
Show less
Weniger anzeigen
- 153
+ 198
Friendly Reminder:
Freundliche Erinnerung:
- 214
+ 258
@@ -3212,21 +3139,21 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
das zum Teilen dieses Videos genutzte System setzt voraus, das einige technische Informationen über dein System (wie die öffentliche IP-Adresse) an andere Peers gesendet werden können.
- 215
+ 259
More information
Weitere Informationen
- 218
+ 262
Get more information
Weitere Informationen bekommen
- 218
+ 262
@@ -3237,7 +3164,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
OK
- 221
+ 265
@@ -3853,13 +3780,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Create
- Erstellen
-
- 1
-
-
Video channel updated.
Videokanal aktualisiert.
@@ -3951,13 +3871,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- My library
- Meine Bibliothek
-
- 1
-
-
My channels
Meine Kanäle
@@ -4625,6 +4538,13 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
+
+ Display name cannot be more than 120 characters long.
+ Der Anzeigename darf nicht länger als 120 Zeichen lang sein.
+
+ 1
+
+
Video name is required.
Bitte gib einen Titel ein.
@@ -5563,13 +5483,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Start at
- Beginne bei
-
- 1
-
-
Like the video
Das Video gefällt Mir !
diff --git a/client/src/locale/target/angular_en_GB.xml b/client/src/locale/target/angular_en_GB.xml
index c5784305b..7cea3e041 100644
--- a/client/src/locale/target/angular_en_GB.xml
+++ b/client/src/locale/target/angular_en_GB.xml
@@ -56,56 +56,56 @@
««
««
- 7
-
-
-
-
-
+
+
+
@@ -140,77 +140,77 @@
Decrement hours
Decrement hours
- 19
+ 20
Increment minutes
Increment minutes
- 28
+ 29
MM
MM
- 31
+ 32
Minutes
Minutes
- 33
+ 34
Decrement minutes
Decrement minutes
- 38
+ 40
Increment seconds
Increment seconds
- 47
+ 49
SS
SS
- 50
+ 52
Seconds
Seconds
- 52
+ 54
Decrement seconds
Decrement seconds
- 57
+ 60
PM
PM
- 65
+ 68
AM
AM
- 66
+ 69
@@ -231,14 +231,14 @@
Unlisted
Unlisted
- 10
+ 17
Private
Private
- 11
+ 18
@@ -248,6 +248,27 @@
16
+
+ Display name
+ Display name
+
+ 6
+
+
+
+ Create
+ Create
+
+ 73
+
+
+
+ Save
+ Save
+
+ 115
+
+
Delete
Delete
@@ -399,7 +420,7 @@
Unlimited ( per day)
- 14
+ 28
@@ -527,7 +548,7 @@
Login
Login
- 36
+ 32
@@ -637,7 +658,7 @@
Signup
Signup
- 78
+ 87
@@ -707,7 +728,7 @@
Change the language
Change the language
- 86
+ 102
@@ -721,53 +742,16 @@
8
-
-
- My public profile
-
-
- My public profile
-
-
- 16
-
-
-
-
- My account
-
-
- My account
-
-
- 20
-
-
-
-
- My videos
-
-
- My videos
-
-
- 24
-
-
-
-
- Log out
-
-
- Log out
-
-
- 28
-
-
Create an account
Create an account
+
+ 33
+
+
+
+ My library
+ My library
37
@@ -783,70 +767,70 @@
Subscriptions
Subscriptions
- 45
+ 51
Overview
Overview
- 50
+ 66
Trending
Trending
- 55
+ 71
Recently added
Recently added
- 60
+ 76
Local
Local
- 65
+ 81
More
More
- 70
+ 86
Administration
Administration
- 74
+ 90
About
About
- 25
+ 26
Show keyboard shortcuts
Show keyboard shortcuts
- 89
+ 105
Toggle dark interface
Toggle dark interface
- 92
+ 108
@@ -867,14 +851,14 @@
Update your notification preferences
Update your notification preferences
- 15
+ 16
See all your notifications
See all your notifications
- 22
+ 30
@@ -905,6 +889,27 @@
15
+
+ Original publication year
+ Original publication year
+
+ 24
+
+
+
+ After...
+ After...
+
+ 30
+
+
+
+ Before...
+ Before...
+
+ 37
+
+
Duration
Duration
@@ -937,21 +942,21 @@
Category
Category
- 170
+ 215
Licence
Licence
- 179
+ 224
Language
Language
- 188
+ 233
@@ -1118,46 +1123,6 @@
39
-
- User registration is allowed and
- User registration is allowed and
-
- 29
-
-
-
-
- this instance provides a baseline quota of space for the videos of its users.
-
-
- this instance provides a baseline quota of space for the videos of its users.
-
-
- 31
-
-
-
-
- this instance provides unlimited space for the videos of its users.
-
-
- this instance provides unlimited space for the videos of its users.
-
-
- 35
-
-
-
-
- User registration is currently not allowed.
-
-
- User registration is currently not allowed.
-
-
- 40
-
-
About PeerTube
@@ -1519,42 +1484,42 @@
Default client route
Default client route
- 48
+ 57
Videos Overview
Videos Overview
- 51
+ 60
Videos Trending
Videos Trending
- 52
+ 61
Videos Recently Added
Videos Recently Added
- 53
+ 62
Local videos
Local videos
- 54
+ 63
Policy on videos containing sensitive content
Policy on videos containing sensitive content
- 61
+ 70
@@ -1589,42 +1554,42 @@
Signup enabled
Signup enabled
- 84
+ 93
Signup requires email verification
Signup requires email verification
- 91
+ 100
Signup limit
Signup limit
- 96
+ 105
Users
Users
- 105
+ 114
User default video quota
User default video quota
- 109
+ 118
User default daily upload limit
User default daily upload limit
- 121
+ 130
@@ -1638,35 +1603,35 @@
Video import with HTTP URL (i.e. YouTube) enabled
Video import with HTTP URL (i.e. YouTube) enabled
- 141
+ 150
Video import with a torrent file or a magnet URI enabled
Video import with a torrent file or a magnet URI enabled
- 148
+ 157
Administrator
Administrator
- 155
+ 181
Admin email
Admin email
- 158
+ 184
Enable contact form
Enable contact form
- 169
+ 195
@@ -1680,28 +1645,28 @@
Twitter
Twitter
- 178
+ 204
Your Twitter username
Your Twitter username
- 184
+ 210
Indicates the Twitter account for the website or platform on which the content was published.
Indicates the Twitter account for the website or platform on which the content was published.
- 187
+ 213
Instance whitelisted by Twitter
Instance whitelisted by Twitter
- 199
+ 225
@@ -1712,63 +1677,63 @@
If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- 200
+ 226
Services
Services
- 176
+ 202
Transcoding
Transcoding
- 215
+ 241
Transcoding enabled
Transcoding enabled
- 221
+ 247
If you disable transcoding, many videos from your users will not work!
If you disable transcoding, many videos from your users will not work!
- 222
+ 248
Allow additional extensions
Allow additional extensions
- 231
+ 257
Allow your users to upload .mkv, .mov, .avi, .flv videos
Allow your users to upload .mkv, .mov, .avi, .flv videos
- 232
+ 258
Transcoding threads
Transcoding threads
- 237
+ 263
Resolution enabled
Resolution enabled
- 252
+ 278
@@ -1783,105 +1748,70 @@
- 260
+ 286
Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.
Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.
- 265
+ 291
Previews cache size
Previews cache size
- 271
+ 297
Video captions cache size
Video captions cache size
- 280
+ 306
Customizations
Customisations
- 289
+ 315
JavaScript
JavaScript
- 294
+ 320
Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
- 297
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 311
+ 323
Advanced configuration
Advanced configuration
- 212
+ 238
Update configuration
Update configuration
- 340
+ 366
It seems the configuration is invalid. Please search potential errors in the different tabs.
It seems the configuration is invalid. Please search potential errors in the different tabs.
- 341
+ 367
@@ -2138,6 +2068,48 @@
72
+
+ Danger Zone
+ Danger Zone!
+
+ 86
+
+
+
+ Send a link to reset the password by email to the user
+ Send a link by e-mail to reset the user password
+
+ 89
+
+
+
+ Ask for new password
+ Ask for a new password
+
+ 90
+
+
+
+ Manually set the user password
+ Manually set the user password
+
+ 94
+
+
+
+ Show
+ Show
+
+ 10
+
+
+
+ Hide
+ Hide
+
+ 11
+
+
Users list
Users list
@@ -2170,7 +2142,7 @@
Go to the account page
Go to the account page
- 134
+ 179
@@ -2310,6 +2282,13 @@
43
+
+ Unblacklist
+ Unblacklist
+
+ 146
+
+
Moderation
Moderation
@@ -2324,13 +2303,6 @@
5
-
- Blacklisted videos
- Blacklisted videos
-
- 7
-
-
Muted accounts
Muted accounts
@@ -2342,7 +2314,7 @@
Muted servers
Muted servers
- 11
+ 13
@@ -2398,7 +2370,7 @@
Change ownership
Change ownership
- 46
+ 40
@@ -2423,32 +2395,14 @@
- views
- views
- 19
+ 13
Blacklisted
Blacklisted
- 22
-
-
-
-
- Cancel
-
-
- Cancel
-
-
- 30
-
-
-
- Create another video channel
- Create another video channel
-
- 4
+ 16
@@ -2472,13 +2426,6 @@
15
-
- Display name
- Display name
-
- 6
-
-
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.
@@ -2592,18 +2539,11 @@ When you will upload a video in this channel, the video support field will be au
4
-
- Delete history
- Delete history
-
- 8
-
-
You don't have videos history yet.
You don't have videos history yet.
- 13
+ 14
@@ -2613,6 +2553,27 @@ When you will upload a video in this channel, the video support field will be au
22
+
+ Privacy
+ Privacy
+
+ 205
+
+
+
+ Channel
+ Channel
+
+ 39
+
+
+
+ Upload thumbnail
+ Upload thumbnail
+
+ 192
+
+
Change password
Change password
@@ -2662,13 +2623,6 @@ When you will upload a video in this channel, the video support field will be au
28
-
- Save
- Save
-
- 32
-
-
Update my profile
Update my profile
@@ -2808,7 +2762,7 @@ When you will upload a video in this channel, the video support field will be au
URL
URL
- 17
+ 25
@@ -2818,20 +2772,6 @@ When you will upload a video in this channel, the video support field will be au
9
-
- Channel
- Channel
-
- 39
-
-
-
- Privacy
- Privacy
-
- 160
-
-
Sorry, but something went wrong
Sorry, but something went wrong
@@ -2854,7 +2794,7 @@ When you will upload a video in this channel, the video support field will be au
Update
Update
- 93
+ 138
@@ -3013,7 +2953,7 @@ When you will upload a video in this channel, the video support field will be au
Tags
Tags
- 197
+ 242
@@ -3153,13 +3093,6 @@ When you will upload a video in this channel, the video support field will be au
135
-
- Upload thumbnail
- Upload thumbnail
-
- 192
-
-
Upload preview
Upload preview
@@ -3171,7 +3104,7 @@ When you will upload a video in this channel, the video support field will be au
Support
Support
- 70
+ 101
@@ -3181,6 +3114,13 @@ When you will upload a video in this channel, the video support field will be au
206
+
+ Original publication date
+ Original publication date
+
+ 219
+
+
Enable video comments
Enable video comments
@@ -3188,6 +3128,13 @@ When you will upload a video in this channel, the video support field will be au
234
+
+ Enable download
+ Enable download
+
+ 239
+
+
Advanced settings
Advanced settings
@@ -3249,7 +3196,7 @@ When you will upload a video in this channel, the video support field will be au
Download
Download
- 85
+ 130
@@ -3276,21 +3223,21 @@ When you will upload a video in this channel, the video support field will be au
Share
Share
- 75
+ 106
QR-Code
QR-Code
- 29
+ 37
Embed
Embed
- 34
+ 42
@@ -3301,14 +3248,14 @@ When you will upload a video in this channel, the video support field will be au
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).
- 45
+ 53
Close
Close
- 51
+ 59
@@ -3333,7 +3280,7 @@ When you will upload a video in this channel, the video support field will be au
The video is being imported, it will be available when the import is finished.
- 11
+ 39
@@ -3344,7 +3291,7 @@ When you will upload a video in this channel, the video support field will be au
The video is being transcoded, it may not work properly.
- 15
+ 43
@@ -3355,14 +3302,14 @@ When you will upload a video in this channel, the video support field will be au
This video will be published on .
- 19
+ 47
This video is blacklisted.
This video is blacklisted.
- 24
+ 56
@@ -3373,130 +3320,119 @@ When you will upload a video in this channel, the video support field will be au
Published - views
- 36
-
-
-
-
- Published - views
-
-
- Published - views
-
-
- 45
+ 76
Like this video
Like this video
- 55
+ 86
Dislike this video
Dislike this video
- 63
+ 94
Download the video
Download the video
- 84
+ 129
Report
Report
- 89
+ 134
Report this video
Report this video
- 88
+ 133
Update this video
Update this video
- 92
+ 137
Blacklist
Blacklist
- 97
+ 142
Blacklist this video
Blacklist this video
- 96
-
-
-
- Unblacklist
- Unblacklist
-
- 101
+ 141
Unblacklist this video
Unblacklist this video
- 100
+ 145
Delete this video
Delete this video
- 104
+ 149
Go the channel page
Go the channel page
- 124
+ 169
By
By
- 135
+ 180
Show more
Show more
- 147
+ 192
Show less
Show less
- 153
+ 198
+
+
+
+ Originally published
+ Originally published
+
+ 210
Friendly Reminder:
Friendly Reminder:
- 214
+ 258
@@ -3507,21 +3443,21 @@ When you will upload a video in this channel, the video support field will be au
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.
- 215
+ 259
More information
More information
- 218
+ 262
Get more information
Get more information
- 218
+ 262
@@ -3532,7 +3468,7 @@ When you will upload a video in this channel, the video support field will be au
OK
- 221
+ 265
@@ -4008,6 +3944,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Update user password
+ Update the user password
+
+ 1
+
+
User updated.
User updated.
@@ -4204,13 +4147,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- New video abuse on local video
- New video abuse on local video
-
- 1
-
-
One of your video is blacklisted/unblacklisted
One of your video is blacklisted/unblacklisted
@@ -4295,13 +4231,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Create
- Create
-
- 1
-
-
Video channel updated.
Video channel updated.
@@ -4400,13 +4329,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- My library
- My library
-
- 1
-
-
My channels
My channels
@@ -6152,13 +6074,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Start at
- Start at
-
- 1
-
-
Like the video
Like the video
@@ -6208,13 +6123,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Trending videos are those totalizing the greatest number of views during the last 24 hours.
- Trending videos are those totalising the greatest number of views during the last 24 hours.
-
- 1
-
-
Trending for the last days
Trending for the last days
@@ -6222,13 +6130,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Trending videos are those totalizing the greatest number of views during the last days.
- Trending videos are those totalising the greatest number of views during the last days.
-
- 1
-
-
Videos from your subscriptions
Videos from your subscriptions
diff --git a/client/src/locale/target/angular_eo.xml b/client/src/locale/target/angular_eo.xml
index f54418065..fa5f01c31 100644
--- a/client/src/locale/target/angular_eo.xml
+++ b/client/src/locale/target/angular_eo.xml
@@ -56,56 +56,56 @@
««
««
- 7
-
-
-
-
-
+
+
+
@@ -140,82 +140,82 @@
Decrement hours
Dekrementi horojn
- 19
+ 20
Increment minutes
Alkrementi minutojn
- 28
+ 29
MM
MM
- 31
+ 32
Minutes
Minutoj
- 33
+ 34
Decrement minutes
Dekrementi minutojn
- 38
+ 40
Increment seconds
Alkrementi sekundojn
- 47
+ 49
SS
SS
- 50
+ 52
Seconds
Sekundoj
- 52
+ 54
Decrement seconds
Dekrementi sekundojn
- 57
+ 60
PM
p.t.m.
- 65
+ 68
AM
a.t.m.
- 66
+ 69
(extensions: , max size: )
- (postafiksoj: , pleja grando: )
+ (dosiersufiksoj: , pleja grando: )
11
@@ -227,18 +227,233 @@
1
+
+
+
+
+
+ published a new video
+
+
+
+
+
+
+ publikigis novan filmon
+
+
+
+ 7
+
+
+
+
+
+
+
+ Your video has been unblacklisted
+
+
+
+
+
+
+ Via filmo estas retenita
+
+
+
+ 15
+
+
+
+
+
+
+
+ Your video has been blacklisted
+
+
+
+
+
+
+ Via filmo estas fortenita
+
+
+
+ 23
+
+
+
+
+
+
+
+ A new video abuse has been created on video
+
+
+
+
+
+
+ Nova filma misuzo estiĝis ĉe filmo
+
+
+
+ 31
+
+
+
+
+
+
+
+ commented your video
+
+
+
+
+
+
+ komentis vian filmon
+
+
+
+ 47
+
+
+
+
+
+
+
+ Your video has been published
+
+
+
+
+
+
+ Via filmo publikiĝis
+
+
+
+ 55
+
+
+
+
+
+
+
+ Your video import succeeded
+
+
+
+
+
+
+ Via filma enporto sukcesis
+
+
+
+ 63
+
+
+
+
+
+
+
+ Your video import failed
+
+
+
+
+
+
+ Via filma enporto malsukcesis
+
+
+
+ 71
+
+
+
+
+
+
+
+ User registered on your instance
+
+
+
+
+
+
+ Uzanto registriĝis ĉe via nodo
+
+
+
+ 79
+
+
+
+
+
+
+
+ is following
+
+ your channel
+ your account
+
+
+
+
+
+
+ sekvas
+
+ vian kanalon
+ vian konton
+
+
+
+ 87
+
+
+
+
+
+
+
+ mentioned you on video
+
+
+
+
+
+
+ menciis vin ĉe filmo
+
+
+
+ 98
+
+
Unlisted
Nelistigata
- 10
+ 17
Private
Privata
- 11
+ 18
@@ -248,6 +463,27 @@
16
+
+ Display name
+ Prezenta nomo
+
+ 6
+
+
+
+ Create
+ Krei
+
+ 73
+
+
+
+ Save
+ Konservi
+
+ 115
+
+
Delete
Forigi
@@ -399,7 +635,7 @@
Senlima (po tage)
- 14
+ 28
@@ -421,7 +657,7 @@
A banned user will no longer be able to login.
- Forbarita uzanto ne plu povas ensaluti.
+ Forbarita uzanto ne plu povos saluti.
18
@@ -461,7 +697,7 @@
Request new verification email.
- Peti novan kontrolan retmesaĝon.
+ Peti novan konfirman retleteron.
12
@@ -527,7 +763,7 @@
Login
Saluti
- 36
+ 32
@@ -637,7 +873,7 @@
Signup
Registriĝo
- 78
+ 87
@@ -707,7 +943,7 @@
Change the language
Ŝanĝi la lingvon
- 86
+ 102
@@ -721,53 +957,16 @@
8
-
-
- My public profile
-
-
- Mia publika profilo
-
-
- 16
-
-
-
-
- My account
-
-
- Mia konto
-
-
- 20
-
-
-
-
- My videos
-
-
- Miaj filmoj
-
-
- 24
-
-
-
-
- Log out
-
-
- Adiaŭi
-
-
- 28
-
-
Create an account
Krei konton
+
+ 33
+
+
+
+ My library
+ Mia biblioteko
37
@@ -783,70 +982,70 @@
Subscriptions
Abonoj
- 45
+ 51
Overview
Superrigardo
- 50
+ 66
Trending
Furoraj
- 55
+ 71
Recently added
Freŝe aldonitaj
- 60
+ 76
Local
Lokaj
- 65
+ 81
More
Pli
- 70
+ 86
Administration
Administrado
- 74
+ 90
About
Pri
- 25
+ 26
Show keyboard shortcuts
Montri rapiklavoj
- 89
+ 105
Toggle dark interface
Ŝalti malhelan fasadon
- 92
+ 108
@@ -867,14 +1066,14 @@
Update your notification preferences
Ĝisdatigi viajn sciigajn agordojn
- 15
+ 16
See all your notifications
Vidi ĉiujn viajn sciigojn
- 22
+ 30
@@ -905,6 +1104,27 @@
15
+
+ Original publication year
+ Jaro de elsendo originala
+
+ 24
+
+
+
+ After...
+ Poste…
+
+ 30
+
+
+
+ Before...
+ Antaŭ…
+
+ 37
+
+
Duration
Daŭro
@@ -937,21 +1157,21 @@
Category
Kategorio
- 170
+ 215
Licence
Permesilo
- 179
+ 224
Language
Lingvo
- 188
+ 233
@@ -1118,46 +1338,6 @@
39
-
- User registration is allowed and
- Registrado de uzantoj estas permesata kaj
-
- 29
-
-
-
-
- this instance provides a baseline quota of space for the videos of its users.
-
-
- la bazlinia kvoto de spaco por la filmoj de uzantoj de ĉi tiu nodo estas .
-
-
- 31
-
-
-
-
- this instance provides unlimited space for the videos of its users.
-
-
- ĉi tiu nodo provizas senliman spacon por la filmoj de uzantoj.
-
-
- 35
-
-
-
-
- User registration is currently not allowed.
-
-
- Registrado de novaj uzantoj ne estas nun permesata.
-
-
- 40
-
-
About PeerTube
@@ -1419,7 +1599,7 @@
An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program
- Memfara rekonado de ripetataj videoj: ni ne scius, ĉu la IP-adreso elŝulis la videon intence, aŭ ĉu tion faris la memfara programo
+ Memfara rekonado de pluroblaj videoj: ni ne scius, ĉu la IP-adreso elŝutis la videon intence, aŭ ĉu tion faris la memfara programo
95
@@ -1519,42 +1699,42 @@
Default client route
Norma klienta vojo
- 48
+ 57
Videos Overview
Filma superrigardo
- 51
+ 60
Videos Trending
Filmoj furoraj
- 52
+ 61
Videos Recently Added
Filmoj freŝe aldonitaj
- 53
+ 62
Local videos
Filmoj lokaj
- 54
+ 63
Policy on videos containing sensitive content
Politiko pri filmoj kun konsterna enhavo
- 61
+ 70
@@ -1589,42 +1769,42 @@
Signup enabled
Registriĝoj ŝaltitaj
- 84
+ 93
Signup requires email verification
- Registriĝo bezonas kontrolon de retpoŝtadreso
+ Registriĝo bezonas konfirmon de retpoŝtadreso
- 91
+ 100
Signup limit
Limo de registriĝoj
- 96
+ 105
Users
Uzantoj
- 105
+ 114
User default video quota
Norma datumlimo por filmoj de uzantoj
- 109
+ 118
User default daily upload limit
Norma datumlimo por samtagaj elŝutoj de uzantoj
- 121
+ 130
@@ -1638,35 +1818,35 @@
Video import with HTTP URL (i.e. YouTube) enabled
Enporto de filmoj per HTTP-URL (t.e. YouTube) ŝaltita
- 141
+ 150
Video import with a torrent file or a magnet URI enabled
Enporto de filmoj per torenta dosiero aŭ magneta ligilo ŝaltita
- 148
+ 157
Administrator
Administranto
- 155
+ 181
Admin email
Retpoŝtadreso de administranto
- 158
+ 184
Enable contact form
Ŝalti kontaktan formularon
- 169
+ 195
@@ -1680,28 +1860,28 @@
Twitter
Tvitero
- 178
+ 204
Your Twitter username
Via Tvitera salutnomo
- 184
+ 210
Indicates the Twitter account for the website or platform on which the content was published.
Indikas konton de Twitter por la retejo aŭ platformo, sur kiu la afero publikiĝis.
- 187
+ 213
Instance whitelisted by Twitter
Nodo permesata de Twitter
- 199
+ 225
@@ -1712,63 +1892,63 @@
Se la nodo ne estas permesata, ni ligos al la filmo sur via nodo per bildo.<br /><br />
Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al filmo sur via nodo (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> por vidi, ĉu via nodo estas permesata.
- 200
+ 226
Services
Servoj
- 176
+ 202
Transcoding
Transkodado
- 215
+ 241
Transcoding enabled
Transkodado ŝaltita
- 221
+ 247
If you disable transcoding, many videos from your users will not work!
Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!
- 222
+ 248
Allow additional extensions
Permesi aliajn dosiersufiksojn
- 231
+ 257
Allow your users to upload .mkv, .mov, .avi, .flv videos
Permesi, ke viaj uzantoj alŝutas filmojn je formatoj .mkv, .mov, .avi, .flv
- 232
+ 258
Transcoding threads
Fadenoj por transkodado
- 237
+ 263
Resolution enabled
Distingo ŝaltita
- 252
+ 278
@@ -1783,105 +1963,70 @@
- 260
+ 286
Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.
Iuj dosieroj ne estas federataj (antaŭrigardoj, transskriboj). Ni prenas kaj kaŝmemoras ilin rekte el la fonta nodo.
- 265
+ 291
Previews cache size
Grando de antaŭrigarda kaŝmemoro
- 271
+ 297
Video captions cache size
Grandeco de kaŝmemoro por filmaj transskriboj.
- 280
+ 306
Customizations
Adaptoj
- 289
+ 315
JavaScript
Ĝavoskripto
- 294
+ 320
Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
Skribu rekte Ĝavoskriptan kodon.<br />Ekzemple: <pre>console.log('mia nodo bonegas');</pre>
- 297
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Skribu rekte CSS-kodon. Ekzemple:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Antaŭmetu <em>#custom-css</em> por transpasi stilojn. Ekzemple:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 311
+ 323
Advanced configuration
Specialaj agordoj
- 212
+ 238
Update configuration
Efektivigi agordojn
- 340
+ 366
It seems the configuration is invalid. Please search potential errors in the different tabs.
Ŝajnas, ke la agordo estas nevalida. Bonvolu serĉi eblajn erarojn en la langetoj.
- 341
+ 367
@@ -1911,7 +2056,7 @@
Moderation
- Administrado
+ Reguligado
11
@@ -2006,6 +2151,27 @@
11
+
+ Accepted
+ Aprobita
+
+ 32
+
+
+
+ Pending
+ Traktata
+
+ 33
+
+
+
+ Redundancy allowed
+ Plurobleco permesita
+
+ 22
+
+
Manage follows
Administri abonojn
@@ -2110,6 +2276,55 @@
65
+
+ Daily video quota
+ Samtaga datumlimo por filmoj
+
+ 72
+
+
+
+ Danger Zone
+ Danĝerejo
+
+ 86
+
+
+
+ Send a link to reset the password by email to the user
+ Sendu ligilon al uzanto per retpoŝto por ŝanĝi la pasvorton
+
+ 89
+
+
+
+ Ask for new password
+ Peti novan pasvorton
+
+ 90
+
+
+
+ Manually set the user password
+ Ŝanĝi pasvorton permane
+
+ 94
+
+
+
+ Show
+ Montri
+
+ 10
+
+
+
+ Hide
+ Kaŝi
+
+ 11
+
+
Users list
Listo de uzantoj
@@ -2117,6 +2332,13 @@
2
+
+ Batch actions
+ Agoj stapaj
+
+ 19
+
+
Username
Salutnomo
@@ -2124,11 +2346,64 @@
40
+
+ (banned)
+ (forbarita)
+
+ 65
+
+
Go to the account page
Iri al paĝo de la konto
- 134
+ 179
+
+
+
+ User's email must be verified to login
+ Por saluti, la retpoŝtadreso de la uzanto devas esti konfirmita
+
+ 72
+
+
+
+ User's email is verified / User can login without email verification
+ Retpoŝtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoŝtadreso
+
+ 76
+
+
+
+ Ban reason:
+ Kialo de forbaro:
+
+ 95
+
+
+
+ Moderation comment
+ Reguliga komento
+
+ 3
+
+
+
+
+ This comment can only be seen by you or the other moderators.
+
+
+ Tiun ĉi komenton povas vidi nur vi aŭ la aliaj reguligantoj.
+
+
+ 18
+
+
+
+ Update this comment
+ Ĝisdatigi ĉi tiun komenton
+
+ 26
@@ -2145,6 +2420,13 @@
14
+
+ State
+ Stato
+
+ 11
+
+
Go to the account
Iri al la konto
@@ -2159,11 +2441,81 @@
33
-
- Blacklisted videos
- Fortenataj videoj
+
+ Actions
+ Agoj
- 7
+ 35
+
+
+
+ Reason:
+ Kialo:
+
+ 53
+
+
+
+ Moderation comment:
+ Reguliga komento:
+
+ 57
+
+
+
+ Video name
+ Nomo de filmo
+
+ 8
+
+
+
+ Sensitive
+ Konsterna
+
+ 9
+
+
+
+ Unfederated
+ Nefedera
+
+ 10
+
+
+
+ Date
+ Dato
+
+ 11
+
+
+
+ Blacklist reason:
+ Kialo de forteno:
+
+ 43
+
+
+
+ Unblacklist
+ Reteni
+
+ 146
+
+
+
+ Moderation
+ Reguligo
+
+ 2
+
+
+
+ Video abuses
+ Filmaj misuzoj
+
+ 5
@@ -2177,7 +2529,7 @@
Muted servers
Silentigitaj serviloj
- 11
+ 13
@@ -2187,6 +2539,20 @@
12
+
+ Muted at
+ Silentigita je
+
+ 13
+
+
+
+ Unmute
+ Malsilentigi
+
+ 23
+
+
Video quota:
Datumlimo por filmoj:
@@ -2215,29 +2581,43 @@
19
+
+ Change ownership
+ Ŝanĝi posedon
+
+ 40
+
+
+
+ Select the next owner
+ Elektu la sekvan posedanton
+
+ 10
+
+
+
+
+ Cancel
+
+
+ Nuligi
+
+
+ 35
+
+
- views
- rigardoj
- 19
+ 13
-
-
- Cancel
-
-
- Nuligi
-
+
+ Blacklisted
+ Fortenita
- 30
-
-
-
- Create another video channel
- Krei alian filman kanalon
-
- 4
+ 16
@@ -2254,11 +2634,11 @@
6
-
- Display name
- Prezenta nomo
+
+ Example: my_channel
+ Ekzemplo: mia_kanalo
- 6
+ 15
@@ -2277,6 +2657,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
8
+
+ You don't have any subscriptions yet.
+ Vi ankoraŭ ne havas abonantojn.
+
+ 1
+
+
Created by
Kreita de
@@ -2291,18 +2678,141 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
16
-
- Delete history
- Forigi historion
+
+ Accept ownership
+ Akcepti posedon
- 8
+ 3
+
+
+
+ Select the target channel
+ Elekti la celan kanalon
+
+ 10
+
+
+
+ Initiator
+ Iniciatinto
+
+ 13
+
+
+
+
+ Created
+
+
+
+ Kreita
+
+
+
+ 15
+
+
+
+ Status
+ Stato
+
+ 19
+
+
+
+ Action
+ Ago
+
+ 20
+
+
+
+
+
+
+ 39
+
+
+
+ Refuse
+ Rifuzi
+
+ 47
+
+
+
+ Muted instances
+ Silentigitaj nodoj
+
+ 2
+
+
+
+ History enabled
+ Historio ŝaltita
+
+ 4
You don't have videos history yet.
Vi ne jam havas filman historion.
- 13
+ 14
+
+
+
+ views
+ rigardoj
+
+ 22
+
+
+
+
+
+ Notification preferences
+
+
+
+ Sciigaj agordoj
+
+
+ 2
+
+
+
+
+
+ Mark all as read
+
+
+
+ Marki ĉion kiel legitan
+
+
+ 7
+
+
+
+ Privacy
+ Privateco
+
+ 205
+
+
+
+ Channel
+ Kanalo
+
+ 39
+
+
+
+ Upload thumbnail
+ Alŝuti miniaturon
+
+ 192
@@ -2340,6 +2850,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3
+
+ Use WebTorrent to exchange parts of the video with others
+ Uzi teĥnikaron WebTorrent por interŝanĝi partojn de la video kun aliuloj
+
+ 21
+
+
Automatically plays video
Memfare ludas filmon
@@ -2347,13 +2864,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
28
-
- Save
- Konservi
-
- 32
-
-
Update my profile
Ĝisdatigi mian profilon
@@ -2377,11 +2887,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
(extensions: , max size: )
- (postafiksoj: , pleja grando: )
+ (dosiersufiksoj: , pleja grando: )
18
+
+ Once you delete your account, there is no going back. Please be certain.
+ Post forigo de konto ne plu ekzistas revenvojo. Bonvolu certi.
+
+ 2
+
+
Delete your account
Forigi vian konton
@@ -2389,6 +2906,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4
+
+ Activities
+ Okazoj
+
+ 2
+
+
+
+ Web
+ Reto
+
+ 3
+
+
Sorry, but we couldn't find the page you were looking for.
@@ -2400,6 +2931,28 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+
+ Verify account email confirmation
+
+
+ Kontroli retleteran konfirmon de la konto
+
+
+ 2
+
+
+
+
+ Your email has been verified and you may now login. Redirecting...
+
+
+ Via retpoŝtadreso estas konfirmita kaj vi nun povas saluti. Alidirektante…
+
+
+ 6
+
+
An error occurred.
Eraro okazis.
@@ -2412,7 +2965,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Request email for account verification
- Peti retmesaĝon por konta kontrolo
+ Peti retleteron por kontrolo de la konto
2
@@ -2420,11 +2973,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Send verification email
- Sendi kontrolan retmesaĝon
+ Sendi konfirman retleteron
17
+
+ This instance does not require email verification.
+ Ĉi tiu nodo ne postulas konfirmon de retpoŝtadreso.
+
+ 20
+
+
Support this channel
Subteni tiun ĉi kanalon
@@ -2443,7 +3003,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
URL
Ligilo
- 17
+ 25
@@ -2453,18 +3013,11 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
9
-
- Channel
- Kanalo
+
+ Sorry, but something went wrong
+ Pardonu, sed io misokazis
- 39
-
-
-
- Privacy
- Privateco
-
- 160
+ 49
@@ -2482,7 +3035,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Update
Ĝisdatigi
- 93
+ 138
@@ -2492,6 +3045,24 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
6
+
+ Scheduled
+ Planita
+
+ 25
+
+
+
+
+ Congratulations! Your video is now available in your private library.
+
+
+ Gratulon! Via filmo nun estas atingebla per via privata biblioteko.
+
+
+ 45
+
+
Publish will be available when upload is finished
Eldono eblos post fino de alŝuto
@@ -2594,6 +3165,17 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
24
+
+
+ This will replace an existing caption!
+
+
+ Tio anstataŭigos jaman transskribon!
+
+
+ 29
+
+
Add this caption
Aldoni ĉi tiun transskribon
@@ -2612,7 +3194,28 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Tags
Etikedoj
- 197
+ 242
+
+
+
+ Tags could be used to suggest relevant recommendations.</br>Press Enter to add a new tag.
+ Etikedojn eblas uzi por proponi rilatajn rekomendojn.</br>Premu la enigan klavon por aldoni novan etikedon.
+
+ 18
+
+
+
+ + Tag
+ + Etikedo
+
+ 21
+
+
+
+ Enter a new tag
+ Enigu novan etikedon
+
+ 21
@@ -2678,6 +3281,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
151
+
+ Already uploaded ✔
+ Jam alŝutita ✔
+
+ 155
+
+
+
+ Will be created on update
+ Kreiĝos je ĝisdatigo
+
+ 163
+
+
Cancel create
Nuligi kreon
@@ -2685,6 +3302,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
165
+
+ Will be deleted on update
+ Foriĝos je ĝisdatigo
+
+ 171
+
+
Cancel deletion
Nuligi forigon
@@ -2692,6 +3316,17 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
173
+
+
+ No captions for now.
+
+
+ Ankoraŭ neniuj transkriboj.
+
+
+ 178
+
+
Captions
Transskriboj
@@ -2699,13 +3334,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
135
-
- Upload thumbnail
- Alŝuti miniaturon
-
- 192
-
-
Upload preview
Alŝuti antaŭrigardon
@@ -2717,7 +3345,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Support
Subteno
- 70
+ 101
@@ -2727,6 +3355,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
206
+
+ Original publication date
+ Originala dato de publikigo
+
+ 219
+
+
+
+ This is the date when the content was originally published (e.g. the release date for a film)
+ Ĉi tio estas la dato kiam la aŭdvidaĵo originale publikiĝis (ekz. dato de eldono de kinofilmo)
+
+ 220
+
+
Enable video comments
Ŝalti komentojn al filmo
@@ -2734,6 +3376,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
234
+
+ Enable download
+ Ŝalti elŝuton
+
+ 239
+
+
Advanced settings
Specialaj agordoj
@@ -2795,7 +3444,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Download
Elŝuto
- 85
+ 130
@@ -2805,32 +3454,70 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3
+
+
+ Your report will be sent to moderators of .
+ It will be forwarded to origin instance too.
+
+
+ Via raporto sendiĝos al reguligantoj de .
+ Ĝi plusendiĝos al la originala nodo ankaŭ.
+
+
+ 9
+
+
Share
Kunhavigi
- 75
+ 106
QR-Code
Rapidresponda kodo
- 29
+ 37
Embed
Enkorpigi
- 34
+ 42
+
+
+
+
+ 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).
+
+
+ La URL ne estas sekurigita (per HTTPS), do la enkorpigita filma ne funkcios en retpaĝaroj kun HTTPS (foliumiloj haltigas nesekurigitajn HTTP-petojn por retpaĝaroj kun HTTPS).
+
+
+ 53
Close
Fermi
- 51
+ 59
+
+
+
+ Blacklist video
+ Forteni filmon
+
+ 3
+
+
+
+ Unfederate the video (ask for its deletion from the remote instances)
+ Malfederi la filmon (peti ĝian forigon de foraj nodoj)
+
+ 21
@@ -2841,7 +3528,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
La filmo estas enportata, kaj disponeblos post kiam la enporto finiĝos.
- 11
+ 39
@@ -2852,112 +3539,173 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
La filmo estas transkodata; eble ĝi ne funkcios bone.
- 15
+ 43
+
+
+
+
+ This video will be published on .
+
+
+ Ĉi tiu filmo publikiĝos je .
+
+
+ 47
+
+
+
+ This video is blacklisted.
+ Ĉi tiu filmo estas fortenata.
+
+ 56
+
+
+
+
+ Published - views
+
+
+ Publikigita – rigardoj
+
+
+ 76
Like this video
Ŝati ĉi tiun filmon
- 55
+ 86
Dislike this video
Malŝati tiun ĉi filmon
- 63
+ 94
Download the video
Elŝuti la videon
- 84
+ 129
Report
Raporti
- 89
+ 134
Report this video
Raporti tiun ĉi videon
- 88
+ 133
Update this video
Ĝisdatigi tiun ĉi videon
- 92
+ 137
Blacklist
Forteni
- 97
+ 142
Blacklist this video
Forteni ĉi tiun filmon
- 96
+ 141
-
- Unblacklist
- Reteni
+
+ Unblacklist this video
+ Reteni ĉi tiun filmon
- 101
+ 145
Delete this video
Forigi ĉi tiun videon
- 104
+ 149
Go the channel page
Iri al paĝo de la kanalo
- 124
+ 169
+
+
+
+ By
+ De
+
+ 180
Show more
Montri pli
- 147
+ 192
Show less
Montri malpli
- 153
+ 198
+
+
+
+ Originally published
+ Originale publikigita
+
+ 210
+
+
+
+ Friendly Reminder:
+ Afabla rememorigo:
+
+ 258
+
+
+
+
+ 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.
+
+
+ la kunhaviga sistemo por ĉi tiu filmo implicas, ke certaj teĥnikaj informoj pri via sistemo (ekzemple via IP-adreso) povas sendiĝi al aliaj samtavolanoj.
+
+
+ 259
More information
Pliaj informoj
- 218
+ 262
Get more information
Akiri pliajn informojn
- 218
+ 262
@@ -2968,7 +3716,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Bone
- 221
+ 265
+
+
+
+
+ Other videos
+
+
+ Aliaj filmoj
+
+
+ 2
@@ -3025,6 +3784,57 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
20
+
+ You are one step away from commenting
+ Nur unu paŝon vi foras de komentado
+
+ 28
+
+
+
+
+ If you have an account on this instance, you can login:
+
+
+ Se vi havas konton ĉe tiu ĉi nodo, vi povas saluti:
+
+
+ 32
+
+
+
+ login to comment
+ salutu por komenti
+
+ 35
+
+
+
+
+ Otherwise 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.
+
+
+ Alie vi povas komenti per konto de ajna nodo kongrua kun ActivityPub.
+ En plej multaj sistemoj vi povas trovi la filmon per entajpo de ĝia URL en la serĉujon, kaj poste
+ ĝin komenti de la fasado
+
+
+ 36
+
+
+
+
+ If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
+
+
+ Se vi havas konton ĉe Mastodon aŭ Pleroma, vi povas malfermi ĝin rekte en iliaj fasadoj:
+
+
+ 41
+
+
Highlighted comment
Markita komento
@@ -3039,6 +3849,27 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
14
+
+ Cannot get about information from server
+ Ne povas ricevi informojn de la servilo
+
+ 1
+
+
+
+ Your message has been sent.
+ Via mesaĝo sendiĝis.
+
+ 1
+
+
+
+ You already sent this form recently
+ Vi jam sendis ĉi tiun respondilon freŝdate
+
+ 1
+
+
No description
Neniu priskribo
@@ -3095,6 +3926,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Auto (via ffmpeg)
+ Memfare (per ffmpeg)
+
+ 1
+
+
Configuration updated.
Agordo ĝisdatigita
@@ -3235,6 +4073,111 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ enabled
+ ŝaltita
+
+ 1
+
+
+
+ disabled
+ malŝaltita
+
+ 1
+
+
+
+ Redundancy for is
+ Plurobleco por estas
+
+ 1
+
+
+
+ Account unmuted by your instance.
+ Konto malsilentigita de via nodo.
+
+ 1
+
+
+
+ Instance unmuted by your instance.
+ Nodo malsilentigita de via nodo.
+
+ 1
+
+
+
+ Comment updated.
+ Komento ĝisdatigita.
+
+ 1
+
+
+
+ Delete this report
+ Forigi ĉi tiun raporton
+
+ 1
+
+
+
+ Update moderation comment
+ Ĝisdatigi reguligan komenton
+
+ 1
+
+
+
+ Mark as accepted
+ Marki kiel akceptitan
+
+ 1
+
+
+
+ Mark as rejected
+ Marki kiel rifuzitan
+
+ 1
+
+
+
+ Do you really want to delete this abuse report?
+ Ĉu vi certe volas forigi ĉi tiun raporton pri misuzo?
+
+ 1
+
+
+
+ Abuse deleted.
+ Misuzo foriĝis.
+
+ 1
+
+
+
+ yes
+ jes
+
+ 1
+
+
+
+ no
+ ne
+
+ 1
+
+
+
+ Do you really want to remove this video from the blacklist? It will be available again in the videos list.
+ Ĉu vi certe volas reteni ĉi tiun filmon? Ĝi estos ree atingebla per la listo de filmoj.
+
+ 1
+
+
Video removed from the blacklist.
Filmo forigita de la fortenlisto.
@@ -3249,6 +4192,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Password changed for user .
+ Pasvorto ŝanĝiĝis por uzanto .
+
+ 1
+
+
+
+ Update user password
+ Ĝisdatigi pasvorton de uzanto
+
+ 1
+
+
User updated.
Uzanto ĝisdatigita.
@@ -3263,6 +4220,27 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ An email asking for password reset has been sent to .
+ Retletero petanta restarigon de pasvorto sendiĝis al .
+
+ 1
+
+
+
+ Unban
+ Malforbari
+
+ 1
+
+
+
+ Set Email as Verified
+ Agordi retpoŝtadreson kiel konfirmitan
+
+ 1
+
+
You cannot ban root.
Vi ne povas forbari ĉefuzanton.
@@ -3270,6 +4248,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Do you really want to unban users?
+ Ĉu vi certe volas malforbari uzantojn?
+
+ 1
+
+
users unbanned.
malforbaritaj uzantoj.
@@ -3284,6 +4269,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ If you remove these users, you will not be able to create others with the same username!
+ Se vi forigos ĉi tiujn uzantojn, vi ne povos krei aliajn kun la samaj salutnomoj!
+
+ 1
+
+
users deleted.
forigitaj uzantoj.
@@ -3291,6 +4283,76 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ users email set as verified.
+ Retpoŝtadresoj de uzantoj agordiĝis kiel konfirmitaj.
+
+ 1
+
+
+
+ Account unmuted.
+ Konto malsilentigita.
+
+ 1
+
+
+
+ Instance unmuted.
+ Nodo malsilentigita.
+
+ 1
+
+
+
+ My videos history
+ Historio de miaj filmoj
+
+ 1
+
+
+
+ Videos history is enabled
+ Historio de filmoj estas ŝaltita
+
+ 1
+
+
+
+ Videos history is disabled
+ Historo de filmoj estas malŝaltita
+
+ 1
+
+
+
+ Delete videos history
+ Forigi historion de filmoj
+
+ 1
+
+
+
+ Are you sure you want to delete all your videos history?
+ Ĉu vi certe volas forigi ĉiom da historio de viaj filmoj?
+
+ 1
+
+
+
+ Videos history deleted
+ Historio de filmoj foriĝis
+
+ 1
+
+
+
+ Ownership accepted
+ Posedo akceptiĝis
+
+ 1
+
+
Password updated.
Pasvorto ĝisdatigita.
@@ -3298,6 +4360,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ You current password is invalid.
+ Via nuna pasvorto estas nevalida.
+
+ 1
+
+
Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.
Ĉu vi certe volas forigi vian konton? Tio forigos ĉiujn viajn datumojn, inkluzive kanalojn, filmojn, ktp.
@@ -3326,6 +4395,69 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ New video from your subscriptions
+ Nova filmo de viaj abonatoj
+
+ 1
+
+
+
+ New comment on your video
+ Nova komento ĉe via filmo
+
+ 1
+
+
+
+ One of your video is blacklisted/unblacklisted
+ Unu el viaj filmoj estas fortenita/retenita
+
+ 1
+
+
+
+ Video published (after transcoding/scheduled update)
+ Filmo publikigita (post transkodo / planita ĝisdatigo)
+
+ 1
+
+
+
+ Video import finished
+ Filma enporto finiĝis
+
+ 1
+
+
+
+ A new user registered on your instance
+ Nova uzanto registriĝis ĉe via nodo
+
+ 1
+
+
+
+ You or your channel(s) has a new follower
+ Vi aŭ via(j) kanalo(j) havas novan abonanton
+
+ 1
+
+
+
+ Someone mentioned you in video comments
+ Iu vin menciis en komento ĉe filmo
+
+ 1
+
+
+
+ Preferences saved
+ Agordoj konserviĝis
+
+ 1
+
+
Profile updated.
Profilo ĝisdatigita.
@@ -3361,16 +4493,16 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- Create
- Krei
+
+ Video channel updated.
+ Filma kanalo ĝisdatigita.
1
-
- Video channel updated.
- Filma kanalo ĝisdatigita.
+
+ Please type the display name of the video channel () to confirm
+ Bonvolu entajpi la vidigan nomon de la filma kanalo () por konfirmi
1
@@ -3445,9 +4577,16 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- My library
- Mia biblioteko
+
+ To import
+ Enportotaj
+
+ 1
+
+
+
+ Ownership change request sent.
+ Peto de poseda ŝanĝo sendiĝis.
1
@@ -3473,6 +4612,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Misc
+ Diversaj
+
+ 1
+
+
+
+ Ownership changes
+ Posedaj ŝanĝoj
+
+ 1
+
+
My settings
Miaj agordoj
@@ -3487,9 +4640,16 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ An email with verification link will be sent to .
+ Retletero kun konfirma ligilo sendiĝos al .
+
+ 1
+
+
Unable to find user id or verification string.
- Ne povas trovi identigilon aŭ kontrolan ĉenon de uzanto
+ Ne povas trovi identigilon aŭ konfirman ĉenon de uzanto
1
@@ -3501,6 +4661,90 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Focus the search bar
+ Fokusi la serĉujon
+
+ 1
+
+
+
+ Toggle the left menu
+ Baskuligi la maldekstran menuon
+
+ 1
+
+
+
+ Go to the videos overview page
+ Iri al la paĝo de filma superrigardo
+
+ 1
+
+
+
+ Go to the trending videos page
+ Iri al la paĝo de furoraj filmoj
+
+ 1
+
+
+
+ Go to the recently added videos page
+ Iri al la paĝo de freŝe aldonitaj filmoj
+
+ 1
+
+
+
+ Go to the local videos page
+ Iri al la paĝo de lokaj filmoj
+
+ 1
+
+
+
+ Go to the videos upload page
+ Iri al la paĝo de filmaj alŝutoj
+
+ 1
+
+
+
+ Toggle Dark theme
+ Baskuligi malhelan haŭton
+
+ 1
+
+
+
+ Go to my subscriptions
+ Iri al miaj abonoj
+
+ 1
+
+
+
+ Go to my videos
+ Iri al miaj filmoj
+
+ 1
+
+
+
+ Go to my imports
+ Iri al miaj enportoj
+
+ 1
+
+
+
+ Go to my channels
+ Iri al miaj kanaloj
+
+ 1
+
+
Cannot retrieve OAuth Client credentials: .
@@ -3531,6 +4775,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Keyboard Shortcuts:
+ Fulmoklavoj:
+
+ 1
+
+
Info
Informoj
@@ -3545,6 +4796,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Incorrect username or password.
+ Malĝusta salutnomo aŭ pasvorto.
+
+ 1
+
+
You account is blocked.
Via konto estas blokita.
@@ -3755,6 +5013,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Transcoding threads must be greater or equal to 0.
+ Transkodaj fadenoj devas pligrandi aŭ egali 0.
+
+ 1
+
+
Email is required.
Necesas retpoŝtadreso.
@@ -3769,6 +5034,48 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Your name is required.
+ Necesas via nomo.
+
+ 1
+
+
+
+ Your name must be at least 1 character long.
+ Via nomo devas havi almenaŭ 1 signon.
+
+ 1
+
+
+
+ Your name cannot be more than 120 characters long.
+ Via nomo ne povas havi pli ol 120 signojn.
+
+ 1
+
+
+
+ A message is required.
+ Necesas mesaĝo.
+
+ 1
+
+
+
+ The message must be at least 3 characters long.
+ La mesaĝo devas havi almenaŭ 3 signojn.
+
+ 1
+
+
+
+ The message cannot be more than 5000 characters long.
+ La mesaĝo ne povas havi pli ol 5000 signojn.
+
+ 1
+
+
Username is required.
Necesas salutnomo.
@@ -3790,6 +5097,27 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Username must be at least 1 character long.
+ Salutnomo devas havi almenaŭ 1 signon.
+
+ 1
+
+
+
+ Username cannot be more than 50 characters long.
+ Salutnomo ne povas havi pli ol 50 signojn.
+
+ 1
+
+
+
+ Username should be lowercase alphanumeric; dots and underscores are allowed.
+ Salutnomo estu minuskla kaj litercifera; punktoj kaj substrekoj estas permesitaj.
+
+ 1
+
+
Password must be at least 6 characters long.
Pasvorto devas havi almenaŭ 6 signojn.
@@ -3825,6 +5153,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Daily upload limit is required.
+ Necesas datumlimo por samtagaj elŝutoj.
+
+ 1
+
+
+
+ Daily upload limit must be greater than -1.
+ Datumlimo por samtagaj elŝutoj devas esti pli granda ol −1.
+
+ 1
+
+
User role is required.
Necesas rolo de uzanto.
@@ -3839,6 +5181,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Display name must be at least 1 character long.
+ Vidiga nomo devas havi almenaŭ 1 signon.
+
+ 1
+
+
+
+ Display name cannot be more than 50 characters long.
+ Vidiga nomo ne povas havi pli ol 50 signojn.
+
+ 1
+
+
Description must be at least 3 characters long.
Priskribo havu almenaŭ 3 signojn.
@@ -3846,6 +5202,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Description cannot be more than 1000 characters long.
+ Priskribo ne povas havi pli ol 1000 signojn.
+
+ 1
+
+
You must to agree with the instance terms in order to registering on it.
Vi devas konsenti kun la kondiĉoj de la nodo por registriĝi ĉe ĝi.
@@ -3853,6 +5216,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Ban reason must be at least 3 characters long.
+ Kialo de forbaro devas havi almenaŭ 3 signojn.
+
+ 1
+
+
+
+ Ban reason cannot be more than 250 characters long.
+ Kialo de forbaro ne povas havi pli ol 250 signojn.
+
+ 1
+
+
Report reason is required.
Necesas kialo de raporto.
@@ -3867,6 +5244,55 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Report reason cannot be more than 3000 characters long.
+ Kialo de forbaro ne povas havi pli ol 3000 signojn.
+
+ 1
+
+
+
+ Moderation comment is required.
+ Necesas reguliga komento.
+
+ 1
+
+
+
+ Moderation comment must be at least 2 characters long.
+ Reguliga komento devas havi almenaŭ 2 signojn.
+
+ 1
+
+
+
+ Moderation comment cannot be more than 3000 characters long.
+ Reguliga komento ne povas havi pli ol 3000 signojn.
+
+ 1
+
+
+
+ The channel is required.
+ Tiu ĉi kanalo necesas.
+
+ 1
+
+
+
+ Blacklist reason must be at least 2 characters long.
+ Kialo de forbaro devas havi almenaŭ 2 signojn.
+
+ 1
+
+
+
+ Blacklist reason cannot be more than 300 characters long.
+ Kialo de forteno ne povas havi pli ol 300 signojn.
+
+ 1
+
+
Video caption language is required.
Necesas lingvo de filma transskribo.
@@ -3881,6 +5307,48 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ The username is required.
+ La salutonmo necesas.
+
+ 1
+
+
+
+ You can only transfer ownership to a local account
+ Vi povas transdoni posedon nur al loka konto.
+
+ 1
+
+
+
+ Name is required.
+ Necesas nomo.
+
+ 1
+
+
+
+ Name must be at least 1 character long.
+ Nomo devas havi almenaŭ 1 signon.
+
+ 1
+
+
+
+ Name cannot be more than 50 characters long.
+ Nomo ne povas havi pli ol 50 signojn.
+
+ 1
+
+
+
+ Name should be lowercase alphanumeric; dots and underscores are allowed.
+ Nomo estu minuskle litercifera; punktoj kaj substrekoj estas permesitaj.
+
+ 1
+
+
Support text must be at least 3 characters long.
Teksto pri subteno devas havi almenaŭ 3 signojn.
@@ -3888,6 +5356,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Support text cannot be more than 1000 characters long.
+ Teksto pri subteno ne povas havi pli ol 1000 signojn.
+
+ 1
+
+
Comment is required.
Necesas komento.
@@ -3909,6 +5384,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Display name cannot be more than 120 characters long.
+ Prezenta nomo ne povas havi pli ol 120 signojn.
+
+ 1
+
+
Video name is required.
Necesas nomo de filmo.
@@ -3979,6 +5461,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Video support cannot be more than 1000 characters long.
+ Loka teksto pri subteno ne povas havi pli ol 1000 signojn.
+
+ 1
+
+
A date is required to schedule video update.
Necesas dato por plani ĝisdatigon de filmo.
@@ -3993,6 +5482,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ PeerTube cannot handle this kind of file. Accepted extensions are .
+ PeerTube ne povas trakti tian dosieron. Akceptataj dosiersufiksoj estas .
+
+ 1
+
+
All unsaved data will be lost, are you sure you want to leave this page?
Ĉiuj nekonservitaj datumoj perdiĝos; ĉu vi certe volas forlasi ĉi tiun paĝon?
@@ -4329,6 +5825,27 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Transcode your videos in multiple resolutions
+ Transkodi viajn filmojn en plurajn distingojn
+
+ 1
+
+
+
+ HTTP import (YouTube, Vimeo, direct URL...)
+ Enporto per HTTP (YouTube, Vimeo, rekta URL…)
+
+ 1
+
+
+
+ Torrent import
+ Torenta enporto
+
+ 1
+
+
~
~
@@ -4483,6 +6000,34 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ users banned.
+ uzantoj forbaritaj.
+
+ 1
+
+
+
+ User banned.
+ Uzanto forbarita.
+
+ 1
+
+
+
+ Do you really want to unban ?
+ Ĉu vi certe volas malforbari uzanton ?
+
+ 1
+
+
+
+ User unbanned.
+ Uzanto malforbarita.
+
+ 1
+
+
If you remove this user, you will not be able to create another with the same username!
Se vi forigi ĉi tiun uzanton, vi ne povos krei alian kun la sama uzantnomo!
@@ -4497,6 +6042,55 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ User email set as verified
+ Retpoŝtadreso de uzanto agordiĝis kiel konfirmita
+
+ 1
+
+
+
+ Account muted.
+ Konto silentigita.
+
+ 1
+
+
+
+ Instance muted.
+ Nodo silentigita.
+
+ 1
+
+
+
+ Account muted by the instance.
+ Konto silentigita de la nodo.
+
+ 1
+
+
+
+ Account unmuted by the instance.
+ Konto malsilentigita de la nodo.
+
+ 1
+
+
+
+ Instance muted by the instance.
+ Nodo silentigita de la nodo.
+
+ 1
+
+
+
+ Instance unmuted by the instance.
+ Nodo malsilentigita de ĉi tiu nodo.
+
+ 1
+
+
Mute this account
Silentigi ĉi tiun konton
@@ -4525,6 +6119,34 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Mute this account by your instance
+ Silentigi ĉi tiun konton de via nodo
+
+ 1
+
+
+
+ Unmute this account by your instance
+ Malsilentigi ĉi tiun konton de via nodo
+
+ 1
+
+
+
+ Mute the instance by your instance
+ Silentigi la nodon de via nodo
+
+ 1
+
+
+
+ Unmute the instance by your instance
+ Malsilentigi la nodon de via nodo
+
+ 1
+
+
Request is too large for the server. Please contact you administrator if you want to increase the limit size.
Peto estas tro granda por la servilo. Bonvolu kontakti vian administranton se vi volas pligrandigi la limon.
@@ -4574,9 +6196,16 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Unsubscribed
+ Malabonita
+
+ 1
+
+
Moderator
- Kontrolanto
+ Reguliganto
1
@@ -4588,6 +6217,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Only people with the private link can see this video
+ Nur homoj kun la privata ligilo povas vidi ĉi tiun filmon
+
+ 1
+
+
Anyone can see this video
Iu ajn povas vidi ĉi tiun filmon
@@ -4597,7 +6233,21 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Welcome! Now please check your emails to verify your account and complete signup.
- Bonvenon! Nun bonvolu kontroli viajn retmesaĝojn por kontroli vian konton kaj fini registro.
+ Bonvenon! Nun bonvolu kontroli viajn retleterojn por konfirmi vian konton kaj fini la registriĝo.
+
+ 1
+
+
+
+ You are now logged in as !
+ Vi nun estas salutinta kiel !
+
+ 1
+
+
+
+ Video to import updated.
+ Enportota filmo ĝisdatigita.
1
@@ -4630,6 +6280,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Your video quota is exceeded with this video (video size: , used: , quota: )
+ Via datumlimo por filmoj estas superita per ĉi tiu filmo (ties grando: , eluzitaj: , datumlimo: )
+
+ 1
+
+
+
+ Your daily video quota is exceeded with this video (video size: , used: , quota: )
+ Via samtaga datumlimo por filmoj estas superita per ĉi tiu filmo (ties grando: , eluzitaj: , datumlimo: )
+
+ 1
+
+
Video published.
Filmo publikigita.
@@ -4637,6 +6301,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ You have unsaved changes! If you leave, your changes will be lost.
+ Vi havas nekonservitajn ŝanĝojn! Se vi foriros, viaj ŝanĝoj perdiĝos.
+
+ 1
+
+
Video updated.
Filmo ĝisdatigita.
@@ -4651,6 +6322,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Video blacklisted.
+ Filmo fortenita.
+
+ 1
+
+
Copied
Kopiita
@@ -4665,6 +6343,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Like the video
+ Ŝati la filmon
+
+ 1
+
+
+
+ Dislike the video
+ Malŝati la filmon
+
+ 1
+
+
Do you really want to delete this video?
Ĉu vi vere volas elŝuti tiun ĉi filmon?
@@ -4693,5 +6385,26 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Trending for the last 24 hours
+ Furora je la pasintaj 24 horoj
+
+ 1
+
+
+
+ Trending for the last days
+ Furora dum la pasintaj tagoj
+
+ 1
+
+
+
+ Videos from your subscriptions
+ Filmoj de viaj abonatoj
+
+ 1
+
+